org.gvsig.remoteclient.wmts.wmts_1_0_0
Class WMTSProtocolHandler1_0_0

java.lang.Object
  extended by org.gvsig.remoteclient.ogc.OGCProtocolHandler
      extended by org.gvsig.remoteclient.wmts.WMTSProtocolHandler
          extended by 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)

Field Summary
 
Fields inherited from class org.gvsig.remoteclient.wmts.WMTSProtocolHandler
encoding, forceLongitudeFirstAxisOrder, serviceInfo
 
Fields inherited from class org.gvsig.remoteclient.ogc.OGCProtocolHandler
downloader, host, name, port, version
 
Constructor Summary
WMTSProtocolHandler1_0_0()
           
 
Method Summary
protected  WMTSGetCapabilitiesRequest createGetCapabilitiesRequest()
           
protected  WMTSGetFeatureInfoRequest createGetFeatureInfoRequest(WMTSStatus status, int x, int y)
           
protected  WMTSGetTileRequest createGetTileRequest(WMTSStatus status)
           
 boolean parseCapabilities(java.io.File f)
          parses the data retrieved by the Capabilities XML document
 void setServerDescription(WMTSServerDescription serverDescription)
          Sets the status object
 
Methods inherited from class org.gvsig.remoteclient.wmts.WMTSProtocolHandler
buildCapabilitiesSuitableVersionRequest, downloadFile, getCapabilities, getFeatureInfo, getServiceInformation, getTile, getTile, getTileURL, parseException, setForceLongitudeFirstAxisOrder
 
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
 

Constructor Detail

WMTSProtocolHandler1_0_0

public WMTSProtocolHandler1_0_0()
Method Detail

setServerDescription

public void setServerDescription(WMTSServerDescription serverDescription)
Sets the status object

Specified by:
setServerDescription 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

createGetCapabilitiesRequest

protected WMTSGetCapabilitiesRequest createGetCapabilitiesRequest()
Specified by:
createGetCapabilitiesRequest in class WMTSProtocolHandler

createGetTileRequest

protected WMTSGetTileRequest createGetTileRequest(WMTSStatus status)
Specified by:
createGetTileRequest in class WMTSProtocolHandler

createGetFeatureInfoRequest

protected WMTSGetFeatureInfoRequest createGetFeatureInfoRequest(WMTSStatus status,
                                                                int x,
                                                                int y)
Specified by:
createGetFeatureInfoRequest in class WMTSProtocolHandler


Copyright © 2004-2013 gvSIG. All Rights Reserved.