thredds.catalog.query
Class SelectRange
java.lang.Object
thredds.catalog.query.Selector
thredds.catalog.query.SelectRange
public class SelectRange
- extends Selector
Implementation of a DQC select range.
- Author:
- john caron
Methods inherited from class thredds.catalog.query.Selector |
appendQuery, getDescription, getId, getTemplate, getTitle, isMultiple, isRequired, isUsed, setCompoundSelectors, setDescription, setId, setMultiple, setRequired, setTemplate, setTitle, setUsed |
SelectRange
public SelectRange(String min,
String max,
String units,
String modulo,
String resolution,
String selectType)
- Construct from fields in XML catalog.
- See Also:
Selector
getMin
public String getMin()
getMax
public String getMax()
getUnits
public String getUnits()
isModulo
public boolean isModulo()
getResolution
public String getResolution()
getSelectType
public String getSelectType()
- Overrides:
getSelectType
in class Selector
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.