org.gvsig.remoteclient.wfs.request
Class WFSDescribeFeatureTypeRequest

java.lang.Object
  extended by org.gvsig.remoteclient.ogc.request.OGCRequest
      extended by org.gvsig.remoteclient.wfs.request.WFSRequest
          extended by 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)
See Also:
http://www.opengeospatial.org/standards/wfs

Field Summary
 
Fields inherited from class org.gvsig.remoteclient.wfs.request.WFSRequest
status
 
Fields inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
isDeleted, protocolHandler, XMLTAG_ENDCHARACTER, XMLTAG_FINISHCHARACTER, XMLTAG_STARTCHARACTER
 
Constructor Summary
WFSDescribeFeatureTypeRequest(WFSStatus status, WFSProtocolHandler protocolHandler)
           
 
Method Summary
protected  java.lang.String getHttpPostRequest(java.lang.String onlineResource)
           
protected  java.lang.String getOperationName()
           
protected  java.lang.String getSchemaLocation()
           
protected  java.lang.String getTempFilePrefix()
           
 
Methods inherited from class org.gvsig.remoteclient.wfs.request.WFSRequest
createRequestInformation, sendRequest
 
Methods inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
createXMLEndtTag, createXMLStartTag, getHttpGetRequest, getSymbol, getURL, isDeleted, setDeleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFSDescribeFeatureTypeRequest

public WFSDescribeFeatureTypeRequest(WFSStatus status,
                                     WFSProtocolHandler protocolHandler)
Method Detail

getHttpPostRequest

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

getOperationName

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

getSchemaLocation

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

getTempFilePrefix

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


Copyright © 2004-2013 gvSIG. All Rights Reserved.