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 StringgetFeatureInfoURL(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, boundingBoxFromNode, checkCapabilities, exGeographicBoundingBoxFromNode, getCoord, getCoord, getFormatList, 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
-
getSRSName
protected String getSRSName()
- Specified by:
getSRSNamein classAbstractParser
-
-