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
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)
-
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
Constructors -
Method Summary
Methods inherited from class org.gvsig.remoteclient.wfs.request.WFSRequest
sendRequestMethods inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
createXMLEndtTag, createXMLStartTag, getHttpGetRequest, getSymbol, getURL, isDeleted, setDeleted
-
Constructor Details
-
WFSGetFeatureRequest
-
-
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
-
createRequestInformation
Description copied from class:WFSRequestCreates a request information- Overrides:
createRequestInformationin classWFSRequest- Returns:
- a request information
-