Package ucar.nc2.dt.point
Class UnidataObsDatasetHelper
- java.lang.Object
-
- ucar.nc2.dt.point.UnidataObsDatasetHelper
-
public class UnidataObsDatasetHelper extends Object
Deprecated.use ucar.nc2.ft.pointHelper routines for station/point datasets
-
-
Constructor Summary
Constructors Constructor Description UnidataObsDatasetHelper()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ucar.nc2.DimensionfindDimension(ucar.nc2.NetcdfFile ds, String name)Deprecated.static ucar.nc2.VariablefindVariable(ucar.nc2.NetcdfFile ds, String name)Deprecated.static ucar.unidata.geoloc.LatLonRectgetBoundingBox(ucar.nc2.dataset.NetcdfDataset ds)Deprecated.static ucar.nc2.VariablegetCoordinate(ucar.nc2.dataset.NetcdfDataset ds, ucar.nc2.constants.AxisType a)Deprecated.Tries to find the coordinate variable of the specified type.static DategetEndDate(ucar.nc2.dataset.NetcdfDataset ds)Deprecated.static DategetStartDate(ucar.nc2.dataset.NetcdfDataset ds)Deprecated.
-
-
-
Method Detail
-
getStartDate
public static Date getStartDate(ucar.nc2.dataset.NetcdfDataset ds)
Deprecated.
-
getEndDate
public static Date getEndDate(ucar.nc2.dataset.NetcdfDataset ds)
Deprecated.
-
getBoundingBox
public static ucar.unidata.geoloc.LatLonRect getBoundingBox(ucar.nc2.dataset.NetcdfDataset ds)
Deprecated.
-
getCoordinate
public static ucar.nc2.Variable getCoordinate(ucar.nc2.dataset.NetcdfDataset ds, ucar.nc2.constants.AxisType a)Deprecated.Tries to find the coordinate variable of the specified type.- Parameters:
ds- look in this dataseta- AxisType.LAT, LON, HEIGHT, or TIME- Returns:
- coordinate variable, or null if not found.
-
findVariable
public static ucar.nc2.Variable findVariable(ucar.nc2.NetcdfFile ds, String name)Deprecated.
-
findDimension
public static ucar.nc2.Dimension findDimension(ucar.nc2.NetcdfFile ds, String name)Deprecated.
-
-