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