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 BoundingBoxboundingBoxFromNode(Node n)protected StringgetFeatureInfoURL(Document doc)protected LinkedList<String>getFormatList(Document doc)protected StringgetMapURL(Document doc)protected StringgetRootPath()protected StringgetSRSName()protected CapabilitiesparseCapabilities(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:
getRootPathin classAbstractParser
-
parseCapabilities
protected Capabilities parseCapabilities(WMService service, Document doc) throws IOException
- Specified by:
parseCapabilitiesin classAbstractParser- Throws:
IOException
-
getFormatList
protected LinkedList<String> getFormatList(Document doc) throws IOException
- Overrides:
getFormatListin classAbstractParser- Throws:
IOException
-
boundingBoxFromNode
protected BoundingBox boundingBoxFromNode(Node n) throws Exception
- Overrides:
boundingBoxFromNodein classAbstractParser- Throws:
Exception
-
getSRSName
protected String getSRSName()
- Specified by:
getSRSNamein classAbstractParser
-
-