org.gvsig.remoteclient.wfs.request
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)
- See Also:
http://www.opengeospatial.org/standards/wfs
| Fields inherited from class org.gvsig.remoteclient.wfs.request.WFSRequest |
status |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WFSGetFeatureRequest
public WFSGetFeatureRequest(WFSStatus status,
WFSProtocolHandler protocolHandler)
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
createRequestInformation
public WFSRequestInformation createRequestInformation()
- Description copied from class:
WFSRequest
- Creates a request information
- Overrides:
createRequestInformation in class WFSRequest
- Returns:
- a request information
Copyright © 2004-2013 gvSIG. All Rights Reserved.