ucar.nc2.dataset.conv
Class M3IOConvention

java.lang.Object
  extended by ucar.nc2.dataset.CoordSysBuilder
      extended by ucar.nc2.dataset.conv.M3IOConvention
All Implemented Interfaces:
CoordSysBuilderIF

public class M3IOConvention
extends CoordSysBuilder

Models-3/EDSS Input/Output netcf format.

The Models-3/EDSS Input/Output Applications Programming Interface (I/O API) is the standard data access library for both NCSC's EDSS project and EPA's Models-3.

6/24/09: Modified to support multiple projection types of data by Qun He and Alexis Zubrow added makePolarStereographicProjection, UTM, and modified latlon

Author:
caron
See Also:
http://www.baronams.com/products/ioapi/index.html

Nested Class Summary
 
Nested classes/interfaces inherited from class ucar.nc2.dataset.CoordSysBuilder
CoordSysBuilder.ConventionNameOk, CoordSysBuilder.VarProcess
 
Field Summary
 
Fields inherited from class ucar.nc2.dataset.CoordSysBuilder
resourcesDir
 
Constructor Summary
M3IOConvention()
           
 
Method Summary
 void augmentDataset(NetcdfDataset ncd, CancelTask cancelTask)
          This is where subclasses make changes to the dataset, like adding new variables, attribuites, etc.
static boolean isMine(NetcdfFile ncfile)
          Do we think this is a M3IO file.
 
Methods inherited from class ucar.nc2.dataset.CoordSysBuilder
addCoordinateSystems, addUserAdvice, buildCoordinateSystems, factory, getConventionUsed, getParseInfo, getUseMaximalCoordSys, getUserAdvice, makeDummyTransformVariable, registerConvention, registerConvention, registerConvention, registerNcML, setConventionUsed, setUseMaximalCoordSys
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

M3IOConvention

public M3IOConvention()
Method Detail

isMine

public static boolean isMine(NetcdfFile ncfile)
Do we think this is a M3IO file.

Parameters:
ncfile - the NetcdfFile to test
Returns:
true if we think this is a M3IO file.

augmentDataset

public void augmentDataset(NetcdfDataset ncd,
                           CancelTask cancelTask)
Description copied from class: CoordSysBuilder
This is where subclasses make changes to the dataset, like adding new variables, attribuites, etc.

Specified by:
augmentDataset in interface CoordSysBuilderIF
Overrides:
augmentDataset in class CoordSysBuilder
Parameters:
ncd - modify this dataset
cancelTask - give user a chance to bail out