ucar.nc2.dataset.conv
Class GDVConvention

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

public class GDVConvention
extends CSMConvention

GDV Conventions. Deprecated - use CF or _Coordinates. DefaultConvention is now the default Convention

Author:
caron

Nested Class Summary
 
Nested classes/interfaces inherited from class ucar.nc2.dataset.CoordSysBuilder
CoordSysBuilder.ConventionNameOk, CoordSysBuilder.VarProcess
 
Field Summary
protected  ProjectionCT projCT
           
 
Fields inherited from class ucar.nc2.dataset.conv.COARDSConvention
checkForMeter
 
Fields inherited from class ucar.nc2.dataset.CoordSysBuilder
conventionName, coordVarMap, debug, log, parseInfo, resourcesDir, showRejects, userAdvice, varList
 
Constructor Summary
GDVConvention()
           
 
Method Summary
 void augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
          Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.
protected  void findCoordinateAxes(NetcdfDataset ds)
          look for aliases.
protected  AxisType getAxisType(NetcdfDataset ds, VariableEnhanced ve)
          Identify what kind of AxisType the named variable is.
protected  void makeCoordinateTransforms(NetcdfDataset ds)
          Take all previously identified Coordinate Transforms and create a CoordinateTransform object by calling CoordTransBuilder.makeCoordinateTransform().
 
Methods inherited from class ucar.nc2.dataset.conv.CSMConvention
addParameter2, makeCoordinateTransform
 
Methods inherited from class ucar.nc2.dataset.CoordSysBuilder
addCoordinateVariable, addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, buildCoordinateSystems, factory, findCoordinateAxis, findCoordinateSystems, findCoordinateTransforms, findVarProcess, getConventionUsed, getParseInfo, getUseMaximalCoordSys, getUserAdvice, hasXY, isCoordinateAxisForVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateSystemsMaximal, 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
 

Field Detail

projCT

protected ProjectionCT projCT
Constructor Detail

GDVConvention

public GDVConvention()
Method Detail

augmentDataset

public void augmentDataset(NetcdfDataset ds,
                           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 CSMConvention
Parameters:
ds - modify this dataset
cancelTask - give user a chance to bail out

findCoordinateAxes

protected void findCoordinateAxes(NetcdfDataset ds)
look for aliases.

Overrides:
findCoordinateAxes in class CSMConvention
Parameters:
ds - why

makeCoordinateTransforms

protected void makeCoordinateTransforms(NetcdfDataset ds)
Description copied from class: CoordSysBuilder
Take all previously identified Coordinate Transforms and create a CoordinateTransform object by calling CoordTransBuilder.makeCoordinateTransform().

Overrides:
makeCoordinateTransforms in class CoordSysBuilder
Parameters:
ds - why

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 CSMConvention
Parameters:
ds - for this dataset
ve - a variable alreaddy identified as a Coodinate Axis
Returns:
AxisType or null if unknown.


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