WMSLayer.DataURL, WMSLayer.MetadataURL| Constructor and Description |
|---|
WMSLayer1_1_1() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtent(WMSExtent extent)
Adds an extent to the extent vector
|
java.util.ArrayList |
getDimensions()
gets the dimension vector defined in this layer
|
WMSExtent |
getExtent(java.lang.String name) |
java.util.ArrayList |
getExtents()
gets the extent vector defined in this layer
|
void |
parse(KXmlParser parser,
java.util.TreeMap layerTreeMap)
Parses the contents of the parser(WMSCapabilities)
to extract the information about an WMSLayer
|
java.lang.String |
toString() |
addBBox, addDimension, addkeyword, addSrs, addStyle, getAbstract, getAllSrs, getAllStyles, getBbox, getBboxes, getChildren, getDimension, getfixedHeight, getfixedWidth, getKeywords, getLatLonBox, getName, getParent, getScaleMax, getScaleMin, getStyles, getTitle, hasTransparency, isOpaque, isQueryable, noSubSets, parseKeywordList, readLayerAttributes, removeSrs, setAbstract, setChildren, setfixedHeight, setfixedWidth, setLatLonBox, setName, setNoSubSets, setOpaque, setParent, setQueryable, setScaleMax, setScaleMin, setTitlepublic java.util.ArrayList getExtents()
gets the extent vector defined in this layer
public WMSExtent getExtent(java.lang.String name)
public java.util.ArrayList getDimensions()
WMSLayergets the dimension vector defined in this layer
getDimensions in class WMSLayerpublic void addExtent(WMSExtent extent)
Adds an extent to the extent vector
extent - public void parse(KXmlParser parser,
java.util.TreeMap layerTreeMap)
throws java.io.IOException,
XmlPullParserException
Parses the contents of the parser(WMSCapabilities) to extract the information about an WMSLayer