Package | Description |
---|---|
org.geotools.data.wfs.internal | |
org.geotools.data.wfs.internal.parsers |
Modifier and Type | Method and Description |
---|---|
GetFeatureParser |
GetFeatureResponse.getFeatures() |
GetFeatureParser |
GetFeatureResponse.getFeatures(GeometryFactory geometryFactory) |
GetFeatureParser |
GetFeatureResponse.getSimpleFeatures(GeometryFactory geometryFactory) |
Constructor and Description |
---|
GetFeatureResponse(WFSRequest originatingRequest,
HTTPResponse httpResponse,
GetFeatureParser features) |
Modifier and Type | Class and Description |
---|---|
class |
PullParserFeatureReader
GetFeatureParser for WFSFeatureReader that uses the geotools PullParser
to fetch Features out of a WFS GetFeature response. |
class |
XmlSimpleFeatureParser
A
GetFeatureParser implementation that uses plain xml pull to parse a GetFeature
response. |
Modifier and Type | Method and Description |
---|---|
protected abstract GetFeatureParser |
AbstractGetFeatureResponseParserFactory.parser(GetFeatureRequest request,
InputStream in) |
protected GetFeatureParser |
GmlGetFeatureResponseParserFactory.parser(GetFeatureRequest request,
InputStream in) |
protected GetFeatureParser |
GetFeatureResponseParserFactory.parser(GetFeatureRequest request,
InputStream in) |
Copyright © 1996–2019 Geotools. All rights reserved.