Class Summary |
AbstractDataStore |
the class implements the methods of the DataStore interface thats
implementation is common to all data stores and some additional methods that
will be used if the data store is controlled using observer/event handling
mechanism.
|
AbstractDescribeFeatureType |
class defining the basic processing of a DescribFeatureType request
------------------------------------------------------------------------- |
AbstractGetFeature |
class defining the basic processing of a getFeature request
------------------------------------------------------------------------- |
AbstractTransaction |
class defining the basic processing of a DescribFeatureType request
------------------------------------------------------------------------- |
DBGetFeature |
class defining the basic processing of a getFeature request for databases
------------------------------------------------------------------------- |
DefaultDataStoreOutputFormat |
|
DeleteDataset |
|
Dispatcher_Impl |
The dispatcher acts as source of events to inform
registered WFSResponseListener as well as a reciever of requests
that have to be performed by one of the registered DataStores
(also definied as WFSRequestListener).
|
FCResponseHandler |
class for handling GetFeatureResponses formated as deegree
FeatureCollection |
FeatureTypeToSchema |
The class transforms a list of FeatureTypes to their
corresponding XML-Schema base on the GML-schema definition.
|
GMLResponseHandler |
class for handling GetFeatureResponses formated as GML
----------------------------------------------------- |
InsertTree |
This recursive structure is used to hold all necessary data for an
INSERT-Transaction of one instance of an GMLFeature. |
RemoteWFService |
An instance of the class acts as a wrapper to a remote WFS. |
RowSelector |
Encapsulates selected rows of a table that are identified by a table, a
Set of key values, and a keyfield. |
WFSFactory |
factory class for creating an instance of a DataStores from its
class name and its configuration file.
|
WFSMainLoop |
basic loop class |
WFSRequestController |
the class administers all request that are in progress
by the WFS (Dispatcher)
-------------------------------------------------------- |
WFSService_Impl |
This is the OGC conform web feature server class within the deegree framework.
|
XMLResponseHandler |
class for handling GetFeatureResponses formated as GML
----------------------------------------------------- |