public class WMSExtent
extends java.lang.Object
Constructor and Description |
---|
WMSExtent() |
Modifier and Type | Method and Description |
---|---|
boolean |
allowsCurrentTime()
Tells that the temporal data are normally kept current and that
the request parameter TIME may include the keyword 'current'
instead of an ending value.
|
boolean |
allowsNearestValue() |
java.lang.String |
getDefaultValue()
Gets the value that would be used along this dimension if a Web
request omits a value for the dimension.
|
java.lang.String |
getExtentExpression()
Returns the extent expression as it was written in the Capabilities
document.
|
java.lang.String |
getName() |
void |
parse(KXmlParser parser)
Parses the EXTENT tag in the WMS capabilities, filling the Extend fills of the
WMSDimension object and loading the data into memory to be easily accesed.
|
public java.lang.String getName()
public boolean allowsCurrentTime()
public java.lang.String getDefaultValue()
public java.lang.String getExtentExpression()
public boolean allowsNearestValue()
public void parse(KXmlParser parser) throws java.io.IOException, XmlPullParserException
java.io.IOException
XmlPullParserException