Class WFSRequest

java.lang.Object
org.gvsig.remoteclient.ogc.request.OGCRequest
org.gvsig.remoteclient.wfs.request.WFSRequest
Direct Known Subclasses:
WFSDescribeFeatureTypeRequest, WFSGetFeatureRequest, WFSTLockFeatureRequest, WFSTransactionRequest

public abstract class WFSRequest extends org.gvsig.remoteclient.ogc.request.OGCRequest
This class sends a WFS request and returns the reply in a local File. It tries if the server supports both HTTP Get and Post requests.
Author:
Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected WFSStatus
     

    Fields inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest

    isDeleted, protocolHandler, XMLTAG_ENDCHARACTER, XMLTAG_FINISHCHARACTER, XMLTAG_STARTCHARACTER
  • Constructor Summary

    Constructors
    Constructor
    Description
    WFSRequest(WFSStatus status, WFSProtocolHandler protocolHandler)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a request information
    sendRequest(org.gvsig.compat.net.ICancellable cancel)
     

    Methods inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest

    createXMLEndtTag, createXMLStartTag, getHttpGetRequest, getHttpPostRequest, getOperationName, getSchemaLocation, getSymbol, getTempFilePrefix, getURL, isDeleted, setDeleted

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait