Package ucar.nc2.internal.dataset.conv
Class M3IOConvention
- java.lang.Object
-
- ucar.nc2.internal.dataset.CoordSystemBuilder
-
- ucar.nc2.internal.dataset.conv.M3IOConvention
-
public class M3IOConvention extends CoordSystemBuilder
Models-3/EDSS Input/Output netcf format. The Models-3/EDSS Input/Output Applications Programming Interface (I/O API) is the standard data access library for both NCSC's EDSS project and EPA's Models-3. 6/24/09: Modified to support multiple projection types of data by Qun Heand Alexis Zubrow added makePolarStereographicProjection, UTM, and modified latlon 09/2010 plessel.todd@epa.gov add projections 7,8,9,10 - See Also:
- "https://www.cmascenter.org/ioapi/"
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classM3IOConvention.Factory-
Nested classes/interfaces inherited from class ucar.nc2.internal.dataset.CoordSystemBuilder
CoordSystemBuilder.VarProcess
-
-
Field Summary
-
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 voidaugmentDataset(CancelTask cancelTask)protected AxisTypegetAxisType(VariableDS.Builder ve)Identify what kind of AxisType the named variable is.protected voidmakeCoordinateTransforms()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, identifyCoordinateAxes, identifyCoordinateSystems, identifyCoordinateTransforms, isCoordinateAxisForVariable, isCoordinateVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateTransform, makeCoordinateTransformVariable, setConventionUsed
-
-
-
-
Method Detail
-
augmentDataset
public void augmentDataset(CancelTask cancelTask) throws IOException
- Overrides:
augmentDatasetin classCoordSystemBuilder- Throws:
IOException
-
makeCoordinateTransforms
protected void makeCoordinateTransforms()
Description copied from class:CoordSystemBuilderTake all previously identified Coordinate Transforms and create a CoordinateTransform object by calling CoordTransBuilder.makeCoordinateTransform().- Overrides:
makeCoordinateTransformsin classCoordSystemBuilder
-
getAxisType
protected AxisType getAxisType(VariableDS.Builder ve)
Description copied from class:CoordSystemBuilderIdentify what kind of AxisType the named variable is. Only called for variables already identified as Coordinate Axes. Default null - subclasses can override.- Overrides:
getAxisTypein classCoordSystemBuilder- Parameters:
ve- a variable already identified as a Coordinate Axis- Returns:
- AxisType or null if unknown.
-
-