org.deegree.rendering.r3d.multiresolution.persistence
Interface BatchedMTStoreProvider

All Superinterfaces:
ResourceProvider
All Known Implementing Classes:
BatchedMTFileStoreProvider

public interface BatchedMTStoreProvider
extends ResourceProvider

The class TODO add class documentation here.

Version:
$Revision: 29745 $, $Date: 2011-02-18 14:44:41 +0100 (Fri, 18 Feb 2011) $
Author:
Markus Schneider, last edited by: $Author: aschmitz $

Method Summary
 BatchedMTStore build(URL configURL, DeegreeWorkspace workspace)
          Creates a new BatchedMTStore instance from the given configuration document.
 
Methods inherited from interface org.deegree.commons.config.ResourceProvider
getConfigNamespace, getConfigSchema
 

Method Detail

build

BatchedMTStore build(URL configURL,
                     DeegreeWorkspace workspace)
Creates a new BatchedMTStore 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.