|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gvsig.remoteclient.wms.WMSDimension
public class WMSDimension
| Constructor Summary | |
|---|---|
WMSDimension()
|
|
| Method Summary | |
|---|---|
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(org.kxml2.io.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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WMSDimension()
| Method Detail |
|---|
public boolean allowsCurrentTime()
public boolean allowsMultipleValues()
public boolean allowsNearestValues()
public java.lang.String getDimDefaultValue()
public java.lang.String getDimensionExpression()
public java.lang.String getExtentExpression()
public java.lang.String getName()
public java.lang.String getUnits()
public java.lang.String getUnitSymbol()
public void parse(org.kxml2.io.KXmlParser parser)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
java.io.IOException
org.xmlpull.v1.XmlPullParserExceptionpublic void setDimensionExpression(java.lang.String exp)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||