Uses of Interface
org.deegree.feature.persistence.FeatureStore

Packages that use FeatureStore
org.deegree.feature.persistence   
org.deegree.feature.persistence.lock   
org.deegree.feature.persistence.memory   
org.deegree.feature.persistence.postgis   
org.deegree.feature.persistence.shape   
org.deegree.feature.persistence.simplesql   
org.deegree.feature.persistence.sql   
org.deegree.rendering.r3d.opengl.rendering.dem.texturing   
 

Uses of FeatureStore in org.deegree.feature.persistence
 

Methods in org.deegree.feature.persistence that return FeatureStore
static FeatureStore FeatureStoreManager.create(java.net.URL configURL)
          Returns an uninitialized FeatureStore instance that's created from the specified FeatureStore configuration document.
static FeatureStore FeatureStoreManager.get(java.lang.String id)
          Returns the FeatureStore instance with the specified identifier.
 FeatureStore FeatureStoreProvider.getFeatureStore(java.net.URL configURL)
          Creates a new FeatureStore instance from the given configuration document.
 FeatureStore FeatureStoreTransaction.getStore()
          Returns the underlying FeatureStore instance.
 

Methods in org.deegree.feature.persistence that return types with arguments of type FeatureStore
static java.util.Collection<FeatureStore> FeatureStoreManager.getAll()
          Returns all active FeatureStores.
 

Methods in org.deegree.feature.persistence with parameters of type FeatureStore
static void FeatureStoreManager.registerAndInit(FeatureStore fs, java.lang.String id)
           
 

Constructors in org.deegree.feature.persistence with parameters of type FeatureStore
FeatureStoreGMLIdResolver(FeatureStore fs)
          Creates a new FeatureStoreGMLIdResolver instance.
 

Uses of FeatureStore in org.deegree.feature.persistence.lock
 

Constructors in org.deegree.feature.persistence.lock with parameters of type FeatureStore
DefaultLockManager(FeatureStore store, java.lang.String jdbcConnId)
          Creates a new DefaultLockManager for the given FeatureStore.
 

Uses of FeatureStore in org.deegree.feature.persistence.memory
 

Classes in org.deegree.feature.persistence.memory that implement FeatureStore
 class MemoryFeatureStore
          FeatureStore implementation that keeps the feature instances in memory.
 

Methods in org.deegree.feature.persistence.memory that return FeatureStore
 FeatureStore MemoryFeatureStoreProvider.getFeatureStore(java.net.URL configURL)
           
 

Uses of FeatureStore in org.deegree.feature.persistence.postgis
 

Classes in org.deegree.feature.persistence.postgis that implement FeatureStore
 class PostGISFeatureStore
          FeatureStore implementation that uses a PostGIS/PostgreSQL database as backend.
 

Methods in org.deegree.feature.persistence.postgis that return FeatureStore
 FeatureStore PostGISFeatureStoreProvider.getFeatureStore(java.net.URL configURL)
           
 FeatureStore PostGISFeatureStoreTransaction.getStore()
           
 

Uses of FeatureStore in org.deegree.feature.persistence.shape
 

Classes in org.deegree.feature.persistence.shape that implement FeatureStore
 class ShapeFeatureStore
          FeatureStore implementation that uses shape files as backend.
 

Methods in org.deegree.feature.persistence.shape that return FeatureStore
 FeatureStore ShapeFeatureStoreProvider.getFeatureStore(java.net.URL configURL)
           
 

Uses of FeatureStore in org.deegree.feature.persistence.simplesql
 

Classes in org.deegree.feature.persistence.simplesql that implement FeatureStore
 class SimpleSQLFeatureStore
          FeatureStore implementation that is backed by an SQL database and configured by providing an SQL statement / an SQL connection.
 

Methods in org.deegree.feature.persistence.simplesql that return FeatureStore
 FeatureStore SimpleSQLFeatureStoreProvider.getFeatureStore(java.net.URL configURL)
           
 

Uses of FeatureStore in org.deegree.feature.persistence.sql
 

Subinterfaces of FeatureStore in org.deegree.feature.persistence.sql
 interface SQLFeatureStore
          FeatureStore that is backed by an SQL database and provides a methods for setting up the required tables.
 

Uses of FeatureStore in org.deegree.rendering.r3d.opengl.rendering.dem.texturing
 

Constructors in org.deegree.rendering.r3d.opengl.rendering.dem.texturing with parameters of type FeatureStore
StyledGeometryTTProvider(double[] offsetVector, CRS wpvsCRS, FeatureStore featureStore, Style style, double maxUnitsPerPixel, java.io.File cacheDir, long cacheSize)
          Use the given feature store to create a 'dataset' from a style.
 



Copyright © 2011. All Rights Reserved.