org.deegree.ogcwebservices.wfs.operation.transaction |
|
Java Source File Name | Type | Comment |
Delete.java | Class | Represents a Delete operation as a part of a
Transaction request.
WFS Specification OGC 04-094 (#12.2.6 Pg.71):
The Delete element is used to indicate that one of more feature instances should
be deleted. |
Insert.java | Class | Represents an Insert operation as a part of a
Transaction request. |
InsertResults.java | Class | Represents the results of the
Insert operations of a
Transaction request. |
Native.java | Class | Represents a Native operation as a part of a
Transaction request. |
Transaction.java | Class | Represents a Transaction request to a web feature service.
A Transaction consists of a sequence of
Insert ,
Update ,
Delete and
Native operations.
From the WFS Specification 1.1.0 OGC 04-094 (#12, Pg.63):
A Transaction request is used to describe data transformation operations that are
to be applied to web accessible feature instances. |
TransactionDocument.java | Class | Parser for "wfs:Transaction" requests and contained elements. |
TransactionOperation.java | Class | Abstract base class for all operations that can occur inside a
Transaction request. |
TransactionResponse.java | Class | Encapsulates a TransactionResponse element according to WFS Specification OGC 04-094 (#12.3
Pg.72). |
TransactionResponseDocument.java | Class | Parser for "wfs:TransactionResponse" documents. |
Update.java | Class | Represents an Update operation as a part of a
Transaction request.
WFS Specification OBC 04-094 (#12.2.5 Pg.68)
The Update element describes one update operation that is to be applied to a Feature or
a set of Feature s of a single FeatureType .
Multiple Update operations can be contained in a single Transaction request. |