Package ucar.nc2.dataset.conv
Class FslWindProfiler
- java.lang.Object
-
- ucar.nc2.dataset.CoordSysBuilder
-
- ucar.nc2.dataset.conv.FslWindProfiler
-
- All Implemented Interfaces:
CoordSysBuilderIF
public class FslWindProfiler extends CoordSysBuilder
FslWindProfiler netccdf files - identify coordinates- Since:
- Apr 17, 2008
-
-
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, userAdvice, varList
-
-
Constructor Summary
Constructors Constructor Description FslWindProfiler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaugmentDataset(NetcdfDataset ds, CancelTask cancelTask)Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.static booleanisMine(NetcdfFile ncfile)-
Methods inherited from class ucar.nc2.dataset.CoordSysBuilder
addCoordinateVariable, addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, breakupConventionNames, buildConventionAttribute, buildCoordinateSystems, factory, findCoordinateAxes, findCoordinateAxis, findCoordinateSystems, findCoordinateTransforms, findVarProcess, getAxisType, getConventionUsed, getParseInfo, getUseMaximalCoordSys, getUserAdvice, isCoordinateAxisForVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateSystemsMaximal, makeCoordinateTransform, makeCoordinateTransforms, makeCoordinateTransformVariable, registerConvention, registerConvention, registerConvention, registerNcML, setConventionUsed, setUseMaximalCoordSys
-
-
-
-
Method Detail
-
isMine
public static boolean isMine(NetcdfFile ncfile)
-
augmentDataset
public void augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
Description copied from interface:CoordSysBuilderIFMake changes to the dataset that are needed before processing scale/offset in NetcdfDataset.- Specified by:
augmentDatasetin interfaceCoordSysBuilderIF- Overrides:
augmentDatasetin classCoordSysBuilder- Parameters:
ds- modify this datasetcancelTask- give user a chance to bail out
-
-