appl.data
Class WritableGridArrayLoader
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WritableGridArrayLoader
public WritableGridArrayLoader(RasterMetaData metaData)
- Parameters:
metaData
- the metadata with the exact dimensions/datatype
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)