Uses of Interface
org.geotools.data.wfs.internal.GetParser
-
Packages that use GetParser Package Description org.geotools.data.wfs.internal org.geotools.data.wfs.internal.parsers -
-
Uses of GetParser in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return GetParser Modifier and Type Method Description GetParser<SimpleFeature>
GetFeatureResponse. getFeatures()
GetParser<SimpleFeature>
GetFeatureResponse. getFeatures(GeometryFactory geometryFactory)
GetParser<SimpleFeature>
GetFeatureResponse. getSimpleFeatures(GeometryFactory geometryFactory)
Constructors in org.geotools.data.wfs.internal with parameters of type GetParser Constructor Description GetFeatureResponse(WFSRequest originatingRequest, HTTPResponse httpResponse, GetParser<SimpleFeature> features)
-
Uses of GetParser in org.geotools.data.wfs.internal.parsers
Classes in org.geotools.data.wfs.internal.parsers that implement GetParser Modifier and Type Class Description class
PullParserFeatureReader
GetParser
forWFSFeatureReader
that uses the geotoolsPullParser
to fetch Features out of a WFS GetFeature response.class
XmlComplexFeatureParser
Parses complex features from a WFS response input stream.class
XmlFeatureParser<FT extends FeatureType,F extends Feature>
Abstract form of XmlFeatureParser.class
XmlSimpleFeatureParser
AGetParser
implementation that uses plain xml pull to parse a GetFeature response.Methods in org.geotools.data.wfs.internal.parsers that return GetParser Modifier and Type Method Description protected abstract GetParser<SimpleFeature>
AbstractGetFeatureResponseParserFactory. parser(GetFeatureRequest request, InputStream in)
protected GetParser<SimpleFeature>
ComplexGetFeatureResponseParserFactory. parser(GetFeatureRequest request, InputStream in)
protected GetParser<SimpleFeature>
GetFeatureResponseParserFactory. parser(GetFeatureRequest request, InputStream in)
protected GetParser<SimpleFeature>
GmlGetFeatureResponseParserFactory. parser(GetFeatureRequest request, InputStream in)
-