|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WFSConstants.WFSRequestType>
org.deegree.protocol.wfs.WFSConstants.WFSRequestType
public static enum WFSConstants.WFSRequestType
Enum type for discriminating between the different types of WebFeatureService (WFS) requests.
| 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 WFSConstants.WFSRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WFSConstants.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 WFSConstants.WFSRequestType GetCapabilities
public static final WFSConstants.WFSRequestType DescribeFeatureType
public static final WFSConstants.WFSRequestType GetFeature
public static final WFSConstants.WFSRequestType Transaction
public static final WFSConstants.WFSRequestType GetFeatureWithLock
public static final WFSConstants.WFSRequestType GetGmlObject
public static final WFSConstants.WFSRequestType LockFeature
public static final WFSConstants.WFSRequestType GetPropertyValue
public static final WFSConstants.WFSRequestType CreateStoredQuery
public static final WFSConstants.WFSRequestType DropStoredQuery
public static final WFSConstants.WFSRequestType ListStoredQueries
public static final WFSConstants.WFSRequestType DescribeStoredQueries
| Method Detail |
|---|
public static WFSConstants.WFSRequestType[] values()
for (WFSConstants.WFSRequestType c : WFSConstants.WFSRequestType.values()) System.out.println(c);
public static WFSConstants.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
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||