public class GDVConvention extends CSMConvention
CoordSysBuilder.ConventionNameOk, CoordSysBuilder.VarProcess| Modifier and Type | Field and Description |
|---|---|
protected ProjectionCT |
projCT |
checkForMeterconventionName, coordVarMap, debug, log, parseInfo, resourcesDir, userAdvice, varList| Constructor and Description |
|---|
GDVConvention() |
| Modifier and Type | Method and Description |
|---|---|
void |
augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.
|
protected void |
findCoordinateAxes(NetcdfDataset ds)
look for aliases.
|
protected AxisType |
getAxisType(NetcdfDataset ds,
VariableEnhanced ve)
Identify what kind of AxisType the named variable is.
|
protected void |
makeCoordinateTransforms(NetcdfDataset ds)
Take all previously identified Coordinate Transforms and create a
CoordinateTransform object by calling CoordTransBuilder.makeCoordinateTransform().
|
addParameter2, makeCoordinateTransformcheckTimeVarForCalendar, isMineaddCoordinateVariable, addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, breakupConventionNames, buildConventionAttribute, buildCoordinateSystems, factory, findCoordinateAxis, findCoordinateSystems, findCoordinateTransforms, findVarProcess, getConventionUsed, getParseInfo, getUseMaximalCoordSys, getUserAdvice, isCoordinateAxisForVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateSystemsMaximal, makeCoordinateTransformVariable, registerConvention, registerConvention, registerConvention, registerNcML, setConventionUsed, setUseMaximalCoordSysprotected ProjectionCT projCT
public void augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
CoordSysBuilderIFaugmentDataset in interface CoordSysBuilderIFaugmentDataset in class CSMConventionds - modify this datasetcancelTask - give user a chance to bail outprotected void findCoordinateAxes(NetcdfDataset ds)
findCoordinateAxes in class CSMConventionds - whyprotected void makeCoordinateTransforms(NetcdfDataset ds)
CoordSysBuildermakeCoordinateTransforms in class CoordSysBuilderds - whyprotected AxisType getAxisType(NetcdfDataset ds, VariableEnhanced ve)
CoordSysBuildergetAxisType in class COARDSConventionds - for this datasetve - a variable alreaddy identified as a Coodinate Axis