public class ParserWMS1_3 extends AbstractParser
Constructor and Description |
---|
ParserWMS1_3()
Creates a Parser for dealing with WMS XML.
|
Modifier and Type | Method and Description |
---|---|
protected BoundingBox |
boundingBoxFromNode(org.w3c.dom.Node n) |
protected java.lang.String |
getFeatureInfoURL(org.w3c.dom.Document doc) |
protected java.util.LinkedList<java.lang.String> |
getFormatList(org.w3c.dom.Document doc) |
protected java.lang.String |
getMapURL(org.w3c.dom.Document doc) |
protected java.lang.String |
getRootPath() |
protected java.lang.String |
getSRSName() |
protected Capabilities |
parseCapabilities(WMService service,
org.w3c.dom.Document doc) |
addSRSNode, checkCapabilities, exGeographicBoundingBoxFromNode, getCoord, getCoord, getTitle, getTitlePath, latLonBoundingBoxFromNode, parseCapabilities, wmsLayerFromNode
protected java.lang.String getRootPath()
getRootPath
in class AbstractParser
protected Capabilities parseCapabilities(WMService service, org.w3c.dom.Document doc) throws java.io.IOException
parseCapabilities
in class AbstractParser
java.io.IOException
protected java.util.LinkedList<java.lang.String> getFormatList(org.w3c.dom.Document doc) throws java.io.IOException
getFormatList
in class AbstractParser
java.io.IOException
protected java.lang.String getMapURL(org.w3c.dom.Document doc)
protected java.lang.String getFeatureInfoURL(org.w3c.dom.Document doc)
protected BoundingBox boundingBoxFromNode(org.w3c.dom.Node n) throws java.lang.Exception
boundingBoxFromNode
in class AbstractParser
java.lang.Exception
protected java.lang.String getSRSName()
getSRSName
in class AbstractParser