org.gvsig.remoteclient.wmts.wmts_1_0_0
Class WMTSProtocolHandler1_0_0
java.lang.Object
org.gvsig.remoteclient.ogc.OGCProtocolHandler
org.gvsig.remoteclient.wmts.WMTSProtocolHandler
org.gvsig.remoteclient.wmts.wmts_1_0_0.WMTSProtocolHandler1_0_0
public class WMTSProtocolHandler1_0_0
- extends WMTSProtocolHandler
Describes the handler to comunicate to a WMTS 1.0.0
- Author:
- Nacho Brodin (nachobrodin@gmail.com)
| Methods inherited from class org.gvsig.remoteclient.ogc.OGCProtocolHandler |
addOperationByAttribute, fileToBytes, getHost, getName, getPort, getSymbol, getVersion, parseHTTPTag, parserDcpType, setHost, setName, setPort, setVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WMTSProtocolHandler1_0_0
public WMTSProtocolHandler1_0_0()
createGetCapabilitiesRequest
protected WMTSGetCapabilitiesRequest createGetCapabilitiesRequest()
- Specified by:
createGetCapabilitiesRequest in class WMTSProtocolHandler
createGetFeatureInfoRequest
protected WMTSGetFeatureInfoRequest createGetFeatureInfoRequest(WMTSStatus status,
int x,
int y)
- Specified by:
createGetFeatureInfoRequest in class WMTSProtocolHandler
createGetTileRequest
protected WMTSGetTileRequest createGetTileRequest(WMTSStatus status)
- Specified by:
createGetTileRequest in class WMTSProtocolHandler
parseCapabilities
public boolean parseCapabilities(java.io.File f)
- Description copied from class:
OGCProtocolHandler
- parses the data retrieved by the Capabilities XML document
- Specified by:
parseCapabilities in class OGCProtocolHandler
setServerDescription
public void setServerDescription(WMTSServerDescription serverDescription)
- Sets the status object
- Specified by:
setServerDescription in class WMTSProtocolHandler
Copyright © 2014 gvSIG Association. All Rights Reserved.