Package | Description |
---|---|
org.geotools.data.wfs.internal | |
org.geotools.data.wfs.internal.v1_x | |
org.geotools.data.wfs.internal.v2_0 |
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected abstract String |
AbstractWFSStrategy.getOperationURI(WFSOperationType operation,
HttpMethod method) |
URL |
AbstractWFSStrategy.getOperationURL(WFSOperationType operation,
HttpMethod method) |
abstract URL |
WFSStrategy.getOperationURL(WFSOperationType operation,
HttpMethod method)
Returns the URL for the given operation name and HTTP protocol as stated in the WFS
capabilities.
|
boolean |
AbstractWFSStrategy.supportsOperation(WFSOperationType operation,
HttpMethod method) |
abstract boolean |
WFSStrategy.supportsOperation(WFSOperationType operation,
HttpMethod method)
Returns whether the service supports the given operation for the given HTTP method.
|
Modifier and Type | Method and Description |
---|---|
protected String |
StrictWFS_1_x_Strategy.getOperationURI(WFSOperationType operation,
HttpMethod method) |
boolean |
IonicStrategy.supportsOperation(WFSOperationType operation,
HttpMethod method)
We can't use POST at all against Ionic cause it is not a WFS 1.1 implementation and expect
the filters to be encoded as per Filter 1.0, and I wasn't able of creating a WFS 1.1 with
Filter 1.0
Configuration that works. |
Modifier and Type | Method and Description |
---|---|
protected String |
StrictWFS_2_0_Strategy.getOperationURI(WFSOperationType operation,
HttpMethod method) |
Copyright © 1996–2019 Geotools. All rights reserved.