|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<WFSRequestType> org.deegree.protocol.wfs.WFSRequestType
public enum WFSRequestType
Enum type for discriminating between the different requests from the OpenGIS Web Feature Service (WFS) Implementation Specification.
Enum Constant Summary | |
---|---|
CreateStoredQuery
Define persistent parametrized query expressions (2.0.0) |
|
DescribeFeatureType
Retrieve the data model (schema) for one or more feature types (1.0.0, 1.1.0, 2.0.0) |
|
DescribeStoredQueries
Retrieve a description of a stored query expresssion (2.0.0) |
|
DropStoredQuery
Drop a stored query from the service (2.0.0) |
|
GetCapabilities
Retrieve the capabilities of the service (1.0.0, 1.1.0, 2.0.0) |
|
GetFeature
Query one or more feature types with optional filter expressions (1.0.0, 1.1.0, 2.0.0) |
|
GetFeatureWithLock
Query and lock features (1.1.0 and 2.0.0) |
|
GetGmlObject
Retrieve features and elements by ID (1.1.0) |
|
GetPropertyValue
Retrieve the values of selected feature properties based on query constraints (2.0.0) |
|
ListStoredQueries
Retrieve a list of stored queries offered by a service (2.0.0) |
|
LockFeature
Lock features that match a filter expression. |
|
Transaction
Insert, update or delete features (1.0.0, 1.1.0, 2.0.0) |
Method Summary | |
---|---|
static WFSRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WFSRequestType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WFSRequestType GetCapabilities
public static final WFSRequestType DescribeFeatureType
public static final WFSRequestType GetFeature
public static final WFSRequestType Transaction
public static final WFSRequestType GetFeatureWithLock
public static final WFSRequestType GetGmlObject
public static final WFSRequestType LockFeature
public static final WFSRequestType GetPropertyValue
public static final WFSRequestType CreateStoredQuery
public static final WFSRequestType DropStoredQuery
public static final WFSRequestType ListStoredQueries
public static final WFSRequestType DescribeStoredQueries
Method Detail |
---|
public static WFSRequestType[] values()
for (WFSRequestType c : WFSRequestType.values()) System.out.println(c);
public static WFSRequestType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |