org.gvsig.remoteclient.wmts.request
Class WMTSGetFeatureInfoRequest

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.WMTSGetFeatureInfoRequest
Direct Known Subclasses:
WMTSGetFeatureInfoRequest1_0_0

public abstract class WMTSGetFeatureInfoRequest
extends WMTSRequest

Base class for WMTS GetFeatureInfo

Author:
Nacho Brodin (nachobrodin@gmail.com)

Field Summary
protected  int x
           
protected  int y
           
 
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
WMTSGetFeatureInfoRequest(WMTSStatus status, WMTSProtocolHandler protocolHandler, int x, int y)
           
 
Method Summary
protected  java.lang.String getHttpPostRequest(java.lang.String onlineResource)
           
protected  java.lang.String getOperationName()
           
protected  java.lang.String getTempFilePrefix()
           
 java.net.URL getURL()
           
 
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, isDeleted, sendRequest, setDeleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected int x

y

protected int y
Constructor Detail

WMTSGetFeatureInfoRequest

public WMTSGetFeatureInfoRequest(WMTSStatus status,
                                 WMTSProtocolHandler protocolHandler,
                                 int x,
                                 int y)
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

getURL

public java.net.URL getURL()
                    throws java.net.MalformedURLException
Overrides:
getURL in class OGCRequest
Returns:
the URL used in the HTTP get operation
Throws:
java.net.MalformedURLException


Copyright © 2004-2013 gvSIG. All Rights Reserved.