org.gvsig.remoteclient.wmts.request
Class WMTSGetCapabilitiesRequest

java.lang.Object
  extended by org.gvsig.remoteclient.ogc.request.OGCRequest
      extended by org.gvsig.remoteclient.wmts.request.WMTSRequest
          extended by org.gvsig.remoteclient.wmts.request.WMTSGetCapabilitiesRequest
Direct Known Subclasses:
WMTSGetCapabilitiesRequest1_0_0

public abstract class WMTSGetCapabilitiesRequest
extends WMTSRequest

Base class for a GetCapabilities WMTS request

Author:
Nacho Brodin (nachobrodin@gmail.com)

Field Summary
protected  WMTSServerDescription serverDescription
           
 
Fields inherited from class org.gvsig.remoteclient.wmts.request.WMTSRequest
stringUtils
 
Fields inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
isDeleted, protocolHandler, status, XMLTAG_ENDCHARACTER, XMLTAG_FINISHCHARACTER, XMLTAG_STARTCHARACTER
 
Constructor Summary
WMTSGetCapabilitiesRequest(WMTSServerDescription serverDescription, WMTSProtocolHandler protocolHandler)
           
 
Method Summary
protected  java.lang.String getHttpPostRequest(java.lang.String onlineResource)
           
protected  java.lang.String getOperationName()
           
protected  java.lang.String getTempFilePrefix()
           
 
Methods inherited from class org.gvsig.remoteclient.wmts.request.WMTSRequest
cancelDownload, downloadFile, getPartialQuery, getSchemaLocation, sendRequest
 
Methods inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
createXMLEndtTag, createXMLStartTag, getHttpGetRequest, getSymbol, getURL, isDeleted, sendRequest, setDeleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverDescription

protected WMTSServerDescription serverDescription
Constructor Detail

WMTSGetCapabilitiesRequest

public WMTSGetCapabilitiesRequest(WMTSServerDescription serverDescription,
                                  WMTSProtocolHandler protocolHandler)
Parameters:
status -
protocolHandler -
Method Detail

getHttpPostRequest

protected java.lang.String getHttpPostRequest(java.lang.String onlineResource)
Specified by:
getHttpPostRequest in class OGCRequest

getOperationName

protected java.lang.String getOperationName()
Specified by:
getOperationName in class OGCRequest

getTempFilePrefix

protected java.lang.String getTempFilePrefix()
Specified by:
getTempFilePrefix in class OGCRequest


Copyright © 2014 gvSIG Association. All Rights Reserved.