org.gvsig.remoteclient.wms.request
Class WMSGetFeatureInfoRequest

java.lang.Object
  extended by org.gvsig.remoteclient.ogc.request.OGCRequest
      extended by org.gvsig.remoteclient.wms.request.WMSRequest
          extended by org.gvsig.remoteclient.wms.request.WMSGetFeatureInfoRequest
Direct Known Subclasses:
WMSGetFeatureInfoRequest1_1_0, WMSGetFeatureInfoRequest1_1_3

public abstract class WMSGetFeatureInfoRequest
extends WMSRequest

Author:
Jorge Piera

Field Summary
protected  int x
           
protected  int y
           
 
Fields inherited from class org.gvsig.remoteclient.wms.request.WMSRequest
status
 
Fields inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
isDeleted, protocolHandler, XMLTAG_ENDCHARACTER, XMLTAG_FINISHCHARACTER, XMLTAG_STARTCHARACTER
 
Constructor Summary
WMSGetFeatureInfoRequest(WMSStatus status, WMSProtocolHandler 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()
           
 
Methods inherited from class org.gvsig.remoteclient.wms.request.WMSRequest
getPartialQuery, getSchemaLocation
 
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

x

protected int x

y

protected int y
Constructor Detail

WMSGetFeatureInfoRequest

public WMSGetFeatureInfoRequest(WMSStatus status,
                                WMSProtocolHandler 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


Copyright © 2014 gvSIG Association. All Rights Reserved.