org.deegree.rendering.r3d.persistence
Interface RenderableStoreProvider
- All Superinterfaces:
- ResourceProvider
- All Known Implementing Classes:
- RenderableFileStoreProvider, RenderableSQLStoreProvider
public interface RenderableStoreProvider
- extends ResourceProvider
The
class TODO add class documentation here.
- Version:
- $Revision: 29746 $, $Date: 2011-02-18 14:49:01 +0100 (Fri, 18 Feb 2011) $
- Author:
- Markus Schneider, last edited by: $Author: aschmitz $
build
RenderableStore build(URL configURL,
DeegreeWorkspace workspace)
- Creates a new
RenderableStore
instance from the given configuration document.
- Parameters:
configURL
- location of the configuration document, must not be null
- Returns:
- new feature store instance, configured, not initialized yet
- Throws:
IllegalArgumentException
- if the configuration contains an error or creation fails
Copyright © 2011. All Rights Reserved.