Class GmlGetFeatureResponseParserFactory
- Object
-
- AbstractWFSResponseFactory
-
- AbstractGetFeatureResponseParserFactory
-
- GmlGetFeatureResponseParserFactory
-
- All Implemented Interfaces:
WFSResponseFactory
public class GmlGetFeatureResponseParserFactory extends AbstractGetFeatureResponseParserFactory
A WFS response parser factory for GetFeature requests in GML output formats.Supports only GML 2 and GML 3.1
-
-
Constructor Summary
Constructors Constructor Description GmlGetFeatureResponseParserFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getSupportedOutputFormats()
protected List<String>
getSupportedVersions()
protected 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
-
-
-
-
Method Detail
-
parser
protected GetParser<SimpleFeature> parser(GetFeatureRequest request, InputStream in) throws IOException
- Specified by:
parser
in classAbstractGetFeatureResponseParserFactory
- Throws:
IOException
-
getSupportedVersions
protected List<String> getSupportedVersions()
- Specified by:
getSupportedVersions
in classAbstractGetFeatureResponseParserFactory
-
-