appl.data
Class WritableGridArrayLoader

java.lang.Object
  extended by appl.data.WritableGridArrayLoader
All Implemented Interfaces:
DataLoader, Serializable

public class WritableGridArrayLoader
extends Object
implements DataLoader

Simply loads an empty WritableGridArray with the specified meta data.

Author:
Dominik Appl
See Also:
Serialized Form

Constructor Summary
WritableGridArrayLoader(RasterMetaData metaData)
           
 
Method Summary
 String getLoadInfo()
           
 WritableGrid load()
          On invocation the data is loaded and returned
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WritableGridArrayLoader

public WritableGridArrayLoader(RasterMetaData metaData)
Parameters:
metaData - the metadata with the exact dimensions/datatype
Method Detail

load

public WritableGrid load()
Description copied from interface: DataLoader
On invocation the data is loaded and returned

Specified by:
load in interface DataLoader
Returns:
the newly loaded object

getLoadInfo

public String getLoadInfo()
Specified by:
getLoadInfo in interface DataLoader
Returns:
some general information about the loading class (like what the class exactly loads)