|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WFSOperationType | |
---|---|
org.geotools.data.wfs.protocol.wfs | |
org.geotools.data.wfs.v1_0_0 | |
org.geotools.data.wfs.v1_1_0 | |
org.geotools.wfs.protocol |
Uses of WFSOperationType in org.geotools.data.wfs.protocol.wfs |
---|
Methods in org.geotools.data.wfs.protocol.wfs that return WFSOperationType | |
---|---|
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're declared. |
Methods in org.geotools.data.wfs.protocol.wfs with parameters of type WFSOperationType | |
---|---|
String |
WFSProtocol.getDefaultOutputFormat(WFSOperationType get_feature)
|
URL |
WFSProtocol.getOperationURL(WFSOperationType operation,
boolean post)
Returns the URL for the given operation name and HTTP protocol as stated in the WFS capabilities. |
boolean |
WFSProtocol.supportsOperation(WFSOperationType operation,
boolean post)
Returns whether the service supports the given operation for the given HTTP method. |
Uses of WFSOperationType in org.geotools.data.wfs.v1_0_0 |
---|
Methods in org.geotools.data.wfs.v1_0_0 with parameters of type WFSOperationType | |
---|---|
URL |
WFS100ProtocolHandler.getOperationURL(WFSOperationType operation,
HttpMethod method)
|
boolean |
WFS100ProtocolHandler.supports(WFSOperationType operation,
HttpMethod method)
|
Uses of WFSOperationType in org.geotools.data.wfs.v1_1_0 |
---|
Methods in org.geotools.data.wfs.v1_1_0 with parameters of type WFSOperationType | |
---|---|
String |
WFS_1_1_0_Protocol.getDefaultOutputFormat(WFSOperationType operation)
|
String |
WFSStrategy.getDefaultOutputFormat(WFSProtocol wfs,
WFSOperationType operation)
Returns the protocol default output format name for the WFS version the implementation talks. |
String |
IonicStrategy.getDefaultOutputFormat(WFSProtocol wfs,
WFSOperationType op)
Ionic does not declare the supported output formats in the caps, yet it fails if asked for text/xml; subtype=gml/3.1.1 but succeeds if asked for GML3 |
String |
GeoServerStrategy.getDefaultOutputFormat(WFSProtocol wfs,
WFSOperationType op)
GeoServer versions prior to 2.0 state text/gml; subtype=gml/3.1.1 instead of text/xml; subtype=gml/3.1.1 |
String |
DefaultWFSStrategy.getDefaultOutputFormat(WFSProtocol wfs,
WFSOperationType operation)
|
URL |
WFS_1_1_0_Protocol.getOperationURL(WFSOperationType operation,
boolean post)
|
boolean |
WFS_1_1_0_Protocol.supportsOperation(WFSOperationType operation,
boolean post)
|
Uses of WFSOperationType in org.geotools.wfs.protocol |
---|
Methods in org.geotools.wfs.protocol with parameters of type WFSOperationType | |
---|---|
abstract URL |
WFSProtocolHandler.getOperationURL(WFSOperationType operation,
HttpMethod method)
Deprecated. |
abstract boolean |
WFSProtocolHandler.supports(WFSOperationType operation,
HttpMethod method)
Deprecated. Returns whether the service supports the given operation for the given HTTP method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |