Uses of Enum Class
org.geotools.data.wfs.internal.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethod
Returns the enum constant of this class with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.data.wfs.internal with parameters of type HttpMethodModifier and TypeMethodDescriptionprotected abstract String
AbstractWFSStrategy.getOperationURI
(WFSOperationType operation, HttpMethod method) 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. -
Uses of HttpMethod in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x with parameters of type HttpMethodModifier and TypeMethodDescriptionprotected 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.0Configuration
that works. -
Uses of HttpMethod in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 with parameters of type HttpMethodModifier and TypeMethodDescriptionprotected String
StrictWFS_2_0_Strategy.getOperationURI
(WFSOperationType operation, HttpMethod method)