Class WFSDescribeFeatureTypeRequest

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

public abstract class WFSDescribeFeatureTypeRequest extends WFSRequest
The function of the DescribeFeatureType operation is to generate a schema description of feature types serviced by a WFS implementation. The schema descriptions define how a WFS implementation expects feature instances to be encoded on input (via Insert and Update requests) and how feature instances will be generated on output (in response to GetFeature and GetGmlObject requests).
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