|
Interface Summary |
| FeatureTypeSchema |
----------------------------------------------------- |
| WFSBasicRequest |
The Interface definies the basic WFS request.
|
| WFSBasicResponse |
The Interface definies the basic WFS response.
|
| WFSDelete |
|
| WFSDescribeFeatureTypeRequest |
The function of the DescribeFeatureType interface is to
provide a client the means to request a schema definition of
any feature type that a particular WFS can service. |
| WFSDescribeFeatureTypeResponse |
In response to a DescribeFeatureType request, where the output
format has been specified as XMLSCHEMA. |
| WFSGetCapabilitiesRequest |
The Interface definies the get capabilities WFS request.
|
| WFSGetCapabilitiesResponse |
-------------------------------------------------------- |
| WFSGetFeatureRequest |
The GetFeature interface can be used to package one or more
query descriptions into a single request. |
| WFSGetFeatureResponse |
The response toaGetFeature request is controlled by the outputFormat
attribute. |
| WFSGetFeatureWithLockRequest |
|
| WFSGetFeatureWithLockResponse |
For the request, a WFS must generate a result
that includes the lock identifier.
|
| WFSInsert |
---------------------------------------------------------------------- |
| WFSInsertResult |
The element is used to delimit one or more
feature identifiers of newly created features. |
| WFSLock |
The purpose of the LockFeature interface is to expose a long term feature
locking mechanism to ensure consistency. |
| WFSLockFeatureRequest |
Web connections are inherently stateless. |
| WFSLockFeatureResponse |
In response to a LockFeature request, the web feature server
shall generate an XML document containing a lock identifier
that a client application can reference when operating upon
the locked features. |
| WFSNative |
-------------------------------------------------------- |
| WFSOperation |
Defines the operations for the WFS. |
| WFSQuery |
Each individual query packaged in a GetFeature request is defined
using the query value. |
| WFSTransactionRequest |
The Transaction interface is used to describe data transformation
operations that are to be applied to web accessible features. |
| WFSTransactionResponse |
In response to a transaction request, the web feature server shall
generate an object document indicating the termination status of the
transaction. |
| WFSUpdate |
Incarnation of a wfs:Update-element.
|