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

      • 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 dataset
        a - AxisType.LAT, LON, HEIGHT, or TIME
        Returns:
        coordinate variable, or null if not found.