Package org.geotools.data.wfs.internal
-
Interface Summary Interface Description FeatureTypeInfo GetParser<F extends Feature> Interface to return appropriate feature parser.TransactionResponse WFSResponseFactory A factory interface meant to be used through the usual GeoTools SPI mechanism to dynamically find out a parser capable of processing a WFS response based on the request to be sent. -
Class Summary Class Description AbstractWFSStrategy Base template-method class forWFSStrategy
implementations that leverage the GeoToolsxml-xsd
subsystem for schema assisted parsing and encoding of WFS requests and responses.ComplexFeatureIteratorImpl Defines the complex feature iterator implementation class.ComplexGetFeatureResponse GetFeature response for feature's that isn't treated as SimpleFeatureType.DescribeFeatureTypeRequest DescribeFeatureTypeResponse DescribeStoredQueriesRequest DescribeStoredQueriesResponse ExceptionDetails Corresponds to one detail item of an WFS exception report.GetCapabilitiesRequest GetCapabilitiesResponse GetFeatureRequest GetFeatureResponse ListStoredQueriesRequest ListStoredQueriesResponse Loggers Internal utility class providing static constants for Loggers used during WFSDataStore operation.RequestComponents Holds the components needed by the data store to issue and post process a GetFeature request.TransactionRequest TransactionRequest.Delete TransactionRequest.TransactionElement TransactionRequest.Update URIs Versions Supported WFS versionsWFSClient WFSConfig WFSContentComplexFeatureCollection Feature collection for parsing complex features.WFSExtensions Utility class to look up for a parser that can deal with a given WFS response and process it.WFSGetCapabilities WFSRequest WFSResponse A handle to a WFS response that contains the input stream to the actual contents and some well known response information derived from the HTTP response headers.WFSStrategy Facade interface to interact with a WFS instance. -
Enum Summary Enum Description GetFeatureRequest.ResultType HttpMethod WFSConfig.PreferredHttpMethod WFSOperationType Enumeration for the possible operations a WFS may implement. -
Exception Summary Exception Description WFSException A Java Exception that mirrors a WFSExceptionReport
.