public class WMSProtocolHandler1_1_1 extends WMSProtocolHandler
Describes the handler to comunicate to a WMS 1.1.1
encoding, layers, rootLayer, serviceInfodownloader, host, name, port, version| Constructor and Description |
|---|
WMSProtocolHandler1_1_1() |
| Modifier and Type | Method and Description |
|---|---|
protected WMSGetCapabilitiesRequest |
createGetCapabilitiesRequest(WMSStatus status) |
protected WMSGetFeatureInfoRequest |
createGetFeatureInfoRequest(WMSStatus status,
int x,
int y) |
protected WMSGetLegendGraphicRequest |
createGetLegendGraphicRequest(WMSStatus status,
java.lang.String layerName) |
protected WMSGetMapRequest |
createGetMapRequest(WMSStatus status) |
boolean |
parseCapabilities(java.io.File f)
parses the data retrieved by the Capabilities XML document
|
protected java.lang.String |
parseException(byte[] data) |
_getMap, buildCapabilitiesSuitableVersionRequest, close, getCapabilities, getExceptionMessage, getFeatureInfo, getLegendGraphic_old, getLegendGraphic, getMap, getMapURL, getName, getServiceInformation, parseGetFeatureInfoTag, parseGetLegendGraphicTag, parseGetMapTag, parseRequestTagaddOperationByAttribute, fileToBytes, getHost, getPort, getSymbol, getVersion, parseHTTPTag, parserDcpType, setHost, setName, setPort, setVersionpublic boolean parseCapabilities(java.io.File f)
OGCProtocolHandlerparseCapabilities in class OGCProtocolHandlerprotected java.lang.String parseException(byte[] data)
parseException in class WMSProtocolHandlerprotected WMSGetFeatureInfoRequest createGetFeatureInfoRequest(WMSStatus status, int x, int y)
createGetFeatureInfoRequest in class WMSProtocolHandlerprotected WMSGetMapRequest createGetMapRequest(WMSStatus status)
createGetMapRequest in class WMSProtocolHandlerstatus - The WMS statusprotected WMSGetLegendGraphicRequest createGetLegendGraphicRequest(WMSStatus status, java.lang.String layerName)
createGetLegendGraphicRequest in class WMSProtocolHandlerprotected WMSGetCapabilitiesRequest createGetCapabilitiesRequest(WMSStatus status)
createGetCapabilitiesRequest in class WMSProtocolHandler