Class WFSGetFeatureRequest

java.lang.Object
org.gvsig.remoteclient.ogc.request.OGCRequest
org.gvsig.remoteclient.wfs.request.WFSRequest
org.gvsig.remoteclient.wfs.request.WFSGetFeatureRequest
Direct Known Subclasses:
WFSGetFeatureRequest1_0_0

public abstract class WFSGetFeatureRequest extends WFSRequest
The GetFeature operation allows retrieval of features from a web feature service. A GetFeature request is processed by a WFS and when the value of the outputFormat attribute is set to text/gml a GML instance document, containing the result set, is returned to the client.
Author:
Jorge Piera Llodrá (jorge.piera@iver.es)
  • Constructor Details

  • Method Details

    • getHttpPostRequest

      protected String getHttpPostRequest(String onlineResource)
      Specified by:
      getHttpPostRequest in class org.gvsig.remoteclient.ogc.request.OGCRequest
    • getOperationName

      protected String getOperationName()
      Specified by:
      getOperationName in class org.gvsig.remoteclient.ogc.request.OGCRequest
    • getSchemaLocation

      protected String getSchemaLocation()
      Specified by:
      getSchemaLocation in class org.gvsig.remoteclient.ogc.request.OGCRequest
    • getTempFilePrefix

      protected String getTempFilePrefix()
      Specified by:
      getTempFilePrefix in class org.gvsig.remoteclient.ogc.request.OGCRequest
    • createRequestInformation

      public WFSRequestInformation createRequestInformation()
      Description copied from class: WFSRequest
      Creates a request information
      Overrides:
      createRequestInformation in class WFSRequest
      Returns:
      a request information