Uses of Interface
org.deegree.services.wfs.configuration.DatastoreConfiguration

Packages that use DatastoreConfiguration
org.deegree_impl.services.wfs   
org.deegree_impl.services.wfs.configuration   
org.deegree_impl.services.wfs.db   
org.deegree_impl.services.wfs.gml   
org.deegree_impl.services.wfs.mysql   
org.deegree_impl.services.wfs.oracle   
org.deegree_impl.services.wfs.postgis   
org.deegree_impl.services.wfs.sde   
 

Uses of DatastoreConfiguration in org.deegree_impl.services.wfs
 

Fields in org.deegree_impl.services.wfs declared as DatastoreConfiguration
protected  DatastoreConfiguration AbstractTransaction.config
           
protected  DatastoreConfiguration AbstractGetFeature.config
           
protected  DatastoreConfiguration AbstractDescribeFeatureType.config
           
protected  DatastoreConfiguration AbstractDataStore.config
           
 

Methods in org.deegree_impl.services.wfs that return DatastoreConfiguration
 DatastoreConfiguration AbstractDataStore.getConfiguration()
          returns the configuration of the datastore
 

Uses of DatastoreConfiguration in org.deegree_impl.services.wfs.configuration
 

Classes in org.deegree_impl.services.wfs.configuration that implement DatastoreConfiguration
 class DatastoreConfiguration_Impl
          the toplevel interface describing a deegree wfs datastore ---------------------------------------------------------------------
 

Methods in org.deegree_impl.services.wfs.configuration that return DatastoreConfiguration
static DatastoreConfiguration ConfigurationFactory.createDatastoreConfiguration(java.io.Reader reader)
          creates a DatastoreConfiguration object from a dom document accessable by the submitted Reader
static DatastoreConfiguration ConfigurationFactory.createDatastoreConfiguration(org.w3c.dom.Document doc)
          creates a DatastoreConfiguration object from a dom document
static DatastoreConfiguration ConfigurationFactory.createDatastoreConfiguration(java.lang.String name, int type, Connection connection, FeatureType[] featureTypes)
          creates a DatastoreConfiguration object
 

Uses of DatastoreConfiguration in org.deegree_impl.services.wfs.db
 

Fields in org.deegree_impl.services.wfs.db declared as DatastoreConfiguration
private  DatastoreConfiguration CTransaction.config
           
 

Uses of DatastoreConfiguration in org.deegree_impl.services.wfs.gml
 

Fields in org.deegree_impl.services.wfs.gml declared as DatastoreConfiguration
private  DatastoreConfiguration CTransaction.config
           
 

Uses of DatastoreConfiguration in org.deegree_impl.services.wfs.mysql
 

Fields in org.deegree_impl.services.wfs.mysql declared as DatastoreConfiguration
private  DatastoreConfiguration CTransaction.config
           
private  DatastoreConfiguration CDescribeFeatureType.config
           
 

Uses of DatastoreConfiguration in org.deegree_impl.services.wfs.oracle
 

Fields in org.deegree_impl.services.wfs.oracle declared as DatastoreConfiguration
private  DatastoreConfiguration CTransaction.config
           
private  DatastoreConfiguration CDescribeFeatureType.config
           
 

Uses of DatastoreConfiguration in org.deegree_impl.services.wfs.postgis
 

Fields in org.deegree_impl.services.wfs.postgis declared as DatastoreConfiguration
private  DatastoreConfiguration CTransaction.config
           
 

Uses of DatastoreConfiguration in org.deegree_impl.services.wfs.sde
 

Fields in org.deegree_impl.services.wfs.sde declared as DatastoreConfiguration
private  DatastoreConfiguration CTransaction.config