Package ucar.nc2.dt

Class VariableSimpleSubclass

  • All Implemented Interfaces:
    Comparable<ucar.nc2.VariableSimpleIF>, ucar.nc2.VariableSimpleIF

    public class VariableSimpleSubclass
    extends Object
    implements ucar.nc2.VariableSimpleIF
    Deprecated.
    use ucar.nc2.ft.*
    Adapt a VariableSimpleIF into another VariableSimpleIF, so it can be subclassed.
    • Field Detail

      • v

        protected ucar.nc2.VariableSimpleIF v
        Deprecated.
    • Constructor Detail

      • VariableSimpleSubclass

        public VariableSimpleSubclass​(ucar.nc2.VariableSimpleIF v)
        Deprecated.
    • Method Detail

      • getFullName

        public String getFullName()
        Deprecated.
        Specified by:
        getFullName in interface ucar.nc2.VariableSimpleIF
      • getName

        public String getName()
        Deprecated.
        Specified by:
        getName in interface ucar.nc2.VariableSimpleIF
      • getShortName

        public String getShortName()
        Deprecated.
        Specified by:
        getShortName in interface ucar.nc2.VariableSimpleIF
      • getDataType

        public ucar.ma2.DataType getDataType()
        Deprecated.
        Specified by:
        getDataType in interface ucar.nc2.VariableSimpleIF
      • getDescription

        public String getDescription()
        Deprecated.
        Specified by:
        getDescription in interface ucar.nc2.VariableSimpleIF
      • getInfo

        public String getInfo()
        Deprecated.
      • getUnitsString

        public String getUnitsString()
        Deprecated.
        Specified by:
        getUnitsString in interface ucar.nc2.VariableSimpleIF
      • getRank

        public int getRank()
        Deprecated.
        Specified by:
        getRank in interface ucar.nc2.VariableSimpleIF
      • getShape

        public int[] getShape()
        Deprecated.
        Specified by:
        getShape in interface ucar.nc2.VariableSimpleIF
      • getDimensions

        public List<ucar.nc2.Dimension> getDimensions()
        Deprecated.
        Specified by:
        getDimensions in interface ucar.nc2.VariableSimpleIF
      • getAttributes

        @Deprecated
        public List<ucar.nc2.Attribute> getAttributes()
        Deprecated.
        use attributes()
        Specified by:
        getAttributes in interface ucar.nc2.VariableSimpleIF
      • findAttributeIgnoreCase

        @Deprecated
        public ucar.nc2.Attribute findAttributeIgnoreCase​(String attName)
        Deprecated.
        use attributes()
        Specified by:
        findAttributeIgnoreCase in interface ucar.nc2.VariableSimpleIF
      • attributes

        public ucar.nc2.AttributeContainer attributes()
        Deprecated.
        Specified by:
        attributes in interface ucar.nc2.VariableSimpleIF
      • compareTo

        public int compareTo​(ucar.nc2.VariableSimpleIF o)
        Deprecated.
        Sort by name
        Specified by:
        compareTo in interface Comparable<ucar.nc2.VariableSimpleIF>