Uses of Interface
org.geotools.data.wfs.internal.GetParser
Packages that use GetParser
-
Uses of GetParser in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return GetParserModifier and TypeMethodDescriptionGetFeatureResponse.getFeatures()
GetFeatureResponse.getFeatures
(GeometryFactory geometryFactory) GetFeatureResponse.getSimpleFeatures
(GeometryFactory geometryFactory) Constructors in org.geotools.data.wfs.internal with parameters of type GetParserModifierConstructorDescriptionGetFeatureResponse
(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 GetParserModifier and TypeClassDescriptionclass
GetParser<SimpleFeature>
forWFSFeatureReader
that uses the geotoolsPullParser
to fetch Features out of a WFS GetFeature response.class
Parses complex features from a WFS response input stream.class
XmlFeatureParser<FT extends FeatureType,
F extends Feature> Abstract form of XmlFeatureParser.class
AGetParser<SimpleFeature>
implementation that uses plain xml pull to parse a GetFeature response.Methods in org.geotools.data.wfs.internal.parsers that return GetParserModifier and TypeMethodDescriptionprotected 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)