|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvisad.data.netcdf.in.DataFactory
visad.data.netcdf.in.FileDataFactory
public class FileDataFactory
Provides support for creating VisAD Data objects that use a file backing-store from VirtualData objects. Currently, the only supported in-file VisAD data object is the FileFlatField.
| Nested Class Summary | |
|---|---|
protected class |
FileDataFactory.netCDFFlatFieldAccessor
Provides support for reading a FlatField from a netCDF dataset. |
| Method Summary | |
|---|---|
static DataFactory |
instance()
Returns an instance of this class. |
FlatField |
newData(Context context,
VirtualFlatField virtualField)
Creates a VisAD FlatField object from a netCDF indicial context and a VirtualFlatField. |
| Methods inherited from class visad.data.netcdf.in.DataFactory |
|---|
newData, newData, newData, newData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DataFactory instance()
public FlatField newData(Context context,
VirtualFlatField virtualField)
throws VisADException,
java.rmi.RemoteException,
java.io.IOException
newData in class DataFactorycontext - The netCDF indicial context.virtualField - The virtual data.
VisADException - VisAD failure.
java.rmi.RemoteException - Java RMI failure.
java.io.IOException - I/O failure.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||