gov.nasa.worldwind.applications.gio.esg
Class ESGQueryModel
java.lang.Object
gov.nasa.worldwind.avlist.AVListImpl
gov.nasa.worldwind.applications.gio.catalogui.DefaultQueryModel
gov.nasa.worldwind.applications.gio.esg.ESGQueryModel
- All Implemented Interfaces:
- QueryModel, AVList
public class ESGQueryModel
- extends DefaultQueryModel
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface gov.nasa.worldwind.avlist.AVList |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues |
ESGQueryModel
public ESGQueryModel()
ESGQueryModel
public ESGQueryModel(AVList params)
getAngleValue
public static Angle getAngleValue(AVList avList,
String key)
getBooleanValue
public static Boolean getBooleanValue(AVList avList,
String key)
getDateValue
public static Date getDateValue(AVList avList,
String key)
getKeywordText
public String getKeywordText()
getMaxDate
public Date getMaxDate()
getMaxLatitude
public Angle getMaxLatitude()
getMaxLongitude
public Angle getMaxLongitude()
getMinDate
public Date getMinDate()
getMinLatitude
public Angle getMinLatitude()
getMinLongitude
public Angle getMinLongitude()
isBboxEnabled
public Boolean isBboxEnabled()
isLinkWithWWJView
public Boolean isLinkWithWWJView()
isMaxDateEnabled
public Boolean isMaxDateEnabled()
isMinDateEnabled
public Boolean isMinDateEnabled()
isSimpleQuery
public Boolean isSimpleQuery()
isWCSEnabled
public Boolean isWCSEnabled()
isWFSEnabled
public Boolean isWFSEnabled()
isWMSEnabled
public Boolean isWMSEnabled()
setBboxEnabled
public void setBboxEnabled(Boolean newValue)
setKeywordText
public void setKeywordText(String newValue)
setLinkWithWWJView
public void setLinkWithWWJView(Boolean newValue)
setMaxDate
public void setMaxDate(Date newValue)
setMaxDateEnabled
public void setMaxDateEnabled(Boolean newValue)
setMaxLatitude
public void setMaxLatitude(Angle newValue)
setMaxLongitude
public void setMaxLongitude(Angle newValue)
setMinDate
public void setMinDate(Date newValue)
setMinDateEnabled
public void setMinDateEnabled(Boolean newValue)
setMinLatitude
public void setMinLatitude(Angle newValue)
setMinLongitude
public void setMinLongitude(Angle newValue)
setSimpleQuery
public void setSimpleQuery(Boolean newValue)
setWCSEnabled
public void setWCSEnabled(Boolean newValue)
setWFSEnabled
public void setWFSEnabled(Boolean newValue)
setWMSEnabled
public void setWMSEnabled(Boolean newValue)