Package ucar.nc2.internal.dataset.conv
Class GDVConvention
- java.lang.Object
-
- ucar.nc2.internal.dataset.CoordSystemBuilder
-
- ucar.nc2.internal.dataset.conv.GDVConvention
-
public class GDVConvention extends CoordSystemBuilder
GDV Conventions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GDVConvention.Factory
-
Nested classes/interfaces inherited from class ucar.nc2.internal.dataset.CoordSystemBuilder
CoordSystemBuilder.VarProcess
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
checkForMeter
protected ProjectionCT
projCT
-
Fields inherited from class ucar.nc2.internal.dataset.CoordSystemBuilder
conventionName, coords, coordVarsForDimension, datasetBuilder, debug, log, parseInfo, rootGroup, userAdvice, varList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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().-
Methods inherited from class ucar.nc2.internal.dataset.CoordSystemBuilder
addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, buildCoordinateSystems, countDomainSize, findCoordinateAxis, findVarProcess, getConventionUsed, getParseInfo, getUserAdvice, identifyCoordinateSystems, identifyCoordinateTransforms, isCoordinateAxisForVariable, isCoordinateVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateTransform, makeCoordinateTransformVariable, setConventionUsed
-
-
-
-
Field Detail
-
projCT
protected ProjectionCT projCT
-
checkForMeter
protected boolean checkForMeter
-
-
Method Detail
-
augmentDataset
protected void augmentDataset(CancelTask cancelTask) throws IOException
- Throws:
IOException
-
identifyCoordinateAxes
protected void identifyCoordinateAxes()
look for aliases.
-
makeCoordinateTransforms
protected void makeCoordinateTransforms()
Description copied from class:CoordSystemBuilder
Take all previously identified Coordinate Transforms and create a CoordinateTransform object by calling CoordTransBuilder.makeCoordinateTransform().- Overrides:
makeCoordinateTransforms
in classCoordSystemBuilder
-
getAxisType
protected AxisType getAxisType(VariableDS.Builder v)
Description copied from class:CoordSystemBuilder
Identify what kind of AxisType the named variable is. Only called for variables already identified as Coordinate Axes. Default null - subclasses can override.- Parameters:
v
- a variable already identified as a Coordinate Axis- Returns:
- AxisType or null if unknown.
-
-