public class UnidataObsDatasetHelper extends Object
| Constructor and Description |
|---|
UnidataObsDatasetHelper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ucar.nc2.Dimension |
findDimension(ucar.nc2.NetcdfFile ds,
String name)
Deprecated.
|
static ucar.nc2.Variable |
findVariable(ucar.nc2.NetcdfFile ds,
String name)
Deprecated.
|
static ucar.unidata.geoloc.LatLonRect |
getBoundingBox(ucar.nc2.dataset.NetcdfDataset ds)
Deprecated.
|
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.
|
static Date |
getEndDate(ucar.nc2.dataset.NetcdfDataset ds)
Deprecated.
|
static Date |
getStartDate(ucar.nc2.dataset.NetcdfDataset ds)
Deprecated.
|
public static Date getStartDate(ucar.nc2.dataset.NetcdfDataset ds)
public static Date getEndDate(ucar.nc2.dataset.NetcdfDataset ds)
public static ucar.unidata.geoloc.LatLonRect getBoundingBox(ucar.nc2.dataset.NetcdfDataset ds)
public static ucar.nc2.Variable getCoordinate(ucar.nc2.dataset.NetcdfDataset ds,
ucar.nc2.constants.AxisType a)
ds - look in this dataseta - AxisType.LAT, LON, HEIGHT, or TIMEpublic static ucar.nc2.Variable findVariable(ucar.nc2.NetcdfFile ds,
String name)
public static ucar.nc2.Dimension findDimension(ucar.nc2.NetcdfFile ds,
String name)