|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
this is the basic interface of all catalog operations (insert, delete, update):
--------------------------------------------------------------------
Field Summary | |
static int |
OPERATION_DELETE
The <DeleteFeature> element indicates that the WFS can delete or remove instances of a feature type from the datastore. |
static int |
OPERATION_INSERT
The <InsertFeature> element is used to indicate that the WFS is capable of creating new instances of a feature type. |
static int |
OPERATION_LOCK
The <LockFeature> element indicates that the WFS is capable of locking instances of a feature type. |
static int |
OPERATION_QUERY
The <QueryFeature> element indicates that the WFS is capable of executing a query on a feature type. |
static int |
OPERATION_UPDATE
The <UpdateFeature> element indicates that the WFS can change the existing state of a feature. |
Method Summary | |
java.lang.String |
getHandle()
handle is an useful variable to submit additional informations to the catalog (service). |
Field Detail |
public static final int OPERATION_INSERT
public static final int OPERATION_UPDATE
public static final int OPERATION_DELETE
public static final int OPERATION_QUERY
public static final int OPERATION_LOCK
Method Detail |
public java.lang.String getHandle()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |