org.deegree.ogcwebservices.wfs |
Web Feature Service (OGC WFS Version 1.1.0).
Package Specification
Please read the following documentation for using the framework package
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Used Design Patterns
@author $Author: bezema $
@version $Revision: 6259 $, $Date: 2007-03-20 02:15:15 -0700 (Tue, 20 Mar 2007) $
@since 2.0
|
Java Source File Name | Type | Comment |
DescribeFeatureTypeHandler.java | Class | Handler for
DescribeFeatureType requests. |
FeatureDisambiguator.java | Class | Responsible for the normalization of feature collections that are going to be persisted (i.e.
inserted into a
org.deegree.io.datastore Datastore ). |
FeatureDisambiguatorTest.java | Class | Test case that tries to disambiguate some example feature collections with anonymous features
(that are equal to other features in the collection and have to be merged). |
GetFeatureHandler.java | Class | Handles
GetFeature requests to the
WFService . |
LockFeatureHandler.java | Class | Handles
LockFeature requests to the
WFService . |
RemoteWFService.java | Class | An instance of the class acts as a wrapper to a remote WFS. |
TransactionHandler.java | Class | Handler for transaction requests to the
WFService .
If the used backend does not support atomic transactions, it is possible that one part fails
while another works well. |
WFService.java | Class | This class implements access to the methods defined in the OGC WFS 1.1.0 specification. |
WFServiceFactory.java | Class | Factory class for creating instances of
WFService . |
WFServiceTest.java | Class | Sets up an example WFS instance (Philosopher) and performs the example requests from the
"resources/wfs/example/deegree/requests" directory. |
XMLFactory.java | Class | Responsible for the generation of XML representations of objects from the WFS context. |
XMLFactory_1_0_0.java | Class | Responsible for the generation of XML representations of objects from the WFS context. |