Class GmlGetFeatureResponseParserFactory
Object
AbstractWFSResponseFactory
AbstractGetFeatureResponseParserFactory
GmlGetFeatureResponseParserFactory
- All Implemented Interfaces:
WFSResponseFactory
A WFS response parser factory for GetFeature requests in GML output formats.
Supports only GML 2 and GML 3.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GetParser<SimpleFeature>
parser
(GetFeatureRequest request, InputStream in) Methods inherited from class AbstractGetFeatureResponseParserFactory
canProcess, canProcess, createResponseImpl, getRequestedType, isAvailable, isValidResponseHead
Methods inherited from class AbstractWFSResponseFactory
createResponse, parseException
-
Constructor Details
-
GmlGetFeatureResponseParserFactory
public GmlGetFeatureResponseParserFactory()
-
-
Method Details
-
parser
protected GetParser<SimpleFeature> parser(GetFeatureRequest request, InputStream in) throws IOException - Specified by:
parser
in classAbstractGetFeatureResponseParserFactory
- Throws:
IOException
-
getSupportedOutputFormats
-
getSupportedVersions
- Specified by:
getSupportedVersions
in classAbstractGetFeatureResponseParserFactory
-