ucar.nc2.dataset.conv
Class CEDRICRadarConvention
java.lang.Object
ucar.nc2.dataset.CoordSysBuilder
ucar.nc2.dataset.conv.COARDSConvention
ucar.nc2.dataset.conv.CSMConvention
ucar.nc2.dataset.conv.CF1Convention
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.
| Methods inherited from class ucar.nc2.dataset.CoordSysBuilder |
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 |
CEDRICRadarConvention
public CEDRICRadarConvention()
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 java.io.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 datasetcancelTask - give user a chance to bail out
- Throws:
java.io.IOException - on error