public class GDVConvention extends CoordSystemBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
GDVConvention.Factory |
CoordSystemBuilder.VarProcess| Modifier and Type | Field and Description |
|---|---|
protected boolean |
checkForMeter |
protected ProjectionCT |
projCT |
conventionName, coords, coordVarsForDimension, datasetBuilder, debug, log, parseInfo, rootGroup, userAdvice, varList| Modifier and Type | Method and Description |
|---|---|
protected void |
augmentDataset(CancelTask cancelTask) |
protected AxisType |
getAxisType(VariableDS.Builder v)
Identify what kind of AxisType the named variable is.
|
protected void |
identifyCoordinateAxes()
look for aliases.
|
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, identifyCoordinateSystems, identifyCoordinateTransforms, isCoordinateAxisForVariable, isCoordinateVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateTransform, makeCoordinateTransformVariable, setConventionUsedprotected ProjectionCT projCT
protected boolean checkForMeter
protected void augmentDataset(CancelTask cancelTask) throws java.io.IOException
java.io.IOExceptionprotected void identifyCoordinateAxes()
protected void makeCoordinateTransforms()
CoordSystemBuildermakeCoordinateTransforms in class CoordSystemBuilderprotected AxisType getAxisType(VariableDS.Builder v)
CoordSystemBuilderv - a variable already identified as a Coordinate Axis