Uses of Interface
org.deegree.rendering.r3d.persistence.RenderableStore

Packages that use RenderableStore
org.deegree.rendering.r3d.persistence   
org.deegree.services.wpvs.io   
org.deegree.services.wpvs.io.db   
org.deegree.services.wpvs.io.file   
 

Uses of RenderableStore in org.deegree.rendering.r3d.persistence
 

Methods in org.deegree.rendering.r3d.persistence that return RenderableStore
 RenderableStore RenderableStoreProvider.build(URL configURL, DeegreeWorkspace workspace)
          Creates a new RenderableStore instance from the given configuration document.
static RenderableStore RenderableStoreManager.get(String id)
          Returns the RenderableStore instance with the specified identifier.
 

Methods in org.deegree.rendering.r3d.persistence that return types with arguments of type RenderableStore
 ResourceState<RenderableStore> RenderableStoreManager.activate(String id)
           
 ResourceState<RenderableStore> RenderableStoreManager.deactivate(String id)
           
static Collection<RenderableStore> RenderableStoreManager.getAll()
          Returns all active RenderableStores.
 ResourceManagerMetadata<RenderableStore> RenderableStoreManager.getMetadata()
           
 

Uses of RenderableStore in org.deegree.services.wpvs.io
 

Classes in org.deegree.services.wpvs.io that implement RenderableStore
 class ModelBackend<G>
          The ModelBackend provides methods for connections to the wpvs model in a database.
 

Uses of RenderableStore in org.deegree.services.wpvs.io.db
 

Classes in org.deegree.services.wpvs.io.db that implement RenderableStore
 class DBBackend<G>
          The DBBackend provides methods for connections to the wpvs model in a database.
 class PostgisBackend
          The PostgisBackend class adds postgis specific methods to the model backend.
 

Methods in org.deegree.services.wpvs.io.db that return RenderableStore
 RenderableStore RenderableSQLStoreProvider.build(URL configURL, DeegreeWorkspace workspace)
           
 

Uses of RenderableStore in org.deegree.services.wpvs.io.file
 

Classes in org.deegree.services.wpvs.io.file that implement RenderableStore
 class FileBackend
          The FileBackend is the access to the model in files on the local file system.
 

Methods in org.deegree.services.wpvs.io.file that return RenderableStore
 RenderableStore RenderableFileStoreProvider.build(URL configURL, DeegreeWorkspace workspace)
           
 



Copyright © 2011. All Rights Reserved.