|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wfs.client.GetFeatureResponse<T>
public class GetFeatureResponse<T>
Encapsulates the response to a WFS GetFeature
request.
NOTE: The receiver must call close()
eventually, otherwise system resources (connections) may not be
freed.
Method Summary | |
---|---|
void |
close()
|
OWSResponse |
getAsRawResponse()
Provides access to the raw response. |
WFSFeatureCollection<T> |
getAsWFSFeatureCollection()
Provides access to the feature objects and WFS provided information in the response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public OWSResponse getAsRawResponse()
null
public WFSFeatureCollection<T> getAsWFSFeatureCollection() throws XMLParsingException, XMLStreamException, UnknownCRSException, OWSExceptionReport
null
OWSExceptionReport
UnknownCRSException
XMLStreamException
XMLParsingException
public void close() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |