Uses of Class
thredds.catalog.query.Selector

Packages that use Selector
thredds.catalog.query Reads and writes THREDDS Dataset Query Capabilities (DQC) XML documents. 
 

Uses of Selector in thredds.catalog.query
 

Subclasses of Selector in thredds.catalog.query
 class SelectGeoRegion
          Implementation of a DQC select geo region.
 class SelectList
          Implementation of a DQC list selector element.
 class SelectRange
          Implementation of a DQC select range.
 class SelectRangeDate
          Implementation of a DQC select range date.
 class SelectService
          Implementation of a DQC service selector element.
 class SelectStation
          Implementation of a DQC station selector element.
 

Methods in thredds.catalog.query that return Selector
 Selector ListChoice.getParentSelector()
           
 Selector QueryCapability.getServiceSelector()
          Get ServiceSelector
 

Methods in thredds.catalog.query with parameters of type Selector
 void QueryCapability.addSelector(Selector s)
           
 void QueryCapability.addUniqueSelector(Selector s)
           
 void QueryCapability.setServiceSelector(Selector ss)
          Set ServiceSelector
 

Constructors in thredds.catalog.query with parameters of type Selector
ListChoice(Selector parent, String name, String value, String description)
          Construct from fields in XML catalog.
Station(Selector parent, String name, String value, String description)
          Construct from fields in XML catalog.
Station(Selector parent, String name, String value, String state, String country, String description)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.