public class ParserWMS1_1 extends AbstractParser
| Constructor and Description | 
|---|
ParserWMS1_1()
Creates a Parser for dealing with WMS XML. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.String | 
getFeatureInfoURL(org.w3c.dom.Document doc)  | 
protected java.lang.String | 
getMapURL(org.w3c.dom.Document doc)  | 
protected java.lang.String | 
getRootPath()  | 
protected java.lang.String | 
getSRSName()  | 
protected Capabilities | 
parseCapabilities(WMService service,
                 org.w3c.dom.Document doc)  | 
addSRSNode, boundingBoxFromNode, checkCapabilities, exGeographicBoundingBoxFromNode, getCoord, getCoord, getFormatList, getTitle, getTitlePath, latLonBoundingBoxFromNode, parseCapabilities, wmsLayerFromNodeprotected java.lang.String getRootPath()
getRootPath in class AbstractParserprotected Capabilities parseCapabilities(WMService service, org.w3c.dom.Document doc) throws java.io.IOException
parseCapabilities in class AbstractParserjava.io.IOExceptionprotected java.lang.String getMapURL(org.w3c.dom.Document doc)
protected java.lang.String getFeatureInfoURL(org.w3c.dom.Document doc)
protected java.lang.String getSRSName()
getSRSName in class AbstractParser