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

java.lang.Object
  extended by org.deegree.rendering.r3d.multiresolution.persistence.BatchedMTFileStore
All Implemented Interfaces:
Resource, BatchedMTStore

public class BatchedMTFileStore
extends Object
implements BatchedMTStore

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
BatchedMTFileStore(URL dir, int maxDirectMemBytes)
           
 
Method Summary
 void destroy()
          Usually called by the ResourceManager upon workspace shutdown.
 MultiresolutionMesh getMesh()
           
 void init(DeegreeWorkspace workspace)
          Usually called by the ResourceManager upon workspace startup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchedMTFileStore

public BatchedMTFileStore(URL dir,
                          int maxDirectMemBytes)
                   throws IOException,
                          URISyntaxException
Throws:
IOException
URISyntaxException
Method Detail

getMesh

public MultiresolutionMesh getMesh()
Specified by:
getMesh in interface BatchedMTStore

destroy

public void destroy()
Description copied from interface: Resource
Usually called by the ResourceManager upon workspace shutdown.

Specified by:
destroy in interface Resource

init

public void init(DeegreeWorkspace workspace)
          throws ResourceInitException
Description copied from interface: Resource
Usually called by the ResourceManager upon workspace startup.

Specified by:
init in interface Resource
Parameters:
workspace - the workspace the resource belongs to, may be null
Throws:
ResourceInitException


Copyright © 2011. All Rights Reserved.