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 Dimension
findDimension(NetcdfFile ds, String name)
Deprecated.static Variable
findVariable(NetcdfFile ds, String name)
Deprecated.static LatLonRect
getBoundingBox(NetcdfDataset ds)
Deprecated.static Variable
getCoordinate(NetcdfDataset ds, AxisType a)
Deprecated.Tries to find the coordinate variable of the specified type.static Date
getEndDate(NetcdfDataset ds)
Deprecated.static Date
getStartDate(NetcdfDataset ds)
Deprecated.
-
-
-
Method Detail
-
getStartDate
public static Date getStartDate(NetcdfDataset ds)
Deprecated.
-
getEndDate
public static Date getEndDate(NetcdfDataset ds)
Deprecated.
-
getBoundingBox
public static LatLonRect getBoundingBox(NetcdfDataset ds)
Deprecated.
-
getCoordinate
public static Variable getCoordinate(NetcdfDataset ds, 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 Variable findVariable(NetcdfFile ds, String name)
Deprecated.
-
findDimension
public static Dimension findDimension(NetcdfFile ds, String name)
Deprecated.
-
-