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 HttpMethodReturns 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 StringAbstractWFSStrategy.getOperationURI(WFSOperationType operation, HttpMethod method) AbstractWFSStrategy.getOperationURL(WFSOperationType operation, HttpMethod method) abstract URLWFSStrategy.getOperationURL(WFSOperationType operation, HttpMethod method) Returns the URL for the given operation name and HTTP protocol as stated in the WFS capabilities.booleanAbstractWFSStrategy.supportsOperation(WFSOperationType operation, HttpMethod method) abstract booleanWFSStrategy.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 StringStrictWFS_1_x_Strategy.getOperationURI(WFSOperationType operation, HttpMethod method) booleanIonicStrategy.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.0Configurationthat 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 StringStrictWFS_2_0_Strategy.getOperationURI(WFSOperationType operation, HttpMethod method)