public class AWIPSConvention extends CoordSystemBuilder
Modifier and Type | Class and Description |
---|---|
static class |
AWIPSConvention.Factory |
CoordSystemBuilder.VarProcess
conventionName, coords, coordVarsForDimension, datasetBuilder, debug, log, parseInfo, rootGroup, userAdvice, varList
Modifier and Type | Method and Description |
---|---|
void |
augmentDataset(CancelTask cancelTask) |
protected AxisType |
getAxisType(VariableDS.Builder v)
Identify what kind of AxisType the named variable is.
|
protected void |
makeCoordinateTransforms()
Take all previously identified Coordinate Transforms and create a CoordinateTransform object by
calling CoordTransBuilder.makeCoordinateTransform().
|
addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, buildCoordinateSystems, countDomainSize, findCoordinateAxis, findVarProcess, getConventionUsed, getParseInfo, getUserAdvice, identifyCoordinateAxes, identifyCoordinateSystems, identifyCoordinateTransforms, isCoordinateAxisForVariable, isCoordinateVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateTransform, makeCoordinateTransformVariable, setConventionUsed
public void augmentDataset(CancelTask cancelTask) throws java.io.IOException
augmentDataset
in class CoordSystemBuilder
java.io.IOException
@Nullable protected AxisType getAxisType(VariableDS.Builder v)
CoordSystemBuilder
getAxisType
in class CoordSystemBuilder
v
- a variable already identified as a Coordinate Axisprotected void makeCoordinateTransforms()
CoordSystemBuilder
makeCoordinateTransforms
in class CoordSystemBuilder