Uses of Interface
org.geotools.data.wfs.internal.WFSResponseFactory
-
Packages that use WFSResponseFactory Package Description org.geotools.data.wfs.internal org.geotools.data.wfs.internal.parsers -
-
Uses of WFSResponseFactory in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return WFSResponseFactory Modifier and Type Method Description static WFSResponseFactory
WFSExtensions. findResponseFactory(WFSRequest originatingRequest, String contentType)
Methods in org.geotools.data.wfs.internal that return types with arguments of type WFSResponseFactory Modifier and Type Method Description static List<WFSResponseFactory>
WFSExtensions. findResponseFactories(WFSOperationType operation)
-
Uses of WFSResponseFactory in org.geotools.data.wfs.internal.parsers
Classes in org.geotools.data.wfs.internal.parsers that implement WFSResponseFactory Modifier and Type Class Description class
AbstractGetFeatureResponseParserFactory
An abstract WFS response parser factory for GetFeature requests in GML output formats.class
AbstractWFSResponseFactory
Potential base class forWFSResponseFactory
implementations.class
ComplexGetFeatureResponseParserFactory
Creating GetFeatureResponse parsers that can treat featureType that don't extend SimpleFeatureType.class
DescribeFeatureTypeResponseFactory
class
DescribeStoredQueriesResponseFactory
class
GetFeatureResponseParserFactory
A WFS response parser factory for GetFeature requests in GML output formats.class
GmlGetFeatureResponseParserFactory
A WFS response parser factory for GetFeature requests in GML output formats.class
ListStoredQueriesResponseFactory
class
TransactionResponseFactory
-