Package com.vividsolutions.wms
Class ParserWMS1_1
- java.lang.Object
-
- com.vividsolutions.wms.AbstractParser
-
- com.vividsolutions.wms.ParserWMS1_1
-
- All Implemented Interfaces:
IParser
public class ParserWMS1_1 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_1()
Creates a Parser for dealing with WMS XML.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getFeatureInfoURL(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, boundingBoxFromNode, checkCapabilities, exGeographicBoundingBoxFromNode, getCoord, getCoord, getFormatList, 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
-
getSRSName
protected String getSRSName()
- Specified by:
getSRSName
in classAbstractParser
-
-