Uses of Enum Class
org.geotools.data.wfs.internal.WFSOperationType
Packages that use WFSOperationType
Package
Description
-
Uses of WFSOperationType in org.geotools.data.wfs.internal
Fields in org.geotools.data.wfs.internal declared as WFSOperationTypeMethods in org.geotools.data.wfs.internal that return WFSOperationTypeModifier and TypeMethodDescriptionWFSRequest.getOperation()
static WFSOperationType
Returns the enum constant of this class with the specified name.static WFSOperationType[]
WFSOperationType.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 WFSOperationTypeModifier and TypeMethodDescriptionboolean
WFSResponseFactory.canProcess
(WFSOperationType operation) static List<WFSResponseFactory>
WFSExtensions.findResponseFactories
(WFSOperationType operation) Finds all suitable WFS response factories for the operation.WFSStrategy.getClientSupportedOutputFormats
(WFSOperationType operation) AbstractWFSStrategy.getDefaultOutputFormat
(WFSOperationType operation) abstract String
WFSStrategy.getDefaultOutputFormat
(WFSOperationType operation) protected abstract QName
AbstractWFSStrategy.getOperationName
(WFSOperationType operation) Used byAbstractWFSStrategy.getPostContents(WFSRequest)
to get the qualified operation name to encode; different WFS versions may use different operation names (specially namespaces).protected 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.WFSStrategy.getServerSupportedOutputFormats
(QName typeName, WFSOperationType operation) WFSStrategy.getServerSupportedOutputFormats
(WFSOperationType operation) WFSStrategy.newRequestHandle
(WFSOperationType operation) 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.Constructors in org.geotools.data.wfs.internal with parameters of type WFSOperationTypeModifierConstructorDescriptionWFSRequest
(WFSOperationType operation, WFSConfig config, WFSStrategy strategy) -
Uses of WFSOperationType in org.geotools.data.wfs.internal.parsers
Methods in org.geotools.data.wfs.internal.parsers with parameters of type WFSOperationTypeModifier and TypeMethodDescriptionboolean
AbstractGetFeatureResponseParserFactory.canProcess
(WFSOperationType operation) boolean
DescribeFeatureTypeResponseFactory.canProcess
(WFSOperationType operation) boolean
DescribeStoredQueriesResponseFactory.canProcess
(WFSOperationType operation) boolean
ListStoredQueriesResponseFactory.canProcess
(WFSOperationType operation) boolean
ServiceExceptionResponseFactory.canProcess
(WFSOperationType operation) boolean
TransactionResponseFactory.canProcess
(WFSOperationType operation) -
Uses of WFSOperationType in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x with parameters of type WFSOperationTypeModifier and TypeMethodDescriptionStrictWFS_1_x_Strategy.getClientSupportedOutputFormats
(WFSOperationType operation) GeoServerPre200Strategy.getDefaultOutputFormat
(WFSOperationType op) GeoServer versions prior to 2.0 statetext/gml; subtype=gml/3.1.1
instead oftext/xml; subtype=gml/3.1.1
IonicStrategy.getDefaultOutputFormat
(WFSOperationType op) Ionic does not declare the supported output formats in the caps, yet it fails if asked fortext/xml; subtype=gml/3.1.1
but succeeds if asked forGML3
protected OperationType
StrictWFS_1_x_Strategy.getOperationMetadata
(WFSOperationType operation) protected QName
StrictWFS_1_x_Strategy.getOperationName
(WFSOperationType operation) protected String
StrictWFS_1_x_Strategy.getOperationURI
(WFSOperationType operation, HttpMethod method) StrictWFS_1_x_Strategy.getServerSupportedOutputFormats
(QName typeName, WFSOperationType operation) StrictWFS_1_x_Strategy.getServerSupportedOutputFormats
(WFSOperationType operation) 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 WFSOperationType in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 with parameters of type WFSOperationTypeModifier and TypeMethodDescriptionStrictWFS_2_0_Strategy.getClientSupportedOutputFormats
(WFSOperationType operation) protected OperationType
StrictWFS_2_0_Strategy.getOperationMetadata
(WFSOperationType operation) protected QName
StrictWFS_2_0_Strategy.getOperationName
(WFSOperationType operation) protected String
StrictWFS_2_0_Strategy.getOperationURI
(WFSOperationType operation, HttpMethod method) StrictWFS_2_0_Strategy.getServerSupportedOutputFormats
(QName typeName, WFSOperationType operation) StrictWFS_2_0_Strategy.getServerSupportedOutputFormats
(WFSOperationType operation)