org.mbari.oasis
Class OMSAbstractSchema

java.lang.Object
  extended byorg.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
           
 
Constructor Summary
OMSAbstractSchema(java.io.File file)
           
 
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
 

Field Detail

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
Constructor Detail

OMSAbstractSchema

public OMSAbstractSchema(java.io.File file)
Method Detail

getSchema

public ucar.netcdf.Schema getSchema()
Return the schema for use in creating a netCDF file

Returns:
Schema

getSensors

protected abstract OMSSensor[] getSensors()