|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.wfs.v1_1_0.parsers.FeatureCollectionParser
public class FeatureCollectionParser
A WFS response parser that parses a GetFeature response that did not return an ExceptionReport
and is on GML 3.1 format into a GetFeatureParser
in order to stream the features produced
by the server.
Gml31GetFeatureResponseParserFactory
Constructor Summary | |
---|---|
FeatureCollectionParser()
|
Method Summary | |
---|---|
java.lang.Object |
parse(WFS_1_1_0_DataStore wfs,
WFSResponse response)
Produces a parsed object from the WFS response stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureCollectionParser()
Method Detail |
---|
public java.lang.Object parse(WFS_1_1_0_DataStore wfs, WFSResponse response) throws java.io.IOException
WFSResponseParser
The kind of parsed object depends on the actual response contents and what the specific parser produces for it.
parse
in interface WFSResponseParser
wfs
- the datastore that issued the request and obtained the given responseresponse
- the handle to the WFS response contents
GetFeatureParser
to stream the contents of the GML 3.1 response
java.io.IOException
- if an exception is produced while parsing the response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |