org.deegree.rendering.r3d.persistence
Interface RenderableStoreProvider


public interface RenderableStoreProvider

The class TODO add class documentation here.

Version:
$Revision: 24230 $, $Date: 2010-05-07 15:31:49 +0200 (Fr, 07. Mai 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 RenderableStore build(java.net.URL configURL)
          Creates a new RenderableStore instance from the given configuration document.
 java.lang.String getConfigNamespace()
          Returns the namespace for configurations documents that this provider handles.
 

Method Detail

getConfigNamespace

java.lang.String getConfigNamespace()
Returns the namespace for configurations documents that this provider handles.

Returns:
the namespace for configurations documents, never null

build

RenderableStore build(java.net.URL configURL)
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:
java.lang.IllegalArgumentException - if the configuration contains an error or creation fails


Copyright © 2011. All Rights Reserved.