Package com.vividsolutions.wms
Class ParserWMS1_0
- java.lang.Object
-
- com.vividsolutions.wms.AbstractParser
-
- com.vividsolutions.wms.ParserWMS1_0
-
- All Implemented Interfaces:
IParser
public class ParserWMS1_0 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_0()
Creates a Parser for dealing with WMS XML.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-