org.gvsig.remoteclient.wcs.request
Class WCSRequest

java.lang.Object
  extended by org.gvsig.remoteclient.ogc.request.OGCRequest
      extended by org.gvsig.remoteclient.wcs.request.WCSRequest
Direct Known Subclasses:
WCSDescribeCoverageRequest, WCSGetCoverageRequest

public abstract class WCSRequest
extends OGCRequest

Author:
Jorge Piera

Field Summary
protected  WCSStatus status
           
 
Fields inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
isDeleted, protocolHandler, XMLTAG_ENDCHARACTER, XMLTAG_FINISHCHARACTER, XMLTAG_STARTCHARACTER
 
Constructor Summary
WCSRequest(WCSStatus status, WCSProtocolHandler protocolHandler)
           
 
Method Summary
protected  java.lang.String getPartialQuery(WCSStatus status)
           
 
Methods inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
createXMLEndtTag, createXMLStartTag, getHttpGetRequest, getHttpPostRequest, getOperationName, getSchemaLocation, 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 WCSStatus status
Constructor Detail

WCSRequest

public WCSRequest(WCSStatus status,
                  WCSProtocolHandler protocolHandler)
Method Detail

getPartialQuery

protected java.lang.String getPartialQuery(WCSStatus status)


Copyright © 2004-2013 gvSIG. All Rights Reserved.