|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.simulogic.dataview.export.NetcdfExport
public class NetcdfExport
Class that exports data to NetCDF format
Constructor Summary | |
---|---|
NetcdfExport(ViewContent v)
Default constructor |
Method Summary | |
---|---|
void |
export(java.lang.String fileName)
Exports the content of DataStorage to NetCDF file |
void |
exportDataMarray(ucar.nc2.NetcdfFileWriteable datExp,
DataStorage storage)
Exports data to multidimensional array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetcdfExport(ViewContent v)
v
- view contentMethod Detail |
---|
public void export(java.lang.String fileName) throws java.io.IOException
DataStorage
to NetCDF file
fileName
- name of the file to export data
java.io.IOException
- if i/o problem occurspublic void exportDataMarray(ucar.nc2.NetcdfFileWriteable datExp, DataStorage storage) throws java.io.IOException
datExp
- netCDF writtable filestorage
- data storage to export
java.io.IOException
- if i/o problem occurs
|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |