thredds.catalog.query
Class Station
java.lang.Object
thredds.catalog.query.ListChoice
thredds.catalog.query.Station
- All Implemented Interfaces:
- Choice
public class Station
- extends ListChoice
Implementation of a DQC station element. This extends Choice with a location.
- Author:
- john caron
|
Constructor Summary |
Station(Selector parent,
java.lang.String name,
java.lang.String value,
java.lang.String description)
Construct from fields in XML catalog. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Station
public Station(Selector parent,
java.lang.String name,
java.lang.String value,
java.lang.String description)
- Construct from fields in XML catalog.
- See Also:
Choice
setLocation
public void setLocation(Location location)
getLocation
public Location getLocation()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class ListChoice
hashCode
public int hashCode()
- Override Object.hashCode() to implement equals.
- Overrides:
hashCode in class ListChoice