thredds.catalog.query
Class SelectGeoRegion

java.lang.Object
  extended by thredds.catalog.query.Selector
      extended by thredds.catalog.query.SelectGeoRegion

public class SelectGeoRegion
extends Selector

Implementation of a DQC select geo region.

Author:
john caron

Field Summary
 
Fields inherited from class thredds.catalog.query.Selector
children, compound, desc, id, isUsed, multiple, required, template, title
 
Constructor Summary
SelectGeoRegion(Location lowerLeft, Location upperRight)
          Construct from fields in XML catalog.
 
Method Summary
 boolean equals(Object o)
          Instances which have same id are equal.
 Location getLowerLeft()
           
 Location getUpperRight()
           
 int hashCode()
          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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectGeoRegion

public SelectGeoRegion(Location lowerLeft,
                       Location upperRight)
Construct from fields in XML catalog.

See Also:
Selector
Method Detail

getLowerLeft

public Location getLowerLeft()

getUpperRight

public Location getUpperRight()

equals

public boolean equals(Object o)
Description copied from class: Selector
Instances which have same id are equal.

Overrides:
equals in class Selector

hashCode

public int hashCode()
Override Object.hashCode() to implement equals.

Overrides:
hashCode in class Selector


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