Uses of Class
org.geotools.data.wfs.internal.WFSOperationType
-
Packages that use WFSOperationType Package Description org.geotools.data.wfs.internal org.geotools.data.wfs.internal.parsers org.geotools.data.wfs.internal.v1_x org.geotools.data.wfs.internal.v2_0 -
-
Uses of WFSOperationType in org.geotools.data.wfs.internal
Fields in org.geotools.data.wfs.internal declared as WFSOperationType Modifier and Type Field Description protected WFSOperationType
WFSRequest. operation
Methods in org.geotools.data.wfs.internal that return WFSOperationType Modifier and Type Method Description WFSOperationType
WFSRequest. getOperation()
static WFSOperationType
WFSOperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WFSOperationType[]
WFSOperationType. 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 WFSOperationType Modifier and Type Method Description boolean
WFSResponseFactory. canProcess(WFSOperationType operation)
static List<WFSResponseFactory>
WFSExtensions. findResponseFactories(WFSOperationType operation)
abstract List<String>
WFSStrategy. getClientSupportedOutputFormats(WFSOperationType operation)
String
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)
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.abstract Set<String>
WFSStrategy. getServerSupportedOutputFormats(QName typeName, WFSOperationType operation)
abstract Set<String>
WFSStrategy. getServerSupportedOutputFormats(WFSOperationType operation)
String
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 WFSOperationType Constructor Description WFSRequest(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 WFSOperationType Modifier and Type Method Description boolean
AbstractGetFeatureResponseParserFactory. canProcess(WFSOperationType operation)
boolean
DescribeFeatureTypeResponseFactory. canProcess(WFSOperationType operation)
boolean
DescribeStoredQueriesResponseFactory. canProcess(WFSOperationType operation)
boolean
ListStoredQueriesResponseFactory. 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 WFSOperationType Modifier and Type Method Description List<String>
StrictWFS_1_x_Strategy. getClientSupportedOutputFormats(WFSOperationType operation)
String
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
String
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)
Set<String>
StrictWFS_1_x_Strategy. getServerSupportedOutputFormats(QName typeName, WFSOperationType operation)
Set<String>
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 WFSOperationType Modifier and Type Method Description List<String>
StrictWFS_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)
Set<String>
StrictWFS_2_0_Strategy. getServerSupportedOutputFormats(QName typeName, WFSOperationType operation)
Set<String>
StrictWFS_2_0_Strategy. getServerSupportedOutputFormats(WFSOperationType operation)
-