ucar.nc2.dataset.conv
Class CEDRICRadarConvention

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.CF1Convention
                  extended by ucar.nc2.dataset.conv.CEDRICRadarConvention
All Implemented Interfaces:
CoordSysBuilderIF

public class CEDRICRadarConvention
extends CF1Convention

Created by IntelliJ IDEA. User: yuanho Date: Dec 8, 2009 Time: 10:40:47 AM To change this template use File | Settings | File Templates.


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.conv.COARDSConvention
checkForMeter
 
Fields inherited from class ucar.nc2.dataset.CoordSysBuilder
conventionName, coordVarMap, debug, log, parseInfo, resourcesDir, showRejects, userAdvice, varList
 
Constructor Summary
CEDRICRadarConvention()
           
 
Method Summary
 void augmentDataset(NetcdfDataset ncDataset, CancelTask cancelTask)
          Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.
static boolean isMine(NetcdfFile ncfile)
           
 
Methods inherited from class ucar.nc2.dataset.conv.CF1Convention
getAxisType, getZisPositive
 
Methods inherited from class ucar.nc2.dataset.conv.CSMConvention
addParameter2, findCoordinateAxes, 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, 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

CEDRICRadarConvention

public CEDRICRadarConvention()
Method Detail

isMine

public static boolean isMine(NetcdfFile ncfile)
Parameters:
ncfile - test this NetcdfFile
Returns:
true if we think this is a ATDRadarConvention file.

augmentDataset

public void augmentDataset(NetcdfDataset ncDataset,
                           CancelTask cancelTask)
                    throws IOException
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 CF1Convention
Parameters:
ncDataset - modify this dataset
cancelTask - give user a chance to bail out
Throws:
IOException - on error


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