ucar.nc2.dataset.conv
Class Suomi
java.lang.Object
ucar.nc2.dataset.CoordSysBuilder
ucar.nc2.dataset.conv.Suomi
- All Implemented Interfaces:
- CoordSysBuilderIF
public class Suomi
- extends CoordSysBuilder
Describe
- Since:
- Nov 3, 2009
- Author:
- caron
|
Constructor Summary |
Suomi()
|
| Methods inherited from class ucar.nc2.dataset.CoordSysBuilder |
addCoordinateVariable, addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, buildCoordinateSystems, factory, findCoordinateAxes, findCoordinateAxis, findCoordinateSystems, findCoordinateTransforms, findVarProcess, getConventionUsed, getParseInfo, getUseMaximalCoordSys, getUserAdvice, hasXY, isCoordinateAxisForVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateSystemsMaximal, makeCoordinateTransform, makeCoordinateTransforms, makeCoordinateTransformVariable, makeDummyTransformVariable, registerConvention, registerConvention, registerConvention, registerNcML, setConventionUsed, setUseMaximalCoordSys |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Suomi
public Suomi()
isMine
public static boolean isMine(NetcdfFile ncfile)
- Parameters:
ncfile - the NetcdfFile to test
- Returns:
- true if we think this is a Zebra file.
augmentDataset
public void augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
throws IOException
- Description copied from interface:
CoordSysBuilderIF
- Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.
- Specified by:
augmentDataset in interface CoordSysBuilderIF- Overrides:
augmentDataset in class CoordSysBuilder
- Parameters:
ds - modify this datasetcancelTask - give user a chance to bail out
- Throws:
IOException - on error
getAxisType
protected AxisType getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
- Description copied from class:
CoordSysBuilder
- Identify what kind of AxisType the named variable is.
Only called for variables already identified as Coordinate Axes.
Default null - subclasses can override.
- Overrides:
getAxisType in class CoordSysBuilder
- Parameters:
ncDataset - for this datasetv - a variable alreaddy identified as a Coodinate Axis
- Returns:
- AxisType or null if unknown.
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.