Uses of Package
ucar.ma2

Packages that use ucar.ma2
ucar.ma2 Multidimensional arrays of primitives and objects with data stored in memory. 
ucar.nc2 The public API to the Java-NetCDF library. 
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dataset.conv Parses the information in netCDF datasets using Conventions, and extracts information about coordinate systems. 
ucar.nc2.dt Scientific data types package. 
ucar.nc2.ft Scientific feature types package 
ucar.nc2.util Miscellaneous utility classes. 
ucar.unidata.geoloc.vertical Implementations of vertical coordinate transformations. 
 

Classes in ucar.ma2 used by ucar.ma2
Array
          Superclass for implementations of multidimensional arrays.
ArrayBoolean
          Concrete implementation of Array specialized for booleans.
ArrayByte
          Concrete implementation of Array specialized for bytes.
ArrayChar
          Concrete implementation of Array specialized for chars.
ArrayChar.StringIterator
          rank must be > 0
ArrayDouble
          Concrete implementation of Array specialized for doubles.
ArrayDouble.D3.IF
           
ArrayFloat
          Concrete implementation of Array specialized for floats.
ArrayInt
          Concrete implementation of Array specialized for longs.
ArrayLong
          Concrete implementation of Array specialized for longs.
ArrayObject
          Concrete implementation of Array specialized for Objects.
ArraySequence
          ArraySequence is the way to contain the data for a Sequence, using a StructureDataIterator.
ArrayShort
          Concrete implementation of Array specialized for shorts.
ArrayStructure
          Superclass for implementations of Array of StructureData.
ArrayStructureBB
          Concrete implementation of ArrayStructure, data storage is in a ByteBuffer, which is converted to member data on the fly.
ArrayStructureMA
          Concrete implementation of ArrayStructure, data storage is in member arrays, which are converted to StructureData member data on the fly.
DataType
          Type-safe enumeration of data types.
Index
          Indexes for Multidimensional arrays.
Index0D
          Specialization of Index for rank 0 arrays.
IndexIterator
          Iteration through each element of an Array in "canonical order".
InvalidRangeException
          Thrown if an attempt is made to use an invalid Range to index an array.
MAMath.MinMax
          Holds a minimum and maximum value.
MAMath.ScaleOffset
          Holds a scale and offset.
MAMatrix
          Abstraction for matrix operations.
MAVector
          Abstraction for vector operations.
Range
          Represents a set of integers, used as an index for arrays.
Range.Iterator
           
Section
          A section of multidimensional array indices.
Section.Iterator
           
StructureData
          A container for a Structure's data.
StructureDataIterator
          An iterator over StructureData.
StructureDataW
          A StructureData implementation that has its data self-contained.
StructureMembers
          A Collection of members contained in a StructureData.
StructureMembers.Member
          A member of a StructureData.
 

Classes in ucar.ma2 used by ucar.nc2
Array
          Superclass for implementations of multidimensional arrays.
ArrayStructure
          Superclass for implementations of Array of StructureData.
DataType
          Type-safe enumeration of data types.
InvalidRangeException
          Thrown if an attempt is made to use an invalid Range to index an array.
Range
          Represents a set of integers, used as an index for arrays.
Section
          A section of multidimensional array indices.
StructureData
          A container for a Structure's data.
StructureDataIterator
          An iterator over StructureData.
StructureMembers
          A Collection of members contained in a StructureData.
StructureMembers.Member
          A member of a StructureData.
 

Classes in ucar.ma2 used by ucar.nc2.dataset
Array
          Superclass for implementations of multidimensional arrays.
ArrayDouble.D2
          Concrete implementation of Array specialized for doubles, rank 2.
DataType
          Type-safe enumeration of data types.
InvalidRangeException
          Thrown if an attempt is made to use an invalid Range to index an array.
Range
          Represents a set of integers, used as an index for arrays.
 

Classes in ucar.ma2 used by ucar.nc2.dataset.conv
InvalidRangeException
          Thrown if an attempt is made to use an invalid Range to index an array.
 

Classes in ucar.ma2 used by ucar.nc2.dt
Array
          Superclass for implementations of multidimensional arrays.
DataType
          Type-safe enumeration of data types.
InvalidRangeException
          Thrown if an attempt is made to use an invalid Range to index an array.
MAMath.MinMax
          Holds a minimum and maximum value.
Range
          Represents a set of integers, used as an index for arrays.
StructureData
          A container for a Structure's data.
 

Classes in ucar.ma2 used by ucar.nc2.ft
StructureData
          A container for a Structure's data.
 

Classes in ucar.ma2 used by ucar.nc2.util
Array
          Superclass for implementations of multidimensional arrays.
 

Classes in ucar.ma2 used by ucar.unidata.geoloc.vertical
ArrayDouble.D1
          Concrete implementation of Array specialized for doubles, rank 1.
ArrayDouble.D3
          Concrete implementation of Array specialized for doubles, rank 3.
InvalidRangeException
          Thrown if an attempt is made to use an invalid Range to index an array.
Range
          Represents a set of integers, used as an index for arrays.