public class WMSDimension
extends java.lang.Object
Constructor and Description |
---|
WMSDimension() |
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 |
allowsMultipleValues() |
boolean |
allowsNearestValues() |
java.lang.String |
getDimDefaultValue()
Gets the value that would be used along this dimension if a Web
request omits a value for the dimension.
|
java.lang.String |
getDimensionExpression() |
java.lang.String |
getExtentExpression()
Returns the extent expression as it was written in the Capabilities
document.
|
java.lang.String |
getName() |
java.lang.String |
getUnits() |
java.lang.String |
getUnitSymbol() |
void |
parse(KXmlParser parser)
Parses the DIMENSION tag in the WMS capabilities, filling the WMSDimension object
and loading the data into memory to be easily accesed
|
void |
setDimensionExpression(java.lang.String exp) |
public java.lang.String getName()
public java.lang.String getUnits()
public java.lang.String getUnitSymbol()
public boolean allowsCurrentTime()
public java.lang.String getDimDefaultValue()
public java.lang.String getExtentExpression()
public boolean allowsMultipleValues()
public java.lang.String getDimensionExpression()
public void setDimensionExpression(java.lang.String exp)
public boolean allowsNearestValues()
public void parse(KXmlParser parser) throws java.io.IOException, XmlPullParserException
java.io.IOException
XmlPullParserException