Package ucar.ma2
package ucar.ma2
-
ClassDescriptionSuperclass for implementations of multidimensional arrays.Concrete implementation of Array specialized for booleans.Concrete implementation of Array specialized for byte, rank 0.Concrete implementation of Array specialized for boolean, rank 1.Concrete implementation of Array specialized for boolean, rank 2.Concrete implementation of Array specialized for boolean, rank 3.Concrete implementation of Array specialized for boolean, rank 4.Concrete implementation of Array specialized for boolean, rank 5.Concrete implementation of Array specialized for boolean, rank 6.Concrete implementation of Array specialized for boolean, rank 7.Concrete implementation of Array specialized for bytes.Concrete implementation of Array specialized for byte, rank 0.Concrete implementation of Array specialized for byte, rank 1.Concrete implementation of Array specialized for byte, rank 2.Concrete implementation of Array specialized for byte, rank 3.Concrete implementation of Array specialized for byte, rank 4.Concrete implementation of Array specialized for byte, rank 5.Concrete implementation of Array specialized for byte, rank 6.Concrete implementation of Array specialized for byte, rank 7.Concrete implementation of Array specialized for chars.Concrete implementation of Array specialized for char, rank 0.Concrete implementation of Array specialized for char, rank 1.Concrete implementation of Array specialized for char, rank 2.Concrete implementation of Array specialized for char, rank 3.Concrete implementation of Array specialized for char, rank 4.Concrete implementation of Array specialized for char, rank 5.Concrete implementation of Array specialized for char, rank 6.Concrete implementation of Array specialized for char, rank 7.Concrete implementation of Array specialized for doubles.Concrete implementation of Array specialized for doubles, rank 0.Concrete implementation of Array specialized for doubles, rank 1.Concrete implementation of Array specialized for doubles, rank 2.Concrete implementation of Array specialized for doubles, rank 3.Concrete implementation of Array specialized for doubles, rank 4.Concrete implementation of Array specialized for doubles, rank 5.Concrete implementation of Array specialized for doubles, rank 6.Concrete implementation of Array specialized for doubles, rank 7.Concrete implementation of Array specialized for floats.Concrete implementation of Array specialized for floats, rank 0.Concrete implementation of Array specialized for floats, rank 1.Concrete implementation of Array specialized for floats, rank 2.Concrete implementation of Array specialized for floats, rank 3.Concrete implementation of Array specialized for floats, rank 4.Concrete implementation of Array specialized for floats, rank 5.Concrete implementation of Array specialized for floats, rank 6.Concrete implementation of Array specialized for floats, rank 7.Concrete implementation of Array specialized for ints.Concrete implementation of Array specialized for ints, rank 0.Concrete implementation of Array specialized for ints, rank 1.Concrete implementation of Array specialized for ints, rank 2.Concrete implementation of Array specialized for ints, rank 3.Concrete implementation of Array specialized for ints, rank 4.Concrete implementation of Array specialized for ints, rank 5.Concrete implementation of Array specialized for ints, rank 6.Concrete implementation of Array specialized for ints, rank 7.Concrete implementation of Array specialized for longs.Concrete implementation of Array specialized for longs, rank 0.Concrete implementation of Array specialized for longs, rank 1.Concrete implementation of Array specialized for longs, rank 2.Concrete implementation of Array specialized for longs, rank 3.Concrete implementation of Array specialized for longs, rank 4.Concrete implementation of Array specialized for longs, rank 5.Concrete implementation of Array specialized for longs, rank 6.Concrete implementation of Array specialized for longs, rank 7.Concrete implementation of Array specialized for Objects.Concrete implementation of Array specialized for Objects, rank 0.Concrete implementation of Array specialized for Objects, rank 1.Concrete implementation of Array specialized for Objects, rank 2.Concrete implementation of Array specialized for Objects, rank 3.Concrete implementation of Array specialized for Objects, rank 4.Concrete implementation of Array specialized for Objects, rank 5.Concrete implementation of Array specialized for Objects, rank 6.Concrete implementation of Array specialized for Objects, rank 7.DO NOT USEHelper class for StructureDataAsciiArraySequence is the way to contain the data for a Sequence, using a StructureDataIterator.Handles nested sequences: a 1D array of variable length 1D arrays of StructureData.Concrete implementation of Array specialized for shorts.Concrete implementation of Array specialized for shorts, rank 0.Concrete implementation of Array specialized for shorts, rank 1.Concrete implementation of Array specialized for shorts, rank 2.Concrete implementation of Array specialized for shorts, rank 3.Concrete implementation of Array specialized for shorts, rank 4.Concrete implementation of Array specialized for shorts, rank 5.Concrete implementation of Array specialized for shorts, rank 6.Concrete implementation of Array specialized for shorts, rank 7.Concrete implementation of Array specialized for Strings.Concrete implementation of Array specialized for String, rank 0.Concrete implementation of Array specialized for Strings, rank 1.Concrete implementation of Array specialized for Strings, rank 2.Concrete implementation of Array specialized for Strings, rank 3.Concrete implementation of Array specialized for Strings, rank 4.Concrete implementation of Array specialized for Strings, rank 5.Concrete implementation of Array specialized for Strings, rank 6.Concrete implementation of Array specialized for Strings, rank 7.Superclass for implementations of Array of StructureData.Concrete implementation of ArrayStructure, data storage is in a ByteBuffer, which is converted to member data on the fly.Variation of ArrayStructureBB, where the offsets of the records into the ByteBuffer are uneven and must be passed in by the user.Make a section of an ArrayStructureBBAn ArrayStructure compose of other ArrayStructures.Concrete implementation of ArrayStructure, data storage is in member arrays, which are converted to StructureData member data on the fly.Concrete implementation of ArrayStructure, with data access deferred to the StructureData objects.Type-safe enumeration of data types.A property of
integraldata types that determines whether they can represent both positive and negative numbers (signed), or only non-negative numbers (unsigned).Thrown for an attempt to make a forbidden conversion on primitive data values, eg boolean to double.Indexes for Multidimensional arrays.Specialization of Index for rank 0 arrays, ie scalars.Specialization of Index for rank 1 arrays.Specialization of Index for rank 2 arrays.Specialization of Index for rank 3 arrays.Specialization of Index for rank 4 arrays.Specialization of Index for rank 5 arrays.Specialization of Index for rank 6 arrays.Specialization of Index for rank 7 arrays.An Index into an Array that always returns 0.Iteration through each element of an Array in "canonical order".Thrown if an attempt is made to use an invalid Range to index an array.A mix-in interface for evaluating if a value is missing.A "fast" iterator that can be used when the data is in canonical order.Element by element algebra on ArraysHolds a minimum and maximum value.Holds a scale and offset.Abstraction for matrix operations.Abstraction for vector operations.Represents a set of integers, used as an index for arrays.A Composite of other RangeIterators.Generalization of Range (which is restricted to (start:stop:stride).A Range of indices describes by a list, rather than start:stop:stride.A section of multidimensional array indices.A Section composed of Listinstead of List . Creates a StructureDataIterator by wrapping a section of a ArrayStructure.A container for a Structure's data.A StructureData implementation delegates everything to the containing ArrayStructure.A composite of other StructureData.Make a deep copy of an existing StructureData, so that all the data is contained in this objectConvenience routines for constructing one-off StructureData objectsA StructureData implementation that has its data self-contained.An iterator over StructureData.Read a maximum number of StructureData objects from a StructureDataIterator.Read a maximum number of StructureData objects from a StructureDataIterator.see StructureDataIteratorMediatedProxy for another StructureData.Deprecated.use StructureDataFromMemberA StructureData implementation that has its data self-contained.A Collection of members contained in a StructureData.A builder for StructureMembersA member of a StructureData.