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