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