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.internalMethods 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.parsersClasses in org.geotools.data.wfs.internal.parsers that implement GetParser Modifier and Type Class Description classPullParserFeatureReaderGetParserforWFSFeatureReaderthat uses the geotoolsPullParserto fetch Features out of a WFS GetFeature response.classXmlComplexFeatureParserParses complex features from a WFS response input stream.classXmlFeatureParser<FT extends FeatureType,F extends Feature>Abstract form of XmlFeatureParser.classXmlSimpleFeatureParserAGetParserimplementation 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)
 
-