Class UnidataObsDatasetHelper


  • public class UnidataObsDatasetHelper
    extends Object
    Deprecated.
    use ucar.nc2.ft.point
    Helper routines for station/point datasets
    • Constructor Detail

      • UnidataObsDatasetHelper

        public UnidataObsDatasetHelper()
        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 dataset
        a - 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.