org.gvsig.remoteclient.wms.request
Class WMSRequest

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

public abstract class WMSRequest
extends OGCRequest

Author:
Jorge Piera

Field Summary
protected  WMSStatus status
           
 
Fields inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
isDeleted, protocolHandler, XMLTAG_ENDCHARACTER, XMLTAG_FINISHCHARACTER, XMLTAG_STARTCHARACTER
 
Constructor Summary
WMSRequest(WMSStatus status, WMSProtocolHandler protocolHandler)
           
 
Method Summary
protected  java.lang.String getPartialQuery(WMSStatus status)
          Gets the part of the OGC request that share GetMap and GetFeatureInfo
protected  java.lang.String getSchemaLocation()
           
 
Methods inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
createXMLEndtTag, createXMLStartTag, getHttpGetRequest, getHttpPostRequest, getOperationName, getSymbol, getTempFilePrefix, getURL, isDeleted, sendRequest, setDeleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

status

protected WMSStatus status
Constructor Detail

WMSRequest

public WMSRequest(WMSStatus status,
                  WMSProtocolHandler protocolHandler)
Method Detail

getPartialQuery

protected java.lang.String getPartialQuery(WMSStatus status)
Gets the part of the OGC request that share GetMap and GetFeatureInfo

Returns:
String request

getSchemaLocation

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


Copyright © 2014 gvSIG Association. All Rights Reserved.