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
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)
-
Field Summary
Fields inherited from class org.gvsig.remoteclient.wfs.request.WFSRequest
statusFields inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
isDeleted, protocolHandler, XMLTAG_ENDCHARACTER, XMLTAG_FINISHCHARACTER, XMLTAG_STARTCHARACTER -
Constructor Summary
ConstructorsConstructorDescriptionWFSDescribeFeatureTypeRequest(WFSStatus status, WFSProtocolHandler protocolHandler) -
Method Summary
Methods inherited from class org.gvsig.remoteclient.wfs.request.WFSRequest
createRequestInformation, sendRequestMethods inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
createXMLEndtTag, createXMLStartTag, getHttpGetRequest, getSymbol, getURL, isDeleted, setDeleted
-
Constructor Details
-
WFSDescribeFeatureTypeRequest
-
-
Method Details
-
getHttpPostRequest
- Specified by:
getHttpPostRequestin classorg.gvsig.remoteclient.ogc.request.OGCRequest
-
getOperationName
- Specified by:
getOperationNamein classorg.gvsig.remoteclient.ogc.request.OGCRequest
-
getSchemaLocation
- Specified by:
getSchemaLocationin classorg.gvsig.remoteclient.ogc.request.OGCRequest
-
getTempFilePrefix
- Specified by:
getTempFilePrefixin classorg.gvsig.remoteclient.ogc.request.OGCRequest
-