Package com.vividsolutions.wms
Class ParserWMS1_3
- java.lang.Object
-
- com.vividsolutions.wms.AbstractParser
-
- com.vividsolutions.wms.ParserWMS1_3
-
- All Implemented Interfaces:
IParser
public class ParserWMS1_3 extends AbstractParser
Pulls WMS objects out of the XML- Author:
- Chris Hodgson chodgson@refractions.net, Michael Michaud michael.michaud@free.fr
-
-
Constructor Summary
Constructors Constructor Description ParserWMS1_3()
Creates a Parser for dealing with WMS XML.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BoundingBox
boundingBoxFromNode(Node n)
protected String
getFeatureInfoURL(Document doc)
protected LinkedList<String>
getFormatList(Document doc)
protected String
getMapURL(Document doc)
protected String
getRootPath()
protected String
getSRSName()
protected Capabilities
parseCapabilities(WMService service, Document doc)
-
Methods inherited from class com.vividsolutions.wms.AbstractParser
addSRSNode, checkCapabilities, exGeographicBoundingBoxFromNode, getCoord, getCoord, getInfoFormats, getTitle, getTitlePath, latLonBoundingBoxFromNode, parseCapabilities, wmsLayerFromNode
-
-
-
-
Method Detail
-
getRootPath
protected String getRootPath()
- Specified by:
getRootPath
in classAbstractParser
-
parseCapabilities
protected Capabilities parseCapabilities(WMService service, Document doc) throws IOException
- Specified by:
parseCapabilities
in classAbstractParser
- Throws:
IOException
-
getFormatList
protected LinkedList<String> getFormatList(Document doc) throws IOException
- Overrides:
getFormatList
in classAbstractParser
- Throws:
IOException
-
boundingBoxFromNode
protected BoundingBox boundingBoxFromNode(Node n) throws Exception
- Overrides:
boundingBoxFromNode
in classAbstractParser
- Throws:
Exception
-
getSRSName
protected String getSRSName()
- Specified by:
getSRSName
in classAbstractParser
-
-