ucar.nc2.dataset.conv
Class NsslRadarMosaicConvention
java.lang.Object
ucar.nc2.dataset.CoordSysBuilder
ucar.nc2.dataset.conv.NsslRadarMosaicConvention
- All Implemented Interfaces:
- CoordSysBuilderIF
public class NsslRadarMosaicConvention
- extends CoordSysBuilder
NsslRadarMosaicConvention Convention.
- Author:
- caron
- See Also:
- "http://www.nmq.nssl.noaa.gov/~qpeverif/blog/?page_id=12"
Methods inherited from class ucar.nc2.dataset.CoordSysBuilder |
addCoordinateVariable, addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, buildCoordinateSystems, factory, findCoordinateAxes, findCoordinateAxis, findCoordinateSystems, findCoordinateTransforms, findVarProcess, getAxisType, 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 |
NsslRadarMosaicConvention
public NsslRadarMosaicConvention()
isMine
public static boolean isMine(NetcdfFile ncfile)
- Is this my file?
- Parameters:
ncfile
- test this NetcdfFile
- Returns:
- true if we think this is a NsslRadarMosaicConvention file.
augmentDataset
public void augmentDataset(NetcdfDataset ds,
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 CoordSysBuilder
- Parameters:
ds
- modify this datasetcancelTask
- give user a chance to bail out
- Throws:
IOException
- on error
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.