public class M3IOConvention extends CoordSysBuilder
CoordSysBuilder.ConventionNameOk, CoordSysBuilder.VarProcess
conventionName, coordVarMap, debug, log, parseInfo, resourcesDir, userAdvice, varList
Constructor and Description |
---|
M3IOConvention() |
Modifier and Type | Method and Description |
---|---|
void |
augmentDataset(NetcdfDataset ncd,
CancelTask cancelTask)
Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.
|
protected void |
constructCoordAxes(NetcdfDataset ds) |
protected AxisType |
getAxisType(NetcdfDataset ds,
VariableEnhanced ve)
Identify what kind of AxisType the named variable is.
|
static boolean |
isMine(NetcdfFile ncfile)
Do we think this is a M3IO file.
|
protected void |
makeCoordinateTransforms(NetcdfDataset ds)
Take all previously identified Coordinate Transforms and create a
CoordinateTransform object by calling CoordTransBuilder.makeCoordinateTransform().
|
addCoordinateVariable, addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, breakupConventionNames, buildConventionAttribute, buildCoordinateSystems, factory, findCoordinateAxes, findCoordinateAxis, findCoordinateSystems, findCoordinateTransforms, findVarProcess, getConventionUsed, getParseInfo, getUseMaximalCoordSys, getUserAdvice, hasXY, isCoordinateAxisForVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateSystemsMaximal, makeCoordinateTransform, makeCoordinateTransformVariable, makeDummyTransformVariable, registerConvention, registerConvention, registerConvention, registerNcML, setConventionUsed, setUseMaximalCoordSys
public static boolean isMine(NetcdfFile ncfile)
ncfile
- the NetcdfFile to testpublic void augmentDataset(NetcdfDataset ncd, CancelTask cancelTask)
CoordSysBuilderIF
augmentDataset
in interface CoordSysBuilderIF
augmentDataset
in class CoordSysBuilder
ncd
- modify this datasetcancelTask
- give user a chance to bail outprotected void constructCoordAxes(NetcdfDataset ds)
protected AxisType getAxisType(NetcdfDataset ds, VariableEnhanced ve)
CoordSysBuilder
getAxisType
in class CoordSysBuilder
ds
- for this datasetve
- a variable alreaddy identified as a Coodinate Axisprotected void makeCoordinateTransforms(NetcdfDataset ds)
CoordSysBuilder
makeCoordinateTransforms
in class CoordSysBuilder
ds
- why