Package | Description |
---|---|
org.geotools.data.wfs.internal | |
org.geotools.data.wfs.internal.v1_x | |
org.geotools.data.wfs.internal.v2_0 |
Modifier and Type | Class and Description |
---|---|
class |
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. |
Modifier and Type | Field and Description |
---|---|
protected WFSStrategy |
WFSRequest.strategy |
Modifier and Type | Method and Description |
---|---|
WFSStrategy |
WFSRequest.getStrategy() |
protected WFSStrategy |
WFSClient.getStrategy() |
Constructor and Description |
---|
DescribeFeatureTypeRequest(WFSConfig config,
WFSStrategy strategy) |
DescribeStoredQueriesRequest(WFSConfig config,
WFSStrategy strategy) |
ListStoredQueriesRequest(WFSConfig config,
WFSStrategy strategy) |
TransactionRequest(WFSConfig config,
WFSStrategy strategy) |
WFSRequest(WFSOperationType operation,
WFSConfig config,
WFSStrategy strategy) |
Modifier and Type | Class and Description |
---|---|
class |
CubeWerxStrategy
A strategy object to aid in querying a CubeWerx WFS 1.1 server
This strategy was created as per the limitations encountered at the CubeWerx server being
tested while developing this plugin.
|
class |
GeoServerPre200Strategy
WFS strategy for GeoServer WFS 1.1 where the geoserver version is lower than 2.0.
|
class |
IonicStrategy |
class |
MapServerWFSStrategy
This strategy addresses a bug in most MapServer implementations where a filter is required in
order for all the features to be returned.
|
class |
StrictWFS_1_x_Strategy |
Modifier and Type | Class and Description |
---|---|
class |
StrictWFS_2_0_Strategy |
Copyright © 1996–2019 Geotools. All rights reserved.