org.deegree.ogcwebservices.wfs.operation
Class FeatureResult
java.lang.Object
org.deegree.ogcwebservices.DefaultOGCWebServiceResponse
org.deegree.ogcwebservices.wfs.operation.FeatureResult
- All Implemented Interfaces:
- OGCWebServiceResponse
- Direct Known Subclasses:
- FeatureWithLockResult
public class FeatureResult
- extends DefaultOGCWebServiceResponse
Represents the response to a GetFeature
request.
The response to a GetFeature
request is controlled by the outputFormat attribute. The
default value for the outputFormat attribute shall be GML indicating that a WFS must generate a
GML document of the result set that conforms to the Geography Markup Language (GML) 3.1.1
specification. Vendor specific output formats can also be generated but they must be declared in
the capabilities document.
- Version:
- $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Andreas Poth , last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FeatureResult
public FeatureResult(AbstractOGCWebServiceRequest request,
FeatureCollection featureCollection)
- Creates a new instance of
FeatureResult
.
- Parameters:
request
- featureCollection
-
getResponse
public java.lang.Object getResponse()
- Returns the result as a
FeatureCollection
.
- Returns:
- the result as a FeatureCollection
toString
public java.lang.String toString()
- Returns a string representation of the object.
- Overrides:
toString
in class DefaultOGCWebServiceResponse
- Returns:
- a string representation of the object.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org