public class WMSExtent extends 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() |
String |
getDefaultValue()
Gets the value that would be used along this dimension if a Web
request omits a value for the dimension.
|
String |
getExtentExpression()
Returns the extent expression as it was written in the Capabilities
document.
|
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 String getName()
public boolean allowsCurrentTime()
public String getDefaultValue()
public String getExtentExpression()
public boolean allowsNearestValue()
public void parse(KXmlParser parser) throws IOException, XmlPullParserException
IOException
XmlPullParserException