org.mbari.oasis
Class OMSAbstractSchema
java.lang.Object
org.mbari.oasis.OMSAbstractSchema
- public abstract class OMSAbstractSchema
- extends java.lang.Object
|
Field Summary |
protected java.io.File |
cfgfile
|
protected ucar.netcdf.Schema |
schema
|
protected ucar.netcdf.Dimension |
timeD
|
protected org.mbari.oasis.OMSVariable[] |
variables
|
|
Method Summary |
ucar.netcdf.Schema |
getSchema()
Return the schema for use in creating a netCDF file |
protected abstract OMSSensor[] |
getSensors()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variables
protected org.mbari.oasis.OMSVariable[] variables
schema
protected ucar.netcdf.Schema schema
cfgfile
protected java.io.File cfgfile
timeD
protected ucar.netcdf.Dimension timeD
OMSAbstractSchema
public OMSAbstractSchema(java.io.File file)
getSchema
public ucar.netcdf.Schema getSchema()
- Return the schema for use in creating a netCDF file
- Returns:
- Schema
getSensors
protected abstract OMSSensor[] getSensors()