Package thredds.catalog.query
Class SelectStation
- java.lang.Object
-
- thredds.catalog.query.Selector
-
- thredds.catalog.query.SelectStation
-
public class SelectStation extends Selector
Implementation of a DQC station selector element. A SelectService contains a list of Objects of type Station.
-
-
Constructor Summary
Constructors Constructor Description SelectStation()SelectStation(String label, String id, String template, String selectType, String required)Construct from fields in XML catalog.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStation(Station s)booleanequals(Object o)Instances which have same id are equal.intgetNumStations()ArrayListgetStations()inthashCode()Override Object.hashCode() to implement equals.-
Methods inherited from class thredds.catalog.query.Selector
appendQuery, getDescription, getId, getSelectType, getTemplate, getTitle, isMultiple, isRequired, isUsed, setCompoundSelectors, setDescription, setId, setMultiple, setRequired, setTemplate, setTitle, setUsed
-
-