org.deegree.rendering.r3d.multiresolution.persistence
Class BatchedMTFileStoreProvider

java.lang.Object
  extended by org.deegree.rendering.r3d.multiresolution.persistence.BatchedMTFileStoreProvider
All Implemented Interfaces:
ResourceProvider, BatchedMTStoreProvider

public class BatchedMTFileStoreProvider
extends Object
implements BatchedMTStoreProvider

The class TODO add class documentation here.

Version:
$Revision: 30126 $, $Date: 2011-03-22 11:11:00 +0100 (Tue, 22 Mar 2011) $
Author:
Markus Schneider, last edited by: $Author: aschmitz $

Constructor Summary
BatchedMTFileStoreProvider()
           
 
Method Summary
 BatchedMTStore build(URL configURL, DeegreeWorkspace workspace)
          Creates a new BatchedMTStore instance from the given configuration document.
 String getConfigNamespace()
          Returns the namespace for configuration documents that this provider handles.
 URL getConfigSchema()
          Returns the URL for retrieving the configuration document schema.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchedMTFileStoreProvider

public BatchedMTFileStoreProvider()
Method Detail

getConfigNamespace

public String getConfigNamespace()
Description copied from interface: ResourceProvider
Returns the namespace for configuration documents that this provider handles.

Specified by:
getConfigNamespace in interface ResourceProvider
Returns:
the namespace for configuration documents, never null

build

public BatchedMTStore build(URL configURL,
                            DeegreeWorkspace workspace)
Description copied from interface: BatchedMTStoreProvider
Creates a new BatchedMTStore instance from the given configuration document.

Specified by:
build in interface BatchedMTStoreProvider
Parameters:
configURL - location of the configuration document, must not be null
Returns:
new feature store instance, configured, not initialized yet

getConfigSchema

public URL getConfigSchema()
Description copied from interface: ResourceProvider
Returns the URL for retrieving the configuration document schema.

Specified by:
getConfigSchema in interface ResourceProvider
Returns:
the URL for retrieving the configuration document schema, may be null


Copyright © 2011. All Rights Reserved.