deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.io.datastore.Datastore

Packages that use Datastore
org.deegree.io.datastore   
org.deegree.io.datastore.cached   
org.deegree.io.datastore.schema   
org.deegree.io.datastore.sde   
org.deegree.io.datastore.shape   
org.deegree.io.datastore.sql   
org.deegree.io.datastore.sql.generic   
org.deegree.io.datastore.sql.mysql   
org.deegree.io.datastore.sql.oracle   
org.deegree.io.datastore.sql.postgis   
org.deegree.io.datastore.wfs   
 

Uses of Datastore in org.deegree.io.datastore
 

Methods in org.deegree.io.datastore that return Datastore
 Datastore DatastoreTransaction.getDatastore()
          Returns the associated Datastore instance.
static Datastore DatastoreRegistry.getDatastore(DatastoreConfiguration config)
          Returns the Datastore instance that serves the given DatastoreConfiguration.
 

Methods in org.deegree.io.datastore that return types with arguments of type Datastore
 Class<? extends Datastore> DatastoreConfiguration.getDatastoreClass()
          Returns the class of the corresponding Datastore.
static Class<Datastore> DatastoreRegistry.getDatastoreClass(String commonName)
          Returns the Class of a Datastore identified by the passed name.
 

Methods in org.deegree.io.datastore with parameters of type Datastore
static void DatastoreRegistry.registerDatastore(Datastore ds)
          Registers a new Datastore instance.
 

Uses of Datastore in org.deegree.io.datastore.cached
 

Subclasses of Datastore in org.deegree.io.datastore.cached
 class CachedWFSDatastore
          Datastore implementation that
 

Uses of Datastore in org.deegree.io.datastore.schema
 

Methods in org.deegree.io.datastore.schema that return Datastore
 Datastore MappedGMLSchema.getDatastore()
          Returns the Datastore instance that handles this schema.
 

Uses of Datastore in org.deegree.io.datastore.sde
 

Subclasses of Datastore in org.deegree.io.datastore.sde
 class SDEDatastore
          Datastore implementation for an ESRI SDE database.
 

Uses of Datastore in org.deegree.io.datastore.shape
 

Subclasses of Datastore in org.deegree.io.datastore.shape
 class ShapeDatastore
          Datastore implementation that allows (read-only) access to ESRI shape files.
 

Uses of Datastore in org.deegree.io.datastore.sql
 

Subclasses of Datastore in org.deegree.io.datastore.sql
 class AbstractSQLDatastore
          This abstract class implements the common functionality of Datastore implementations that use SQL databases as backend.
 

Methods in org.deegree.io.datastore.sql that return types with arguments of type Datastore
 Class<? extends Datastore> SQLDatastoreConfiguration.getDatastoreClass()
           
 

Constructor parameters in org.deegree.io.datastore.sql with type arguments of type Datastore
SQLAnnotationDocument(Class<? extends Datastore> datastoreClass)
          Creates a new instance of SQLAnnotationDocument for the given datastore class.
SQLDatastoreConfiguration(JDBCConnection connection, Class<? extends Datastore> datastoreClass)
          Creates a new instance of SQLDatastoreConfiguration from the given parameters.
 

Uses of Datastore in org.deegree.io.datastore.sql.generic
 

Subclasses of Datastore in org.deegree.io.datastore.sql.generic
 class GenericSQLDatastore
          Datastore implementation for any SQL database that can be accessed through a jdbc connection (even the odbc-jdbc bridge is supported) and that supports the storing of BLOBs.
 

Uses of Datastore in org.deegree.io.datastore.sql.mysql
 

Subclasses of Datastore in org.deegree.io.datastore.sql.mysql
 class MySQLDatastore
          Datastore implementation for MySQL spatial databases.
 

Uses of Datastore in org.deegree.io.datastore.sql.oracle
 

Subclasses of Datastore in org.deegree.io.datastore.sql.oracle
 class OracleDatastore
          Datastore implementation for Oracle Spatial database systems.
 

Uses of Datastore in org.deegree.io.datastore.sql.postgis
 

Subclasses of Datastore in org.deegree.io.datastore.sql.postgis
 class PostGISDatastore
          Datastore implementation for PostGIS/PostgreSQL databases.
 

Uses of Datastore in org.deegree.io.datastore.wfs
 

Subclasses of Datastore in org.deegree.io.datastore.wfs
 class CascadingWFSDatastore
          Datastore that uses a remote WFS instance as backend.
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org