org.geoserver.wfs |
|
Java Source File Name | Type | Comment |
CapabilitiesTransformer.java | Class | Based on the org.geotools.xml.transform framework, does the job
of encoding a WFS 1.0 Capabilities document. |
CiteComplianceHack.java | Class | Configures the dispatcher to be cite compliant based on wfs configuration.
TODO: Cite compliaance should be a server wide thing. |
DefaultWebFeatureService.java | Class | Web Feature Service implementation. |
DeleteElementHandler.java | Class | |
DescribeFeatureTest.java | Class | |
DescribeFeatureType.java | Class | Web Feature Service DescribeFeatureType operation. |
FeatureBoundsFeatureCollection.java | Class | |
GeometrylessTest.java | Class | |
GetCapabilities.java | Class | Web Feature Service GetCapabilities operation.
This operation returns a
org.geotools.xml.transform.TransformerBase instance
which will serialize the wfs capabilities document. |
GetCapabilitiesTest.java | Class | |
GetFeature.java | Class | Web Feature Service GetFeature operation. |
GetFeatureTest.java | Class | |
GetFeatureWithLockTest.java | Class | |
InsertElementHandler.java | Class | |
LockFeature.java | Class | Web Feature Service 1.0 LockFeature Operation. |
LockFeatureTest.java | Class | |
MaxFeaturesTest.java | Class | |
NativeElementHandler.java | Class | Processes native elements as unrecognized ones, and checks wheter they can be
safely ignored on not. |
ReprojectionTest.java | Class | |
SrsNameTest.java | Class | |
Transaction.java | Class | Web Feature Service Transaction operation. |
TransactionElementHandler.java | Interface | Transaction elements are an open ended set, both thanks to the Native element
type, and to the XSD sustitution group concept (xsd inheritance). |
TransactionEvent.java | Class | Event carrying information about a change that happened/that is about to
occur. |
TransactionEventType.java | Class | |
TransactionListener.java | Interface | |
TransactionListenerTest.java | Class | This test must be run with the server configured with the wfs 1.0 cite
configuration, with data initialized. |
TransactionListenerTester.java | Class | |
TransactionPlugin.java | Interface | |
TransactionPluginComparator.java | Class | Compares transaction plugins based on the priority field. |
TransactionTest.java | Class | This test must be run with the server configured with the wfs 1.0 cite
configuration, with data initialized. |
UpdateElementHandler.java | Class | |
WebFeatureService.java | Interface | Web Feature Service implementation, versions 1.0, and 1.1.
Each of the methods on this class corresponds to an operation as defined
by the Web Feature Specification. |
WFS.java | Class | WFS
Represents the GeoServer information required to configure an instance of
the WFS Server. |
WFSDescribeFeatureTypeOutputFormat.java | Class | Base class for a response to a WFS DescribeFeatureType operation.
The result of a DescribeFeatureType operation is an array of
FeatureTypeInfo . |
WFSException.java | Class | WFS application specific exception. |
WFSGetFeatureOutputFormat.java | Class | Base class for a response to a WFS GetFeature operation.
The result of a GetFeature operation is an instance of
FeatureCollectionType . |
WFSLogger.java | Class | |
WFSReprojectionUtil.java | Class | |
WFSTestSupport.java | Class | Base support class for wfs tests. |
WFSTransactionException.java | Class | WFS_T application specific exception. |