Uses of Class
org.geotools.data.wfs.internal.HttpMethod
-
Packages that use HttpMethod Package Description org.geotools.data.wfs.internal org.geotools.data.wfs.internal.v1_x org.geotools.data.wfs.internal.v2_0 -
-
Uses of HttpMethod in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return HttpMethod Modifier and Type Method 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.Methods in org.geotools.data.wfs.internal with parameters of type HttpMethod Modifier and Type Method 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. -
Uses of HttpMethod in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x with parameters of type HttpMethod Modifier and Type Method 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.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 HttpMethod Modifier and Type Method Description protected String
StrictWFS_2_0_Strategy. getOperationURI(WFSOperationType operation, HttpMethod method)
-