Interface Enhancements

    • Method Detail

      • getDescription

        String getDescription()
        Deprecated.
        Get the description of the Variable, or null if none.
        Returns:
        description of the Variable, or null
      • getUnitsString

        String getUnitsString()
        Deprecated.
        Get the Unit String for the Variable, or null if none.
        Returns:
        Unit String for the Variable, or null
      • getCoordinateSystems

        List<CoordinateSystem> getCoordinateSystems()
        Deprecated.
        Get the list of Coordinate Systems for this Variable.
        Returns:
        list of type CoordinateSystem; may be empty but not null.
      • addCoordinateSystem

        void addCoordinateSystem​(CoordinateSystem cs)
        Deprecated.
        Add a CoordinateSystem to the dataset.
        Parameters:
        cs - add this Coordinate System
      • removeCoordinateSystem

        void removeCoordinateSystem​(CoordinateSystem cs)
        Deprecated.
        Remove a CoordinateSystem from the dataset.
        Parameters:
        cs - remove this coordinate system