org.gvsig.remoteclient.wfs.request
Class WFSGetFeatureRequest

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.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

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
WFSGetFeatureRequest(WFSStatus status, WFSProtocolHandler protocolHandler)
           
 
Method Summary
 WFSRequestInformation createRequestInformation()
          Creates a request information
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
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

WFSGetFeatureRequest

public WFSGetFeatureRequest(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

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.