public class M3IOConvention extends CoordSysBuilder
CoordSysBuilder.ConventionNameOk, CoordSysBuilder.VarProcessconventionName, 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, setUseMaximalCoordSyspublic static boolean isMine(NetcdfFile ncfile)
ncfile - the NetcdfFile to testpublic void augmentDataset(NetcdfDataset ncd, CancelTask cancelTask)
CoordSysBuilderIFaugmentDataset in interface CoordSysBuilderIFaugmentDataset in class CoordSysBuilderncd - modify this datasetcancelTask - give user a chance to bail outprotected void constructCoordAxes(NetcdfDataset ds)
protected AxisType getAxisType(NetcdfDataset ds, VariableEnhanced ve)
CoordSysBuildergetAxisType in class CoordSysBuilderds - for this datasetve - a variable alreaddy identified as a Coodinate Axisprotected void makeCoordinateTransforms(NetcdfDataset ds)
CoordSysBuildermakeCoordinateTransforms in class CoordSysBuilderds - why