ucar.nc2.dataset.conv
Class M3IOVGGridConvention

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

public class M3IOVGGridConvention
extends CoordSysBuilder


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
conventionName, coordVarMap, debug, log, parseInfo, resourcesDir, showRejects, userAdvice, varList
 
Constructor Summary
M3IOVGGridConvention()
           
 
Method Summary
 void augmentDataset(NetcdfDataset ncd, CancelTask cancelTask)
          Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.
protected  void constructCoordAxes(NetcdfDataset ds)
           
protected  AxisType getAxisType(NetcdfDataset ds, VariableEnhanced ve)
          Identify what kind of AxisType the named variable is.
protected  List<CoordinateTransform> getCoordinateTransforms(CoordinateSystem cs)
           
protected  double getMissingDataValue(Variable unused)
           
protected  String getZPositive(CoordinateAxis axis)
           
protected  boolean hasMissingData(Variable v)
           
static boolean isMine(NetcdfFile ncFile)
           
 
Methods inherited from class ucar.nc2.dataset.CoordSysBuilder
addCoordinateVariable, addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, buildCoordinateSystems, factory, findCoordinateAxes, findCoordinateAxis, findCoordinateSystems, findCoordinateTransforms, findVarProcess, getConventionUsed, getParseInfo, getUseMaximalCoordSys, getUserAdvice, hasXY, isCoordinateAxisForVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateSystemsMaximal, makeCoordinateTransform, makeCoordinateTransforms, makeCoordinateTransformVariable, makeDummyTransformVariable, registerConvention, registerConvention, registerConvention, registerNcML, setConventionUsed, setUseMaximalCoordSys
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

M3IOVGGridConvention

public M3IOVGGridConvention()
Method Detail

isMine

public static boolean isMine(NetcdfFile ncFile)

augmentDataset

public void augmentDataset(NetcdfDataset ncd,
                           CancelTask cancelTask)
Description copied from interface: CoordSysBuilderIF
Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.

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

constructCoordAxes

protected void constructCoordAxes(NetcdfDataset ds)

getAxisType

protected AxisType getAxisType(NetcdfDataset ds,
                               VariableEnhanced ve)
Description copied from class: CoordSysBuilder
Identify what kind of AxisType the named variable is. Only called for variables already identified as Coordinate Axes. Default null - subclasses can override.

Overrides:
getAxisType in class CoordSysBuilder
Parameters:
ds - for this dataset
ve - a variable alreaddy identified as a Coodinate Axis
Returns:
AxisType or null if unknown.

getZPositive

protected String getZPositive(CoordinateAxis axis)

getCoordinateTransforms

protected List<CoordinateTransform> getCoordinateTransforms(CoordinateSystem cs)

hasMissingData

protected boolean hasMissingData(Variable v)

getMissingDataValue

protected double getMissingDataValue(Variable unused)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.