Interface | Description |
---|---|
FeatureTypeInfo | |
GetFeatureParser | Deprecated |
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 | Description |
---|---|
AbstractWFSStrategy |
Base template-method class for
WFSStrategy implementations that leverage the GeoTools
xml-xsd subsystem for schema assisted parsing and encoding of WFS requests and responses. |
ComplexFeatureIteratorImpl |
Defines the complex feature iterator implementation class.
|
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 versions
|
WFSClient | |
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 | Description |
---|---|
GetFeatureRequest.ResultType | |
HttpMethod | |
WFSConfig.PreferredHttpMethod | |
WFSOperationType |
Enumeration for the possible operations a WFS may implement.
|
Exception | Description |
---|---|
WFSException |
A Java Exception that mirrors a WFS
ExceptionReport and is meant to be produced by ExceptionReportParser . |
Copyright © 1996–2019 Geotools. All rights reserved.