org.deegree.io.datastore |
|
Java Source File Name | Type | Comment |
AnnotationDocument.java | Class | Abstract base class for all datastore specific annotation parsers. |
Datastore.java | Class | A datastore implementation must extend this class.
Describes the access to a datastore that encapsulates the access to a database or file. |
DatastoreConfiguration.java | Interface | Represents the configuration for a mapping (persistence) backend. |
DatastoreException.java | Class | Base datastore exception class. |
DatastoreRegistry.java | Class | Responsible for the lookup of
Datastore instances by their configuration information. |
DatastoreTransaction.java | Interface | Handler for
TransactionOperation s (
Insert ,
Update ,
Delete ,
Native ). |
FeatureId.java | Class | Used to identify persistent (stored) feature instances. |
Lock.java | Class | Represents a lock that has been acquired by a
LockFeature or a
GetFeatureWithLock request. |
LockManager.java | Class | Keeps track of all persistent features that are in a locked state, i.e. |
PropertyPathResolver.java | Class | Helper class that resolves
PropertyPath instances (e.g. |
PropertyPathResolvingException.java | Class | Indicates that a
PropertyPath cannot be resolved against a
MappedFeatureType . |
RequestCRSTransformationTrigger.java | Class | Trigger implementation for transformation of geometries being
part of a WFS request into the CRS of the comparsion geometries
at the physical datasource. |
ResponseCRSTransformationTrigger.java | Class | Trigger implementation for transforming the geometries being part
of a resposne of a Datastore into the desired target CRS. |
TransactionException.java | Class | Indicates that an error occured so the transaction could not be performed. |