Interface VariableEnhanced

    • Method Detail

      • getFullName

        String getFullName()
        Get the full name of this Variable, with Group names
      • getShortName

        String getShortName()
        Get the short name of this Variable, local to its parent Group.
      • getOriginalVariable

        @Nullable
        Variable getOriginalVariable()
        A VariableDS usually wraps another Variable.
      • getOriginalName

        @Nullable
        String getOriginalName()
        The original name of the Variable (in case it was renamed in NcML).
      • getDescription

        @Nullable
        String getDescription()
        Get the description of the Variable, or null if none.
      • getUnitsString

        @Nullable
        String getUnitsString()
        Get the Unit String for the Variable, or null if none.
      • getParentGroup

        Group getParentGroup()
        Get the containing Group.
      • getCoordinateSystems

        List<CoordinateSystem> getCoordinateSystems()
        Get the list of Coordinate Systems for this Variable, larger number of axes first.