A B C D E F G H I J L M N O P Q R S T U V W X Y Z 
所有类 所有程序包

A

ABBREV - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
abs(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array absolute
acos() - 类 中的方法org.meteoinfo.ndarray.Complex
 
acos(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Arc cosine function
add(double) - 类 中的方法org.meteoinfo.ndarray.Complex
 
add(double, double) - 类 中的静态方法org.meteoinfo.ndarray.util.BigDecimalUtil
Add
add(float, float) - 类 中的静态方法org.meteoinfo.ndarray.util.BigDecimalUtil
Add
add(int, StructureData) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
add(Complex) - 类 中的方法org.meteoinfo.ndarray.Complex
 
add(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array add
add(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
Add elements of two arrays together, allocating the result array.
add(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array add
add(Array, Complex) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array add
add(StructureData) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
ADD_OFFSET - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
addDouble(Array, Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
Add elements of two arrays together as doubles, place sum in the result array.
addMember(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureMembers
Add a member at the given position.
addMember(String, String, String, DataType, boolean, Number) - 类 中的方法org.meteoinfo.ndarray.StructureDataScalar
 
addMember(String, String, String, DataType, int[]) - 类 中的方法org.meteoinfo.ndarray.StructureMembers
 
addMember(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureMembers
Add a member.
addMemberString(String, String, String, String, int) - 类 中的方法org.meteoinfo.ndarray.StructureDataScalar
 
addObjectToHeap(int, StructureMembers.Member, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
addObjectToHeap(Object) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
addRangeNames(List<String>) - 类 中的方法org.meteoinfo.ndarray.Section
 
addValue(double) - 类 中的方法org.meteoinfo.ndarray.Dimension
Add a dimension value
all(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Test whether all array element evaluates to True.
all(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Test whether all array element along a given axis evaluates to True.
alpha - 类 中的静态变量org.meteoinfo.ndarray.util.Misc
 
any(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Test whether any array element evaluates to True.
any(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Test whether any array element along a given axis evaluates to True.
appendRange() - 类 中的方法org.meteoinfo.ndarray.Section
Append a null Range to the Section - meaning "all"
appendRange(int) - 类 中的方法org.meteoinfo.ndarray.Section
Append a new Range(0,size-1) to the Section
appendRange(int, int) - 类 中的方法org.meteoinfo.ndarray.Section
Append a new Range(first, last) to the Section
appendRange(int, int, int) - 类 中的方法org.meteoinfo.ndarray.Section
Append a new Range(first,last,stride) to the Section
appendRange(String, int, int, int) - 类 中的方法org.meteoinfo.ndarray.Section
Append a new Range(name,first,last,stride) to the Section
appendRange(Range) - 类 中的方法org.meteoinfo.ndarray.Section
Append a Range to the Section
appendShape(List, int) - 类 中的静态方法org.meteoinfo.ndarray.Range
已过时。
use Section.appendRange(int size)
ARAKAWA_E - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
argMax(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Get the index of the maximum value into the flattened array.
argMax(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Get the indices of the maximum values along an axis.
argMin(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Get the index of the minimum value into the flattened array.
argMin(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Get the indices of the minimum values along an axis.
argSort(Array, Integer) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get sorted array index along an axis
array(Object) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Create an array
array(Object, DataType) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Create an array
Array - org.meteoinfo.ndarray中的类
Superclass for implementations of multidimensional arrays.
Array(DataType, int[]) - 类 的构造器org.meteoinfo.ndarray.Array
 
Array(DataType, Index) - 类 的构造器org.meteoinfo.ndarray.Array
 
array_list(List, DataType) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Create an array
ArrayBoolean - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for booleans.
ArrayBoolean(int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayBoolean
Create a new Array of type boolean and the given shape. dimensions.length determines the rank of the new Array.
ArrayBoolean.D0 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for byte, rank 0.
ArrayBoolean.D1 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for boolean, rank 1.
ArrayBoolean.D2 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for boolean, rank 2.
ArrayBoolean.D3 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for boolean, rank 3.
ArrayBoolean.D4 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for boolean, rank 4.
ArrayBoolean.D5 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for boolean, rank 5.
ArrayBoolean.D6 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for boolean, rank 6.
ArrayBoolean.D7 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for boolean, rank 7.
ArrayByte - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for bytes.
ArrayByte(int[], boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayByte
Create a new Array of type byte and the given shape. dimensions.length determines the rank of the new Array.
ArrayByte.D0 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for byte, rank 0.
ArrayByte.D1 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for byte, rank 1.
ArrayByte.D2 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for byte, rank 2.
ArrayByte.D3 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for byte, rank 3.
ArrayByte.D4 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for byte, rank 4.
ArrayByte.D5 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for byte, rank 5.
ArrayByte.D6 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for byte, rank 6.
ArrayByte.D7 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for byte, rank 7.
ArrayChar - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for chars.
ArrayChar(int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayChar
Create a new Array of type char and the given shape. dimensions.length determines the rank of the new Array.
ArrayChar(String) - 类 的构造器org.meteoinfo.ndarray.ArrayChar
 
ArrayChar.D0 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for char, rank 0.
ArrayChar.D1 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for char, rank 1.
ArrayChar.D2 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for char, rank 2.
ArrayChar.D3 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for char, rank 3.
ArrayChar.D4 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for char, rank 4.
ArrayChar.D5 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for char, rank 5.
ArrayChar.D6 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for char, rank 6.
ArrayChar.D7 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for char, rank 7.
ArrayChar.StringIterator - org.meteoinfo.ndarray中的类
rank must be > 0
ArrayComplex - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for complex.
ArrayComplex(int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayComplex
Create a new Array of type double and the given shape. dimensions.length determines the rank of the new Array.
ArrayComplex.D0 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 0.
ArrayComplex.D1 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 1.
ArrayComplex.D2 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 2.
ArrayComplex.D3 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 3.
ArrayComplex.D3.IF - org.meteoinfo.ndarray中的类
 
ArrayComplex.D4 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 4.
ArrayComplex.D5 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 5.
ArrayComplex.D6 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 6.
ArrayComplex.D7 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 7.
arraycopy(Array, int, Array, int, int) - 类 中的静态方法org.meteoinfo.ndarray.Array
Cover for System.arraycopy().
ArrayDate - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for complex.
ArrayDate(int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayDate
Create a new Array of type double and the given shape. dimensions.length determines the rank of the new Array.
ArrayDate.D0 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 0.
ArrayDate.D1 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 1.
ArrayDate.D2 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 2.
ArrayDate.D3 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 3.
ArrayDate.D3.IF - org.meteoinfo.ndarray中的类
 
ArrayDate.D4 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 4.
ArrayDate.D5 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 5.
ArrayDate.D6 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 6.
ArrayDate.D7 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 7.
ArrayDouble - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles.
ArrayDouble(int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayDouble
Create a new Array of type double and the given shape. dimensions.length determines the rank of the new Array.
ArrayDouble.D0 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 0.
ArrayDouble.D1 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 1.
ArrayDouble.D2 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 2.
ArrayDouble.D3 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 3.
ArrayDouble.D3.IF - org.meteoinfo.ndarray中的类
 
ArrayDouble.D4 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 4.
ArrayDouble.D5 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 5.
ArrayDouble.D6 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 6.
ArrayDouble.D7 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for doubles, rank 7.
ArrayFloat - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for floats.
ArrayFloat(int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayFloat
Create a new Array of type float and the given shape. dimensions.length determines the rank of the new Array.
ArrayFloat.D0 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for floats, rank 0.
ArrayFloat.D1 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for floats, rank 1.
ArrayFloat.D2 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for floats, rank 2.
ArrayFloat.D3 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for floats, rank 3.
ArrayFloat.D4 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for floats, rank 4.
ArrayFloat.D5 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for floats, rank 5.
ArrayFloat.D6 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for floats, rank 6.
ArrayFloat.D7 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for floats, rank 7.
ArrayInt - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for ints.
ArrayInt(int[], boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayInt
Create a new Array of type int and the given shape. dimensions.length determines the rank of the new Array.
ArrayInt.D0 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for ints, rank 0.
ArrayInt.D1 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for ints, rank 1.
ArrayInt.D2 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for ints, rank 2.
ArrayInt.D3 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for ints, rank 3.
ArrayInt.D4 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for ints, rank 4.
ArrayInt.D5 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for ints, rank 5.
ArrayInt.D6 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for ints, rank 6.
ArrayInt.D7 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for ints, rank 7.
ArrayLong - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for longs.
ArrayLong(int[], boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayLong
Create a new Array of type long and the given shape. dimensions.length determines the rank of the new Array.
ArrayLong.D0 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for longs, rank 0.
ArrayLong.D1 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for longs, rank 1.
ArrayLong.D2 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for longs, rank 2.
ArrayLong.D3 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for longs, rank 3.
ArrayLong.D4 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for longs, rank 4.
ArrayLong.D5 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for longs, rank 5.
ArrayLong.D6 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for longs, rank 6.
ArrayLong.D7 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for longs, rank 7.
ArrayMath - org.meteoinfo.ndarray.math中的类
 
ArrayMath() - 类 的构造器org.meteoinfo.ndarray.math.ArrayMath
 
ArrayObject - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Objects.
ArrayObject(DataType, Class, boolean, int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayObject
Create a new Array of type Object and the given shape.
ArrayObject(DataType, Class, boolean, int[], Object[]) - 类 的构造器org.meteoinfo.ndarray.ArrayObject
Create a new Array of type Object and the given shape and storage.
ArrayObject.D0 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Objects, rank 0.
ArrayObject.D1 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Objects, rank 1.
ArrayObject.D2 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Objects, rank 2.
ArrayObject.D3 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Objects, rank 3.
ArrayObject.D4 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Objects, rank 4.
ArrayObject.D5 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Objects, rank 5.
ArrayObject.D6 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Objects, rank 6.
ArrayObject.D7 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Objects, rank 7.
ArrayRagged - org.meteoinfo.ndarray中的类
DO NOT USE
ArrayRagged(int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayRagged
 
arrayRange(Number, Number, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Array range
arrayRange_bak(Number, Number, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Array range
arrayRange1(Number, int, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Array range
ArrayScalar - org.meteoinfo.ndarray中的类
Helper class for StructureDataAscii
ArrayScalar(Object, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayScalar
 
ArraySequence - org.meteoinfo.ndarray中的类
ArraySequence is the way to contain the data for a Sequence, using a StructureDataIterator.
ArraySequence(StructureMembers, int[]) - 类 的构造器org.meteoinfo.ndarray.ArraySequence
 
ArraySequence(StructureMembers, StructureDataIterator, int) - 类 的构造器org.meteoinfo.ndarray.ArraySequence
Constructor
ArraySequenceNested - org.meteoinfo.ndarray中的类
Handles nested sequences: a 1D array of variable length 1D arrays of StructureData.
ArraySequenceNested(StructureMembers, int) - 类 的构造器org.meteoinfo.ndarray.ArraySequenceNested
This is used for inner sequences, ie variable length structures nested inside of another structure.
ArrayShort - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for shorts.
ArrayShort(int[], boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayShort
Create a new Array of type short and the given shape. dimensions.length determines the rank of the new Array.
ArrayShort.D0 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for shorts, rank 0.
ArrayShort.D1 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for shorts, rank 1.
ArrayShort.D2 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for shorts, rank 2.
ArrayShort.D3 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for shorts, rank 3.
ArrayShort.D4 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for shorts, rank 4.
ArrayShort.D5 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for shorts, rank 5.
ArrayShort.D6 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for shorts, rank 6.
ArrayShort.D7 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for shorts, rank 7.
arraySplit(Array, int, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
 
ArrayString - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Strings.
ArrayString(int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayString
Create a new Array of type long and the given shape. dimensions.length determines the rank of the new Array.
ArrayString.D0 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for String, rank 0.
ArrayString.D1 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Strings, rank 1.
ArrayString.D2 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Strings, rank 2.
ArrayString.D3 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Strings, rank 3.
ArrayString.D4 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Strings, rank 4.
ArrayString.D5 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Strings, rank 5.
ArrayString.D6 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Strings, rank 6.
ArrayString.D7 - org.meteoinfo.ndarray中的类
Concrete implementation of Array specialized for Strings, rank 7.
ArrayStructure - org.meteoinfo.ndarray中的类
 
ArrayStructure(int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayStructure
 
ArrayStructure(Index) - 类 的构造器org.meteoinfo.ndarray.ArrayStructure
 
ArrayStructureBak - org.meteoinfo.ndarray中的类
Superclass for implementations of Array of StructureData.
ArrayStructureBak(StructureMembers, int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayStructureBak
Create a new Array of type StructureData and the given members and shape.
ArrayStructureBak(StructureMembers, Index) - 类 的构造器org.meteoinfo.ndarray.ArrayStructureBak
 
ArrayStructureBak.ArrayStructureIterator - org.meteoinfo.ndarray中的类
 
ArrayStructureBB - org.meteoinfo.ndarray中的类
Concrete implementation of ArrayStructure, data storage is in a ByteBuffer, which is converted to member data on the fly.
ArrayStructureBB(StructureMembers, int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayStructureBB
Create a new Array of type StructureData and the given members and shape.
ArrayStructureBB(StructureMembers, int[], ByteBuffer, int) - 类 的构造器org.meteoinfo.ndarray.ArrayStructureBB
Construct an ArrayStructureBB with the given ByteBuffer.
ArrayStructureBBpos - org.meteoinfo.ndarray中的类
Variation of ArrayStructureBB, where the offsets of the records into the ByteBuffer are uneven and must be passed in by the user.
ArrayStructureBBpos(StructureMembers, int[], ByteBuffer, int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayStructureBBpos
Construct an ArrayStructureBB with the given ByteBuffer.
ArrayStructureBBsection - org.meteoinfo.ndarray中的类
Describe
ArrayStructureComposite - org.meteoinfo.ndarray中的类
An ArrayStructure compose of other ArrayStructures.
ArrayStructureComposite(StructureMembers, List<ArrayStructureBak>, int) - 类 的构造器org.meteoinfo.ndarray.ArrayStructureComposite
 
ArrayStructureIterator() - 类 的构造器org.meteoinfo.ndarray.ArrayStructureBak.ArrayStructureIterator
 
ArrayStructureMA - org.meteoinfo.ndarray中的类
Concrete implementation of ArrayStructure, data storage is in member arrays, which are converted to StructureData member data on the fly.
ArrayStructureMA(StructureMembers, int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayStructureMA
Create a new Array of type StructureData and the given members and shape.
ArrayStructureMA(StructureMembers, int[], StructureData[]) - 类 的构造器org.meteoinfo.ndarray.ArrayStructureMA
 
ArrayStructureW - org.meteoinfo.ndarray中的类
Concrete implementation of ArrayStructure, with data access deferred to the StructureData objects.
ArrayStructureW(StructureData) - 类 的构造器org.meteoinfo.ndarray.ArrayStructureW
 
ArrayStructureW(StructureMembers, int[]) - 类 的构造器org.meteoinfo.ndarray.ArrayStructureW
Create a new Array of type StructureData and the given members and shape.
ArrayStructureW(StructureMembers, int[], StructureData[]) - 类 的构造器org.meteoinfo.ndarray.ArrayStructureW
Create a new Array of type StructureData and the given members, shape, and array of StructureData.
ArrayUtil - org.meteoinfo.ndarray.math中的类
 
ArrayUtil() - 类 的构造器org.meteoinfo.ndarray.math.ArrayUtil
 
asin() - 类 中的方法org.meteoinfo.ndarray.Complex
 
asin(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Arc sine function
asList(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
As number list
atan() - 类 中的方法org.meteoinfo.ndarray.Complex
 
atan(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Arc tangen function
atan2(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Arc tangen function
aveDouble(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Average array
aveDouble(Array, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Average array skip missing value

B

bb_offset - 类 中的变量org.meteoinfo.ndarray.ArrayStructureBB
 
bbuffer - 类 中的变量org.meteoinfo.ndarray.ArrayStructureBB
 
BigDecimalUtil - org.meteoinfo.ndarray.util中的类
 
BigDecimalUtil() - 类 的构造器org.meteoinfo.ndarray.util.BigDecimalUtil
 
bigToLittle(byte[]) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Convert BigEndian to LittleEndian
binCount(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Count number of occurrences of each value in array of non-negative ints
binCount(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Count number of occurrences of each value in array of non-negative ints
bitAnd(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Bit and operation
bitAnd(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Bit and operation
bitInvert(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Bit inversion ~ operation
bitOr(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Bit or | operation
bitOr(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Bit or | operation
bitXor(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Bit exclusive or ^ operation
bitXor(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Bit exclusive or | operation
BOOLEAN - org.meteoinfo.ndarray.DataType
 
broadcast(Array, int[]) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Broadcast array to a new shape
broadcast(Array, List<Integer>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Broadcast array to a new shape
broadcast(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Get broadcast shape from two arrays
broadcastCheck(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Broadcast check for two arrays.
broadcastShapes(List<List<Integer>>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Broadcast shape list to a new shape
BYTE - org.meteoinfo.ndarray.DataType
 
byte2Int(byte) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Convert byte to int - byte in Java is signed
bytes2Double(byte[], ByteOrder) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Byte array convert to double
bytes2Float(byte[], ByteOrder) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Byte array convert to float
bytes2Int(byte[]) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Byte array convert to integer
bytes2Int(byte[], ByteOrder) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Byte array convert to integer
bytes2Int3(byte[]) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Byte array (3 bytes) convert to integer
bytes2Long(byte[], ByteOrder) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Byte array convert to long integer
bytes2Short(byte[], ByteOrder) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Byte array convert to short integer

C

calcOffsetSetOrder(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
calcOffsetSetOrder(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBBpos
 
calcOffsetSetOrder(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBBsection
 
calcScaleOffsetSkipMissingData(Array, double, int, boolean) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
Calculate the scale/offset for an array of numbers.
cartesianToPolar(double, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Convert cartesian to polar coordinate
cartesianToPolar(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Convert cartesian to polar coordinate
cdiff(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Performs a centered difference operation on a grid data along one dimension direction
cdiff_bak(Array, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Performs a centered difference operation on a grid data in the x or y direction
CDM - org.meteoinfo.ndarray.constants中的接口
CDM constants.
ceil(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Return the ceiling of the input, element-wise.
CF_EXTENDED - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
CHAR - org.meteoinfo.ndarray.DataType
 
checkInRange(int[]) - 类 中的方法org.meteoinfo.ndarray.Section
Check if this Section is legal for the given shape.
checkInRange(List, int[]) - 类 中的静态方法org.meteoinfo.ndarray.Range
已过时。
use Section.checkInRange(int shape[])
CHUNK_SIZES - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
clone() - 类 中的方法org.meteoinfo.ndarray.Index
 
clone() - 类 中的方法org.meteoinfo.ndarray.Index0D
 
clone() - 类 中的方法org.meteoinfo.ndarray.Index1D
 
clone() - 类 中的方法org.meteoinfo.ndarray.Index2D
 
clone() - 类 中的方法org.meteoinfo.ndarray.Index3D
 
clone() - 类 中的方法org.meteoinfo.ndarray.Index4D
 
clone() - 类 中的方法org.meteoinfo.ndarray.Index5D
 
clone() - 类 中的方法org.meteoinfo.ndarray.Index6D
 
clone() - 类 中的方法org.meteoinfo.ndarray.Index7D
 
closeEnough(double, double) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
Check if numbers are equal with default tolerance
closeEnough(double, double, double) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
Check if numbers are equal with given reletive tolerance
closeEnough(float, float) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
Check if numbers are equal with default tolerance
closeEnough(float, float, float) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
closeEnoughAbs(double, double, double) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
Check if numbers are equal with given absolute tolerance
closeEnoughAbs(float, float, float) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
column(int) - 类 中的方法org.meteoinfo.ndarray.MAMatrix
Get the jth column, return as a MAVector: same backing store.
compact() - 类 中的方法org.meteoinfo.ndarray.Range
Create a new Range by compacting this Range by removing the stride.
compact() - 类 中的方法org.meteoinfo.ndarray.Section
Create a new Section by compacting each Range.
compare(byte[], byte[], Formatter) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
compare(float[], float[], Formatter) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
compare(int, int) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
compare(long, long) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
compare(Integer, Integer) - 类 中的方法org.meteoinfo.ndarray.math.ListIndexComparator
 
compatibleRank(Section) - 类 中的方法org.meteoinfo.ndarray.Section
Compare this section with another upto the vlen in either
Complex - org.meteoinfo.ndarray中的类
 
Complex(double) - 类 的构造器org.meteoinfo.ndarray.Complex
 
Complex(double, double) - 类 的构造器org.meteoinfo.ndarray.Complex
 
Complex(Complex) - 类 的构造器org.meteoinfo.ndarray.Complex
 
COMPLEX - org.meteoinfo.ndarray.DataType
 
compose(Range) - 类 中的方法org.meteoinfo.ndarray.Range
Create a new Range by composing a Range that is reletive to this Range.
compose(Section) - 类 中的方法org.meteoinfo.ndarray.Section
Create a new Section by composing with a Section that is reletive to this Section.
COMPRESS - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
COMPRESS_DEFLATE - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
computeSize() - 类 中的方法org.meteoinfo.ndarray.Section
Compute total number of elements represented by the section.
computeSize(int[]) - 类 中的静态方法org.meteoinfo.ndarray.Index
Compute total number of elements in the array.
computeSize(List) - 类 中的静态方法org.meteoinfo.ndarray.Range
已过时。
use Section.computeSize()
concatenate(List<Array>, Integer) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Concatenate arrays to one array along a axis
concatenate(Array, Array, Integer) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Concatenate two arrays to one array along a axis
conformable(int[], int[]) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
Check that two array shapes are conformable.
conformable(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
Check that two arrays are conformable.
contains(int) - 类 中的方法org.meteoinfo.ndarray.Range
Is the ith element contained in this Range?
contains(Section) - 类 中的方法org.meteoinfo.ndarray.Section
See if this Section contains another Section. ignores strides Must have same rank and last >= other.last.
containsNaN(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Check if the array contains NaN value
CONVENTIONS - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
convert(Array, DataType) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
Convert original array to desired type
convert2packed(Array, double, int, boolean, DataType) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
 
convert2Unpacked(Array, MAMath.ScaleOffset) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
 
convertByteToChar(byte[]) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
 
convertByteToCharUTF(byte[]) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
 
convertCharToByte(char[]) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
 
convertCharToByteUTF(char[]) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
 
convertEncoding(ArrayChar, String) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Convert char array encoding from UTF-8
convertScalarDouble(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get scalar value as a double, with conversion as needed.
convertScalarDouble(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get scalar value as a double, with conversion as needed.
convertScalarDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get scalar value as a double, with conversion as needed.
convertScalarDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
 
convertScalarDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
convertScalarDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
convertScalarDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
 
convertScalarFloat(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get scalar value as a float, with conversion as needed.
convertScalarFloat(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get scalar value as a float, with conversion as needed.
convertScalarFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get scalar value as a float, with conversion as needed.
convertScalarFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
 
convertScalarFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
convertScalarFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
convertScalarFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
 
convertScalarInt(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get scalar value as an int, with conversion as needed.
convertScalarInt(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get scalar value as a int, with conversion as needed.
convertScalarInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get scalar value as a int, with conversion as needed.
convertScalarInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
 
convertScalarInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
convertScalarInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
convertScalarInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
 
convertScalarLong(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
convertScalarLong(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get scalar value as a int, with conversion as needed.
convertScalarLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get scalar value as a int, with conversion as needed.
convertScalarLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
 
convertScalarLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
convertScalarLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
convertScalarLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
 
convertStringTo(String, DataType, String) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Convert input string data to current data type
convertTo(Object, DataType, String) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Convert input data to current data type
convertToString(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Array to string
convertUnsigned(Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
Convert unsigned data to signed data of a wider type.
copy() - 类 中的方法org.meteoinfo.ndarray.Array
Create a copy of this Array, copying the data so that physical order is the same as logical order
copy() - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throws UnsupportedOperationException
copy() - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throws UnsupportedOperationException
copy() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throws UnsupportedOperationException
copy() - 类 中的方法org.meteoinfo.ndarray.MAMatrix
Create a new MAMatrix that is the same as this one, with a copy of the backing store.
copy() - 类 中的方法org.meteoinfo.ndarray.MAVector
Create a new MAVector that is the same as this one, with a copy of the backing store.
copy(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Copy array
copy(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
Copy array a to array result, the result array will be in canonical order The operation type is taken from the type of a.
copy(DataType, IndexIterator, IndexIterator) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
Copy using iterators.
copy(StructureData, StructureMembers) - 类 中的静态方法org.meteoinfo.ndarray.StructureDataDeep
Make deep copy from sdata to another StructureData object whose data is self contained
copyBoolean(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
copy array a to array result as bytes The array a and result must be type boolean
copyByte(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
copy array a to array result as bytes The values from the array a are converted to byte (if needed), and then converted to the type of result (if needed).
copyBytes(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
copyBytes(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
copyChar(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
copy array a to array result as char The values from the array a are converted to char (if needed), and then converted to the type of result (if needed).
copyChars(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
copyChars(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
copyDouble(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
copy array a to array result as doubles The values from the arrays a are converted to double (if needed), and then converted to the type of result (if needed).
copyDoubles(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
copyDoubles(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
copyFloat(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
copy array a to array result as floats The values from the arrays a are converted to float (if needed), and then converted to the type of result (if needed).
copyFloats(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
copyFloats(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.Array
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
copyFrom1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
copyIfView() - 类 中的方法org.meteoinfo.ndarray.Array
Create a copy of this Array if it's physical order is not the same as logical order
copyInt(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
copy array a to array result as integers The values from the arrays a are converted to integer (if needed), and then converted to the type of result (if needed).
copyInts(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
copyInts(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
copyLong(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
copy array a to array result as longs The values from the array a are converted to long (if needed), and then converted to the type of result (if needed).
copyLongs(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
copyLongs(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
copyObject(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
copy array a to array result as an Object The array a and result must be type object
copyObjects(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
copyObjects(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
copySequences(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
copyShort(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
copy array a to array result as shorts The values from the array a are converted to short (if needed), and then converted to the type of result (if needed).
copyShorts(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
copyShorts(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
copyStructures(int, StructureMembers.Member, IndexIterator) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
copyTo1DJavaArray() - 类 中的方法org.meteoinfo.ndarray.Array
Copy this array to a 1D Java primitive array of type getElementType(), with the physical order of the result the same as logical order.
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.Array
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
copyTo1DJavaArray(IndexIterator, Object) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
 
copyTo1DJavaArray(IndexIterator, Object, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
 
copyTo1DJavaArray_Long(IndexIterator, Object) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
 
copyToArrayBB(ArrayStructureBak, ByteOrder, boolean) - 类 中的静态方法org.meteoinfo.ndarray.StructureDataDeep
Make deep copy from an ArrayStructure to a ArrayStructureBB whose data is contained in a ByteBuffer
copyToArrayBB(StructureData) - 类 中的静态方法org.meteoinfo.ndarray.StructureDataDeep
Make deep copy from a StructureData to a ArrayStructureBB whose data is contained in a ByteBuffer.
copyToArrayBB(StructureData, ArrayStructureBB) - 类 中的静态方法org.meteoinfo.ndarray.StructureDataDeep
Make deep copy from a StructureData into the given ArrayStructureBB
copyToArrayBB(StructureData, StructureMembers, ByteOrder) - 类 中的静态方法org.meteoinfo.ndarray.StructureDataDeep
Make deep copy from a StructureData to a ArrayStructureBB whose data is contained in a ByteBuffer
copyToNDJavaArray() - 类 中的方法org.meteoinfo.ndarray.Array
Copy this array to a n-Dimensional Java primitive array of type getElementType() and rank getRank().
copyToNDJavaArray(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Convert array to N-Dimension double Java array
copyToNDJavaArray(Array, String) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Convert array to N-Dimension double Java array
copyToNDJavaArray_Double(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Convert array to N-Dimension double Java array
copyToNDJavaArray_Double(Array, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Convert array to N-Dimension double Java array
copyToNDJavaArray_Long(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Convert array to N-Dimension double Java array
cos() - 类 中的方法org.meteoinfo.ndarray.Complex
 
cos(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Cosine function
cos(MAVector) - 类 中的方法org.meteoinfo.ndarray.MAVector
Cos between two vectors = dot(v) / norm() * norm(v)
createBinFile(String) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Create a binary file
createIndexArray() - 类 中的方法org.meteoinfo.ndarray.math.ListIndexComparator
 
createView(Index) - 类 中的方法org.meteoinfo.ndarray.Array
create new Array with given Index and the same backing store
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
create new Array with given indexImpl and same backing store
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
create new Array with given indexImpl and same backing store
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
create new Array with given indexImpl and the same backing store
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
create new Array with given indexImpl and the same backing store
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
create new Array with given indexImpl and the same backing store
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
create new Array with given indexImpl and same backing store
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
create new Array with given indexImpl and same backing store
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
create new Array with given indexImpl and same backing store
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
create new Array with given indexImpl and the same backing store
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throws UnsupportedOperationException
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
create new Array with given indexImpl and same backing store
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
create new Array with given indexImpl and same backing store
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
createView(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
cressman(List<Number>, List<Number>, Array, List<Number>, List<Number>, List<Number>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Cressman analysis
cressman_bak(List<Number>, List<Number>, Array, List<Number>, List<Number>, List<Number>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Cressman analysis
cumsum(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Return the cumulative sum of the elements along a given axis.
cumsum(Array, List<Range>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute cumulative sum value of an array
current - 类 中的变量org.meteoinfo.ndarray.Index
 
currentElement() - 类 中的方法org.meteoinfo.ndarray.Index
Get the current element's index into the 1D backing array.
currentElement() - 类 中的方法org.meteoinfo.ndarray.Index0D
 
currentElement() - 类 中的方法org.meteoinfo.ndarray.Index1D
 
currentElement() - 类 中的方法org.meteoinfo.ndarray.Index2D
 
currentElement() - 类 中的方法org.meteoinfo.ndarray.Index3D
 
currentElement() - 类 中的方法org.meteoinfo.ndarray.Index4D
 
currentElement() - 类 中的方法org.meteoinfo.ndarray.Index5D
 
currentElement() - 类 中的方法org.meteoinfo.ndarray.Index6D
 
currentElement() - 类 中的方法org.meteoinfo.ndarray.Index7D
 
currentElement() - 类 中的方法org.meteoinfo.ndarray.IndexConstant
always return 0

D

D0() - 类 的构造器org.meteoinfo.ndarray.ArrayBoolean.D0
Constructor.
D0() - 类 的构造器org.meteoinfo.ndarray.ArrayChar.D0
Constructor.
D0() - 类 的构造器org.meteoinfo.ndarray.ArrayComplex.D0
Constructor.
D0() - 类 的构造器org.meteoinfo.ndarray.ArrayDate.D0
Constructor.
D0() - 类 的构造器org.meteoinfo.ndarray.ArrayDouble.D0
Constructor.
D0() - 类 的构造器org.meteoinfo.ndarray.ArrayFloat.D0
Constructor.
D0() - 类 的构造器org.meteoinfo.ndarray.ArrayString.D0
Constructor.
D0(boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayByte.D0
 
D0(boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayInt.D0
 
D0(boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayLong.D0
Constructor.
D0(boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayShort.D0
 
D0(DataType, Class, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayObject.D0
Constructor.
D1(int) - 类 的构造器org.meteoinfo.ndarray.ArrayBoolean.D1
Constructor for array of shape {len0}.
D1(int) - 类 的构造器org.meteoinfo.ndarray.ArrayChar.D1
Constructor for array of shape {len0}.
D1(int) - 类 的构造器org.meteoinfo.ndarray.ArrayComplex.D1
Constructor for array of shape {len0}.
D1(int) - 类 的构造器org.meteoinfo.ndarray.ArrayDate.D1
Constructor for array of shape {len0}.
D1(int) - 类 的构造器org.meteoinfo.ndarray.ArrayDouble.D1
Constructor for array of shape {len0}.
D1(int) - 类 的构造器org.meteoinfo.ndarray.ArrayFloat.D1
Constructor for array of shape {len0}.
D1(int) - 类 的构造器org.meteoinfo.ndarray.ArrayString.D1
Constructor for array of shape {len0}.
D1(int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayByte.D1
 
D1(int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayInt.D1
 
D1(int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayLong.D1
Constructor for array of shape {len0}.
D1(int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayShort.D1
 
D1(DataType, Class, boolean, int) - 类 的构造器org.meteoinfo.ndarray.ArrayObject.D1
Constructor for array of shape {len0}.
D2(int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayBoolean.D2
Constructor for array of shape {len0,len1}.
D2(int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayChar.D2
Constructor for array of shape {len0,len1}.
D2(int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayComplex.D2
Constructor for array of shape {len0,len1}.
D2(int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayDate.D2
Constructor for array of shape {len0,len1}.
D2(int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayDouble.D2
Constructor for array of shape {len0,len1}.
D2(int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayFloat.D2
Constructor for array of shape {len0,len1}.
D2(int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayString.D2
Constructor for array of shape {len0,len1}.
D2(int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayByte.D2
 
D2(int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayInt.D2
 
D2(int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayLong.D2
Constructor for array of shape {len0,len1}.
D2(int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayShort.D2
 
D2(DataType, Class, boolean, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayObject.D2
Constructor for array of shape {len0,len1}.
D3(int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayBoolean.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayChar.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayComplex.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayDate.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayDouble.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayFloat.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayString.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayByte.D3
 
D3(int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayInt.D3
 
D3(int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayLong.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayShort.D3
 
D3(DataType, Class, boolean, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayObject.D3
Constructor for array of shape {len0,len1,len2}.
D4(int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayBoolean.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayChar.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayComplex.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayDate.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayDouble.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayFloat.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayString.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayByte.D4
 
D4(int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayInt.D4
 
D4(int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayLong.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayShort.D4
 
D4(DataType, Class, boolean, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayObject.D4
Constructor for array of shape {len0,len1,len2,len3}.
D5(int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayBoolean.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayChar.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayComplex.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayDate.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayDouble.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayFloat.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayString.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayByte.D5
 
D5(int, int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayInt.D5
 
D5(int, int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayLong.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayShort.D5
 
D5(DataType, Class, boolean, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayObject.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D6(int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayBoolean.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayChar.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayComplex.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayDate.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayDouble.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayFloat.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayString.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayByte.D6
 
D6(int, int, int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayInt.D6
 
D6(int, int, int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayLong.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayShort.D6
 
D6(DataType, Class, boolean, int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayObject.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D7(int, int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayBoolean.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayChar.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayComplex.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayDate.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayDouble.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayFloat.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayString.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayByte.D7
 
D7(int, int, int, int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayInt.D7
 
D7(int, int, int, int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayLong.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int, boolean) - 类 的构造器org.meteoinfo.ndarray.ArrayShort.D7
 
D7(DataType, Class, boolean, int, int, int, int, int, int, int) - 类 的构造器org.meteoinfo.ndarray.ArrayObject.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
DAP4_LITTLE_ENDIAN - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
dataType - 类 中的变量org.meteoinfo.ndarray.Array
 
DataType - org.meteoinfo.ndarray中的枚举
Type-safe enumeration of data types.
DataType.Signedness - org.meteoinfo.ndarray中的枚举
A property of integral data types that determines whether they can represent both positive and negative numbers (signed), or only non-negative numbers (unsigned).
dataTypeString(DataType) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get data type string
DataTypeUtil - org.meteoinfo.ndarray.util中的类
 
DataTypeUtil() - 类 的构造器org.meteoinfo.ndarray.util.DataTypeUtil
 
DATE - org.meteoinfo.ndarray.DataType
 
decr() - 类 中的方法org.meteoinfo.ndarray.util.Indent
 
delete(Array, int, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Return a new array with sub-arrays along an axis deleted
delete(Array, List<Integer>, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Return a new array with sub-arrays along an axis deleted
DESCRIPTION - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
detectDataType(List<String>, int, DateTimeFormatter) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Detect data type
detectDataType(List<String>, DateTimeFormatter) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Detect data type
diag(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Extract a diagonal or construct a diagonal array.
DimArray - org.meteoinfo.ndarray中的类
 
DimArray() - 类 的构造器org.meteoinfo.ndarray.DimArray
Constructor
DimArray(Array, List<Dimension>) - 类 的构造器org.meteoinfo.ndarray.DimArray
Constructor
Dimension - org.meteoinfo.ndarray中的类
Template
Dimension() - 类 的构造器org.meteoinfo.ndarray.Dimension
Constructor
Dimension(String, int) - 类 的构造器org.meteoinfo.ndarray.Dimension
Constructor
Dimension(String, int, DimensionType) - 类 的构造器org.meteoinfo.ndarray.Dimension
Constructor
Dimension(String, int, DimensionType, double, double, int) - 类 的构造器org.meteoinfo.ndarray.Dimension
Constructor
Dimension(DimensionType) - 类 的构造器org.meteoinfo.ndarray.Dimension
Constructor
DimensionType - org.meteoinfo.ndarray中的枚举
 
div(double, double) - 类 中的静态方法org.meteoinfo.ndarray.util.BigDecimalUtil
Divide
div(double, double, int) - 类 中的静态方法org.meteoinfo.ndarray.util.BigDecimalUtil
Divide
div(Number, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array divide
div(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array divide
div(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array divide
div(Array, Complex) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array divide
div(Complex, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array divide
divide(double) - 类 中的方法org.meteoinfo.ndarray.Complex
 
divide(Complex) - 类 中的方法org.meteoinfo.ndarray.Complex
 
dot(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Matrix multiplication
dot(MAVector) - 类 中的方法org.meteoinfo.ndarray.MAMatrix
Dot product of matrix and vector: return M dot v
dot(MAVector) - 类 中的方法org.meteoinfo.ndarray.MAVector
Dot product of 2 vectors
DOUBLE - org.meteoinfo.ndarray.DataType
 
doubleToNumber(double, DataType) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Convert double to number by data type
doubleToString(double) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Double to string

E

E - org.meteoinfo.ndarray.DimensionType
 
EDU_UCAR_PREFIX - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
element(int) - 类 中的方法org.meteoinfo.ndarray.Range
Get ith element
elementNC(int) - 类 中的方法org.meteoinfo.ndarray.Range
Get ith element; skip checking, for speed.
elementType - 类 中的变量org.meteoinfo.ndarray.ArrayObject
 
empty(List<Integer>, DataType) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get zero array
EMPTY - 类 中的静态变量org.meteoinfo.ndarray.Range
 
EMPTY - 类 中的静态变量org.meteoinfo.ndarray.StructureData
 
ENUM1 - org.meteoinfo.ndarray.DataType
 
ENUM2 - org.meteoinfo.ndarray.DataType
 
ENUM4 - org.meteoinfo.ndarray.DataType
 
equal(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array equal
equal(Array, String) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array equal
equal(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array equal
equals(Object) - 类 中的方法org.meteoinfo.ndarray.Range
Range elements with same first, last, stride are equal.
equals(Object) - 类 中的方法org.meteoinfo.ndarray.Section
Sections with equals Ranges are equal.
equals(Dimension) - 类 中的方法org.meteoinfo.ndarray.Dimension
Determine if two dimensions equals
equivalent(int[]) - 类 中的方法org.meteoinfo.ndarray.Section
Is this section equivilent to the given shape.
exp() - 类 中的方法org.meteoinfo.ndarray.Complex
 
exp(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Exponent function
extendHalfCell(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Extend the grid to half cell, so the grid points are the centers of the cells
extract(double, double, double) - 类 中的方法org.meteoinfo.ndarray.Dimension
Extract dimension
extract(int, int, int) - 类 中的方法org.meteoinfo.ndarray.Dimension
Extract dimension
extract(List<Integer>) - 类 中的方法org.meteoinfo.ndarray.Dimension
Extract dimension
extract(Range) - 类 中的方法org.meteoinfo.ndarray.Dimension
Extract dimension
extractMemberArray(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequence
 
extractMemberArray(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Extract data for one member, over all structures.
eye(int, int, int, DataType) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Return a 2-D array with ones on the diagonal and zeros elsewhere.

F

factory(int[]) - 类 中的静态方法org.meteoinfo.ndarray.Index
Generate a subclass of Index optimized for this array's rank
factory(int[]) - 类 中的静态方法org.meteoinfo.ndarray.Range
已过时。
use Section(int[] shape)
factory(int[], int[]) - 类 中的静态方法org.meteoinfo.ndarray.Range
已过时。
use Section(int[] origin, int[] shape)
factory(Class, int[]) - 类 中的静态方法org.meteoinfo.ndarray.Array
Generate new Array with given type and shape and zeroed storage.
factory(Class, int[], Object) - 类 中的静态方法org.meteoinfo.ndarray.Array
Generate new Array with given type, shape, storage.
factory(Class, Index, Object) - 类 中的静态方法org.meteoinfo.ndarray.Array
Create new array with given type, index, storage.
factory(Object) - 类 中的静态方法org.meteoinfo.ndarray.Array
Generate a new Array from a java array of any rank and type.
factory(ArrayStructureBB, Section) - 类 中的静态方法org.meteoinfo.ndarray.ArrayStructureBBsection
Make a section of an ArrayStructureBB
factory(DataType, int[]) - 类 中的静态方法org.meteoinfo.ndarray.Array
Generate new Array with given type and shape and zeroed storage.
factory(DataType, int[], Object) - 类 中的静态方法org.meteoinfo.ndarray.Array
/** Generate new Array with given type, shape, storage.
factory(DataType, int[], ByteBuffer) - 类 中的静态方法org.meteoinfo.ndarray.Array
Create an Array from a ByteBuffer
factory(DataType, Index, Object) - 类 中的静态方法org.meteoinfo.ndarray.Array
 
factoryConstant(Class, int[], Object) - 类 中的静态方法org.meteoinfo.ndarray.Array
Generate new Array with given type and shape and an Index that always return 0.
factoryMA(ArrayStructureBak) - 类 中的静态方法org.meteoinfo.ndarray.ArrayStructureMA
Turn any ArrayStructure into a ArrayStructureMA
FIELD_ATTS - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
FILE_FORMAT - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
fill(Section, int[]) - 类 中的静态方法org.meteoinfo.ndarray.Section
Return a Section guaranteed to be non null, with no null Ranges, and within the bounds set by shape.
fill_value - 类 中的静态变量org.meteoinfo.ndarray.math.ArrayMath
 
FILL_VALUE - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
find(String) - 类 中的方法org.meteoinfo.ndarray.Section
Find a Range by its name.
findIndices(List<List<Number>>, List<Number>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Find indices
findIndices(List<Array>, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Find indices
findMember(String) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Find a member by its name.
findMember(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Find a member by its name.
findMember(String) - 类 中的方法org.meteoinfo.ndarray.StructureMembers
Find the member by its name.
finish() - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
Call this when you have set all the sequence lengths.
finish() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak.ArrayStructureIterator
 
finish() - 类 中的方法org.meteoinfo.ndarray.SequenceIterator
 
finish() - 接口 中的方法org.meteoinfo.ndarray.StructureDataIterator
Make sure that the iterator is complete, and recover resources.
finish() - 类 中的方法org.meteoinfo.ndarray.StructureDataIteratorLimited
 
finish() - 类 中的方法org.meteoinfo.ndarray.StructureDataIteratorMediated
 
first() - 类 中的方法org.meteoinfo.ndarray.Range
 
FlatIndex - org.meteoinfo.ndarray中的类
 
FlatIndex(Array) - 类 的构造器org.meteoinfo.ndarray.FlatIndex
Constructor
flatNonZero(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Return the flat indices of the elements that are non-zero.
flatten() - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
Flatten the Structures into a 1D array of Structures of length getTotalNumberOfStructures().
flip(int) - 类 中的方法org.meteoinfo.ndarray.Array
Create a new Array using same backing store as this Array, by flipping the index so that it runs from shape[index]-1 to 0.
flip(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Flip array
flip(Array, List<Integer>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Flip array
FLOAT - org.meteoinfo.ndarray.DataType
 
float2Bytes(float, ByteOrder) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Convert float to byte array
floor(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Return the ceiling of the input, element-wise.
floorDiv(Number, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array floor divide
floorDiv(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array floor divide
floorDiv(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array mod
fmax(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Element-wise maximum of array elements, ignores NaNs.
fmin(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Element-wise minimum of array elements, ignores NaNs.
ForbiddenConversionException - org.meteoinfo.ndarray中的异常错误
Thrown for an attempt to make a forbidden conversion on primitive data values, eg boolean to double.
ForbiddenConversionException() - 异常错误 的构造器org.meteoinfo.ndarray.ForbiddenConversionException
 
ForbiddenConversionException(String) - 异常错误 的构造器org.meteoinfo.ndarray.ForbiddenConversionException
 
full(List<Integer>, Object, DataType) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Return a new array of given shape and type, filled with fill value.
full(List<Integer>, Array, DataType) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Return a new array of given shape and type, filled with fill value.
fuzzyEquals(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
Returns true if the specified arrays have the same size, signedness, and approximately equal corresponding elements.

G

get() - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D0
get the value.
get() - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D0
 
get() - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D0
get the value.
get() - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D0
get the value.
get() - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D0
get the value.
get() - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D0
get the value.
get() - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D0
get the value.
get() - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D0
 
get() - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D0
get the value.
get() - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D0
get the value.
get() - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D0
 
get() - 类 中的方法org.meteoinfo.ndarray.ArrayString.D0
get the value.
get(int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D1
get the value.
get(int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D1
 
get(int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D1
get the value.
get(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D1
get the value.
get(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D1
get the value.
get(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D1
get the value.
get(int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D1
get the value.
get(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D1
 
get(int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D1
get the value.
get(int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D1
get the value.
get(int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D1
 
get(int) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D1
get the value.
get(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D2
get the value.
get(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D2
 
get(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D2
get the value.
get(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D2
get the value.
get(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D2
get the value.
get(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D2
get the value.
get(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D2
get the value.
get(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D2
 
get(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D2
get the value.
get(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D2
get the value.
get(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D2
 
get(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D2
get the value.
get(int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D3
get the value.
get(int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D3
 
get(int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D3
get the value.
get(int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D3
get the value.
get(int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D3
get the value.
get(int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D3
get the value.
get(int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D3
get the value.
get(int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D3
 
get(int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D3
get the value.
get(int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D3
get the value.
get(int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D3
 
get(int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D3
get the value.
get(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D4
get the value.
get(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D4
 
get(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D4
get the value.
get(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D4
get the value.
get(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D4
get the value.
get(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D4
get the value.
get(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D4
get the value.
get(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D4
 
get(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D4
get the value.
get(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D4
get the value.
get(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D4
 
get(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D4
get the value.
get(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D5
get the value.
get(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D5
 
get(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D5
get the value.
get(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D5
get the value.
get(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D5
get the value.
get(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D5
get the value.
get(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D5
get the value.
get(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D5
 
get(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D5
get the value.
get(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D5
get the value.
get(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D5
 
get(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D5
get the value.
get(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D6
get the value.
get(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D6
 
get(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D6
get the value.
get(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D6
get the value.
get(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D6
get the value.
get(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D6
get the value.
get(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D6
get the value.
get(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D6
 
get(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D6
get the value.
get(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D6
get the value.
get(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D6
 
get(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D6
get the value.
get(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D7
get the value.
get(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D7
 
get(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D7
get the value.
get(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D7
get the value.
get(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D7
get the value.
get(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D7
get the value.
get(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D7
get the value.
get(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D7
 
get(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D7
get the value.
get(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D7
get the value.
get(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D7
 
get(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D7
get the value.
get(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
get the value at the specified index.
get(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
get the value at the specified index.
get(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
get the value at the specified index.
get(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
get the value at the specified index.
get(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
get the value at the specified index.
get(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
get the value at the specified index.
get(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
get the value at the specified index.
get(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
Get the value at the specified index.
get(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
get the value at the specified index.
get(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
Get the value at the specified index.
get(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
get the value at the specified index.
get1DJavaArray(Class) - 类 中的方法org.meteoinfo.ndarray.Array
This gets the equivalent java array of the wanted type, in correct order.
getArray() - 类 中的方法org.meteoinfo.ndarray.DimArray
Get array
getArray(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of any type for a specific record as an Array.
getArray(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getArray(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getArray(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data array of any type as an Array.
getArray(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data array of any type as an Array.
getArray(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
 
getArray(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getArray(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getArray(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get member data array of any type as an Array.
getArrayObject() - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
Get array object - NetCDF array object
getArrayObject(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of type ArrayObject
getArraySequence(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of type ArraySequence
getArraySequence(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getArraySequence(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getArraySequence(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get ArraySequence for a member of type Sequence.
getArraySequence(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get ArraySequence for a member of type Sequence.
getArraySequence(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
 
getArraySequence(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getArraySequence(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getArraySequence(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
 
getArrayStructure() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak.ArrayStructureIterator
 
getArrayStructure(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getArrayStructure(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of type array of Structure.
getArrayStructure(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getArrayStructure(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getArrayStructure(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type Structure.
getArrayStructure(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get ArrayStructure for a member of type Structure.
getArrayStructure(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
 
getArrayStructure(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getArrayStructure(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getArrayStructure(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get member data of type Structure.
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.Array
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getBoolean(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.Array
Get the array element at the current element of ima, as a boolean.
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
not legal, throw ForbiddenConversionException
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
not legal, throw ForbiddenConversionException
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
not legal, throw ForbiddenConversionException
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
not legal, throw ForbiddenConversionException
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
not legal, throw ForbiddenConversionException
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
not legal, throw ForbiddenConversionException
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
not legal, throw ForbiddenConversionException
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
not legal, throw ForbiddenConversionException
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
not legal, throw ForbiddenConversionException
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getBoolean(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
getBooleanCurrent() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get current value as a boolean
getBooleanCurrent() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getBooleanCurrent() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getBooleanCurrent() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getBooleanNext() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get next value as a boolean
getBooleanNext() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getBooleanNext() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getBooleanNext() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.Array
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getByte(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.Array
Get the array element at the current element of ima, as a byte.
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getByte(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
getByteBuffer() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
Return backing storage as a ByteBuffer
getByteCurrent() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get current value as a byte
getByteCurrent() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getByteCurrent() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getByteCurrent() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getByteNext() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get next value as a byte
getByteNext() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getByteNext() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getByteNext() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.Array
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getChar(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.Array
Get the array element at the current element of ima, as a char.
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getChar(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
getCharCurrent() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get current value as a char
getCharCurrent() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getCharCurrent() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getCharCurrent() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getCharNext() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get next value as a char
getCharNext() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getCharNext() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getCharNext() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getClassType() - 枚举 中的方法org.meteoinfo.ndarray.DataType
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.Array
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getComplex(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.Array
Get the array element at the current element of ima, as a complex.
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
not legal, throw ForbiddenConversionException
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
not legal, throw ForbiddenConversionException
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
not legal, throw ForbiddenConversionException
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
not legal, throw ForbiddenConversionException
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
not legal, throw ForbiddenConversionException
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
not legal, throw ForbiddenConversionException
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
not legal, throw ForbiddenConversionException
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
not legal, throw ForbiddenConversionException
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
not legal, throw ForbiddenConversionException
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
not legal, throw ForbiddenConversionException
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
not legal, throw ForbiddenConversionException
getComplex(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
not legal, throw ForbiddenConversionException
getComplexCurrent() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get current value as a complex
getComplexCurrent() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getComplexCurrent() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getComplexCurrent() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getComplexNext() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get next value as a complex
getComplexNext() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getComplexNext() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getComplexNext() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getCurrentCounter() - 类 中的方法org.meteoinfo.ndarray.Index
Get the current counter.
getCurrentCounter() - 类 中的方法org.meteoinfo.ndarray.Index1D
 
getCurrentCounter() - 类 中的方法org.meteoinfo.ndarray.Index2D
 
getCurrentCounter() - 类 中的方法org.meteoinfo.ndarray.Index3D
 
getCurrentCounter() - 类 中的方法org.meteoinfo.ndarray.Index4D
 
getCurrentCounter() - 类 中的方法org.meteoinfo.ndarray.Index5D
 
getCurrentCounter() - 类 中的方法org.meteoinfo.ndarray.Index6D
 
getCurrentCounter() - 类 中的方法org.meteoinfo.ndarray.Index7D
 
getCurrentCounter() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get the current counter, use for debugging
getCurrentCounter() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getCurrentCounter() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getCurrentCounter() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getCurrentRecno() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak.ArrayStructureIterator
 
getCurrentRecno() - 类 中的方法org.meteoinfo.ndarray.SequenceIterator
 
getCurrentRecno() - 接口 中的方法org.meteoinfo.ndarray.StructureDataIterator
 
getCurrentRecno() - 类 中的方法org.meteoinfo.ndarray.StructureDataIteratorLimited
 
getCurrentRecno() - 类 中的方法org.meteoinfo.ndarray.StructureDataIteratorMediated
 
getDataArray() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Get the data array, if any.
getDataAsByteBuffer() - 类 中的方法org.meteoinfo.ndarray.Array
This gets the data as a ByteBuffer, in correct order.
getDataAsByteBuffer() - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getDataAsByteBuffer() - 类 中的方法org.meteoinfo.ndarray.ArrayChar
Trasfer data to a ByteBuffer.
getDataAsByteBuffer() - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getDataAsByteBuffer() - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getDataAsByteBuffer() - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getDataAsByteBuffer() - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getDataAsByteBuffer() - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getDataAsByteBuffer() - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getDataAsByteBuffer() - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getDataAsByteBuffer() - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getDataAsByteBuffer(int, ByteOrder) - 类 中的方法org.meteoinfo.ndarray.Array
 
getDataAsByteBuffer(ByteOrder) - 类 中的方法org.meteoinfo.ndarray.Array
 
getDataAsByteBuffer(ByteOrder) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getDataAsByteBuffer(ByteOrder) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getDataAsByteBuffer(ByteOrder) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getDataAsByteBuffer(ByteOrder) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getDataObject() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Get an opaque data object, for use behind the scenes.
getDataParam() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Get the data parameter value, for use behind the scenes.
getDataType() - 类 中的方法org.meteoinfo.ndarray.Array
Return the computed datatype for this array
getDataType() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Get the DataType.
getDataType(Object) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Get data type
getDataType(String) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Get data type
getDate(int) - 类 中的方法org.meteoinfo.ndarray.Array
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getDate(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.Array
Get the array element at the current element of ima, as a LocalDateTime.
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getDate(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getDateCurrent() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get current value as a LocalDateTime
getDateCurrent() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getDateCurrent() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getDateCurrent() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getDateFormat(String) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Get date format string
getDateNext() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get next value as a LocalDateTime
getDateNext() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getDateNext() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getDateNext() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getDeltaValue() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get delta value
getDescription() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Get the description, if any.
getDimArray() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get dimension value array
getDimension(int) - 类 中的方法org.meteoinfo.ndarray.DimArray
Get a dimension by index
getDimensions() - 类 中的方法org.meteoinfo.ndarray.DimArray
Get dimensions
getDimId() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get dimension identifer
getDimIndex(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get value index in a dimension array
getDimNum() - 类 中的方法org.meteoinfo.ndarray.DimArray
Get dimension number
getDimType() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get dimension type
getDimValue() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get dimension values
getDimValue(int) - 类 中的方法org.meteoinfo.ndarray.Dimension
Get dimension value by index
getDimValue(int, int) - 类 中的方法org.meteoinfo.ndarray.DimArray
Get dimension value
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.Array
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getDouble(int) - 类 中的方法org.meteoinfo.ndarray.MAVector
 
getDouble(int, int) - 类 中的方法org.meteoinfo.ndarray.MAMatrix
 
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.Array
Get the array element at the current element of ima, as a double.
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getDouble(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
getDoubleCurrent() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get current value as a double
getDoubleCurrent() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getDoubleCurrent() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getDoubleCurrent() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getDoubleNext() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get next value as a double
getDoubleNext() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getDoubleNext() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getDoubleNext() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getElementType() - 类 中的方法org.meteoinfo.ndarray.Array
Get the element class type of this Array
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
Return the element class type
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayByte
Return the element class type
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayChar
Return the element class type
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
Return the element class type
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayDate
Return the element class type
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
Return the element class type
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
Return the element class type
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayInt
Return the element class type
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayLong
Return the element class type
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayObject
Return the element class type
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArraySequence
n
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayShort
Return the element class type
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayString
Return the element class type
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getElementType() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getFirstInInterval(int) - 类 中的方法org.meteoinfo.ndarray.Range
Find the first element in a strided array after some index start.
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.Array
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getFloat(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.Array
Get the array element at the current element of ima, as a float.
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getFloat(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
getFloatCurrent() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get current value as a float
getFloatCurrent() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getFloatCurrent() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getFloatCurrent() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getFloatNext() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get next value as a float
getFloatNext() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getFloatNext() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getFloatNext() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getFullName() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
 
getHeap() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
DO NOT MODIFY
getIF() - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D3
 
getIF() - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D3
 
getIF() - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D3
 
getIndex() - 类 中的方法org.meteoinfo.ndarray.Array
Get an Index object used for indexed access of this Array.
getIndexIterator() - 类 中的方法org.meteoinfo.ndarray.Array
Get an index iterator for traversing the array in canonical order.
getIndexIteratorFast() - 类 中的方法org.meteoinfo.ndarray.Array
已过时。
use getIndexIterator
getIndexPrivate() - 类 中的方法org.meteoinfo.ndarray.Array
Get an Index object used for indexed access of this Array.
getInt(int) - 类 中的方法org.meteoinfo.ndarray.Array
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getInt(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.Array
Get the array element at the current element of ima, as a int.
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getInt(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
getIntCurrent() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get current value as a int
getIntCurrent() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getIntCurrent() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getIntCurrent() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getIntNext() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get next value as a int
getIntNext() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getIntNext() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getIntNext() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getIterator() - 类 中的方法org.meteoinfo.ndarray.Range
Iterate over Range index Usage:
getIterator(int[]) - 类 中的方法org.meteoinfo.ndarray.Section
Iterate over a section, returning the index in an equivalent 1D array of shape[], and optionally the corresponding index[n] So this is a section in a (possibly) larger array described by shape[].
getJavaArrayByte(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getJavaArrayByte(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of type byte as a 1D array.
getJavaArrayByte(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getJavaArrayByte(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getJavaArrayByte(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java byte array for a member of type byte.
getJavaArrayByte(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java byte array for a member of type byte.
getJavaArrayByte(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
Get member data of type byte array.
getJavaArrayByte(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getJavaArrayByte(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getJavaArrayByte(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get java byte array for a member of type byte.
getJavaArrayChar(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getJavaArrayChar(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of type char as a 1D array.
getJavaArrayChar(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getJavaArrayChar(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getJavaArrayChar(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java char array for a member of type char.
getJavaArrayChar(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java char array for a member of type char.
getJavaArrayChar(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
Get member data of type char array.
getJavaArrayChar(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getJavaArrayChar(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getJavaArrayChar(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get java char array for a member of type char.
getJavaArrayDouble(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getJavaArrayDouble(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of type double as a 1D array.
getJavaArrayDouble(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getJavaArrayDouble(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getJavaArrayDouble(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java double array for a member of type double.
getJavaArrayDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java double array for a member of type double.
getJavaArrayDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
 
getJavaArrayDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getJavaArrayDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getJavaArrayDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get java double array for a member of type double.
getJavaArrayFloat(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getJavaArrayFloat(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of type float as a 1D array.
getJavaArrayFloat(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getJavaArrayFloat(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getJavaArrayFloat(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java float array for a member of type float.
getJavaArrayFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java float array for a member of type float.
getJavaArrayFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
Get member data of type float array.
getJavaArrayFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getJavaArrayFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getJavaArrayFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get java float array for a member of type float.
getJavaArrayInt(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getJavaArrayInt(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of type int as a 1D array.
getJavaArrayInt(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getJavaArrayInt(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getJavaArrayInt(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java int array for a member of type int.
getJavaArrayInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java int array for a member of type int.
getJavaArrayInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
Get member data of type int array.
getJavaArrayInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getJavaArrayInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getJavaArrayInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get java int array for a member of type int.
getJavaArrayLong(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getJavaArrayLong(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of type long as a 1D array.
getJavaArrayLong(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getJavaArrayLong(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getJavaArrayLong(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java long array for a member of type long.
getJavaArrayLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java long array for a member of type long.
getJavaArrayLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
Get member data of type long array.
getJavaArrayLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getJavaArrayLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getJavaArrayLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get java long array for a member of type long.
getJavaArrayShort(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getJavaArrayShort(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of type short as a 1D array.
getJavaArrayShort(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getJavaArrayShort(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getJavaArrayShort(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java short array for a member of type short.
getJavaArrayShort(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java short array for a member of type short.
getJavaArrayShort(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
Get member data of type short array.
getJavaArrayShort(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getJavaArrayShort(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getJavaArrayShort(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get java short array for a member of type short.
getJavaArrayString(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getJavaArrayString(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of type String as a 1D array.
getJavaArrayString(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getJavaArrayString(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getJavaArrayString(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java String array for a member of type String.
getJavaArrayString(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get java array of Strings for a member of type char or String.
getJavaArrayString(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
 
getJavaArrayString(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getJavaArrayString(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getJavaArrayString(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
 
getLength() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get length
getList(Iterable) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.Array
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getLong(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.Array
Get the array element at the current element of ima, as a long.
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getLong(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
getLongCurrent() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get current value as a long
getLongCurrent() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getLongCurrent() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getLongCurrent() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getLongNext() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get next value as a long
getLongNext() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getLongNext() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getLongNext() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getMaximum(Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
 
getMaximum(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Get maximum value
getMaximum(Array, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Get maximum value
getMaximumSkipMissingData(Array, double) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
 
getMaxValue() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get maximum dimension value
getMember(int) - 类 中的方法org.meteoinfo.ndarray.StructureMembers
Get the index-th member
getMemberNames() - 类 中的方法org.meteoinfo.ndarray.StructureMembers
Get the names of the members.
getMembers() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get a list of structure members.
getMembers() - 类 中的方法org.meteoinfo.ndarray.StructureData
 
getMembers() - 类 中的方法org.meteoinfo.ndarray.StructureMembers
Get the list of Member objects.
getMinimum(Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
 
getMinimum(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Get minimum value
getMinimum(Array, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Get minimum value
getMinimumSkipMissingData(Array, double) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
 
getMinMax(Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
Find min and max value in this array, getting values as doubles.
getMinMaxSkipMissingData(Array, double) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
 
getMinMaxSkipMissingData(Array, IsMissingEvaluator) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
 
getMinValue() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get minimum dimension value
getName() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get short name
getName() - 类 中的方法org.meteoinfo.ndarray.Range
Get name
getName() - 类 中的方法org.meteoinfo.ndarray.StructureData
 
getName() - 类 中的方法org.meteoinfo.ndarray.StructureMembers
Get the name.
getName() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Get the short name.
getNcols() - 类 中的方法org.meteoinfo.ndarray.MAMatrix
 
getNelems() - 类 中的方法org.meteoinfo.ndarray.MAVector
 
getNext() - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D3.IF
 
getNext() - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D3.IF
 
getNext() - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D3.IF
 
getNrows() - 类 中的方法org.meteoinfo.ndarray.MAMatrix
 
getNumber() - 枚举 中的方法org.meteoinfo.ndarray.DataType
Returns A unique number for each of the different built-in types.
getNumElems() - 类 中的方法org.meteoinfo.ndarray.ArrayChar.StringIterator
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.Array
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getObject(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get the index-th StructureData of this ArrayStructure.
getObject(int) - 类 中的方法org.meteoinfo.ndarray.FlatIndex
Get object
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.Array
Get the array element at index as an Object.
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getObject(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get the index-th StructureData of this ArrayStructure.
getObjectCurrent() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get current value as a Object
getObjectCurrent() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getObjectCurrent() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getObjectCurrent() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getObjectNext() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get next value as an Object
getObjectNext() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getObjectNext() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getObjectNext() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getOrigin() - 类 中的方法org.meteoinfo.ndarray.Section
Get origin array using the Range.first() values.
getOrigin(int) - 类 中的方法org.meteoinfo.ndarray.Section
Get origin of the ith Range
getOrigin(List) - 类 中的静态方法org.meteoinfo.ndarray.Range
已过时。
use Section.getOrigin()
getOriginalStructureData() - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getPrimitiveClassType() - 枚举 中的方法org.meteoinfo.ndarray.DataType
The primitive class type: char, byte, float, double, short, int, long, boolean, String, StructureData, StructureDataIterator, ByteBuffer.
getProtocols(String) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
Return the set of leading protocols for a url; may be more than one.
getR(List<Number>, List<Number>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Get correlation coefficient How well did the forecast values correspond to the observed values?
getR(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Get correlation coefficient How well did the forecast values correspond to the observed values?
getRange(int) - 类 中的方法org.meteoinfo.ndarray.Section
Get the ith Range
getRangeIterator(List<Range>) - 类 中的方法org.meteoinfo.ndarray.Array
Get an index iterator for traversing a section of the array in canonical order.
getRanges() - 类 中的方法org.meteoinfo.ndarray.Section
Get the list of Ranges.
getRank() - 类 中的方法org.meteoinfo.ndarray.Array
Get the number of dimensions of the array.
getRank() - 类 中的方法org.meteoinfo.ndarray.Index
Get the number of dimensions in the array.
getRank() - 类 中的方法org.meteoinfo.ndarray.Section
Get rank - number of Ranges.
getResultIndex() - 类 中的方法org.meteoinfo.ndarray.Section.Iterator
Get the current index in the result array, ie in this section
getScalarByte(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getScalarByte(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get scalar member data of type byte.
getScalarByte(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getScalarByte(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getScalarByte(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type byte.
getScalarByte(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type byte.
getScalarByte(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
Get member data of type byte.
getScalarByte(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getScalarByte(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getScalarByte(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get member data of type byte.
getScalarChar(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getScalarChar(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get scalar member data of type char.
getScalarChar(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getScalarChar(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getScalarChar(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type char.
getScalarChar(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type char.
getScalarChar(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
Get member data of type char.
getScalarChar(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getScalarChar(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getScalarChar(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get member data of type char.
getScalarDouble(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getScalarDouble(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get scalar member data of type double.
getScalarDouble(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getScalarDouble(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getScalarDouble(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type double.
getScalarDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type double.
getScalarDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
 
getScalarDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getScalarDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getScalarDouble(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get member data of type double.
getScalarFloat(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getScalarFloat(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get scalar member data of type float.
getScalarFloat(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getScalarFloat(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getScalarFloat(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type float.
getScalarFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type float.
getScalarFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
Get member data of type float.
getScalarFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getScalarFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getScalarFloat(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get member data of type float.
getScalarInt(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getScalarInt(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get scalar member data of type int.
getScalarInt(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getScalarInt(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getScalarInt(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type int.
getScalarInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type int.
getScalarInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
Get member data of type int.
getScalarInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getScalarInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getScalarInt(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get member data of type int.
getScalarLong(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getScalarLong(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get scalar member data of type long.
getScalarLong(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getScalarLong(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getScalarLong(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type long.
getScalarLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type long.
getScalarLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
Get member data of type long.
getScalarLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getScalarLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getScalarLong(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get member data of type long.
getScalarObject(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data array of any type as an Object, eg, Float, Double, String, StructureData etc.
getScalarObject(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data array of any type as an Object, eg, Float, Double, String etc.
getScalarObject(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data array of any type as an Object, eg, Float, Double, String etc.
getScalarObject(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getScalarObject(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getScalarShort(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getScalarShort(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get scalar member data of type short.
getScalarShort(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getScalarShort(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getScalarShort(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type short.
getScalarShort(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type short.
getScalarShort(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
Get member data of type short.
getScalarShort(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getScalarShort(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getScalarShort(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get member data of type short.
getScalarString(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getScalarString(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of type String or char.
getScalarString(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getScalarString(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getScalarString(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get String value, from rank 0 String or rank 1 char member array.
getScalarString(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get String value, from rank 0 String or rank 1 char member array.
getScalarString(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
Get member data of type String or 1D char.
getScalarString(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getScalarString(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getScalarString(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get String value, from rank 0 String or rank 1 char member array.
getScalarStructure(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getScalarStructure(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get member data of type Structure.
getScalarStructure(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
getScalarStructure(int, StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
getScalarStructure(String) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type Structure.
getScalarStructure(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureData
Get member data of type Structure.
getScalarStructure(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
 
getScalarStructure(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataComposite
 
getScalarStructure(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataProxy
 
getScalarStructure(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
Get member data of type Structure.
getSequenceLength(int) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
Get the length of the ith sequence.
getSequenceOffset(int) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
Get the the starting index of the ith sequence.
getShape() - 类 中的方法org.meteoinfo.ndarray.Array
Get the shape: length of array in each dimension.
getShape() - 类 中的方法org.meteoinfo.ndarray.Index
Get the shape: length of array in each dimension.
getShape() - 类 中的方法org.meteoinfo.ndarray.Section
Get shape array using the Range.length() values.
getShape() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Get the array shape.
getShape(int) - 类 中的方法org.meteoinfo.ndarray.Index
Get the length of the ith dimension.
getShape(int) - 类 中的方法org.meteoinfo.ndarray.Section
Get length of the ith Range
getShape(List) - 类 中的静态方法org.meteoinfo.ndarray.Range
已过时。
use Section.getShape()
getShort(int) - 类 中的方法org.meteoinfo.ndarray.Array
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getShort(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.Array
Get the array element at the current element of ima, as a short.
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getShort(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
getShortCurrent() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get current value as a short
getShortCurrent() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getShortCurrent() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getShortCurrent() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getShortName() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get short name
getShortNext() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get next value as a short
getShortNext() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getShortNext() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getShortNext() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getSignedness() - 枚举 中的方法org.meteoinfo.ndarray.DataType
Returns the signedness of this data type.
getSize() - 类 中的方法org.meteoinfo.ndarray.Array
Get the total number of elements in the array.
getSize() - 枚举 中的方法org.meteoinfo.ndarray.DataType
Size in bytes of one element of this data type.
getSize() - 类 中的方法org.meteoinfo.ndarray.DimArray
Get array size
getSize() - 类 中的方法org.meteoinfo.ndarray.Index
Get the total number of elements in the array.
getSize() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Get the total number of elements.
getSize(Iterable) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
getSizeBytes() - 类 中的方法org.meteoinfo.ndarray.Array
Get the total number of bytes in the array.
getSizeBytes() - 类 中的方法org.meteoinfo.ndarray.ArraySequence
 
getSizeBytes() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getSizeBytes() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Get the total size in bytes.
getStorage() - 类 中的方法org.meteoinfo.ndarray.Array
Get underlying primitive array storage.
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayObject
Get underlying primitive array storage.
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getStorage() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getStride() - 类 中的方法org.meteoinfo.ndarray.Section
Get stride array using the Range.stride() values.
getStride(int) - 类 中的方法org.meteoinfo.ndarray.Section
Get stride of the ith Range
getString() - 类 中的方法org.meteoinfo.ndarray.ArrayChar
Create a String out of this rank one ArrayChar object.
getString(int) - 类 中的方法org.meteoinfo.ndarray.Array
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
Create a String out of this rank two ArrayChar object.
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
getString(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getString(ArrayChar, String) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get string from a char array
getString(Index) - 类 中的方法org.meteoinfo.ndarray.Array
Get the array element at the current element of ima, as a string.
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
not legal, throw ForbiddenConversionException
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
Create a String out of this ArrayChar object.
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
not legal, throw ForbiddenConversionException
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
not legal, throw ForbiddenConversionException
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
not legal, throw ForbiddenConversionException
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
not legal, throw ForbiddenConversionException
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
not legal, throw ForbiddenConversionException
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
not legal, throw ForbiddenConversionException
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
not legal, throw ForbiddenConversionException
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
not legal, throw ForbiddenConversionException
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
not legal, throw ForbiddenConversionException
getString(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
not legal, throw ForbiddenConversionException
getStringCurrent() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get current value as a string
getStringCurrent() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getStringCurrent() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getStringCurrent() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getStringIterator() - 类 中的方法org.meteoinfo.ndarray.ArrayChar
Treat this Variable as an array of Strings, and iterate over all the strings in the array.
getStringNext() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get next value as a string
getStringNext() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
getStringNext() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
getStringNext() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
getStructureData(int) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getStructureData(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get the index-th StructureData of this ArrayStructure.
getStructureData(Index) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get the index-th StructureData of this ArrayStructure.
getStructureDataCount() - 类 中的方法org.meteoinfo.ndarray.ArraySequence
 
getStructureDataIterator() - 类 中的方法org.meteoinfo.ndarray.ArraySequence
 
getStructureDataIterator() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
getStructureMemberNames() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get a list structure member names.
getStructureMembers() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get the StructureMembers object.
getStructureMembers() - 类 中的方法org.meteoinfo.ndarray.StructureData
 
getStructureMembers() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
 
getStructureSize() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Get the size of each StructureData object in bytes.
getStructureSize() - 类 中的方法org.meteoinfo.ndarray.StructureMembers
Get the total size of the Structure in bytes.
getTestdataDirPath() - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
getTotalNumberOfStructures() - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
getType(Class) - 枚举 中的静态方法org.meteoinfo.ndarray.DataType
Find the DataType that matches this class.
getType(Class, boolean) - 枚举 中的静态方法org.meteoinfo.ndarray.DataType
Find the DataType that matches this class.
getType(String) - 枚举 中的静态方法org.meteoinfo.ndarray.DataType
Find the DataType that matches this name.
getUnitsString() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Get the units string, if any.
getValue(int) - 类 中的方法org.meteoinfo.ndarray.DimArray
Get array value by index
getValueIndex(double) - 类 中的方法org.meteoinfo.ndarray.Dimension
Get value index
getValues() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get dimension value array
getVlenRank() - 类 中的方法org.meteoinfo.ndarray.Section
Get rank excluding vlens.
greaterThan(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array greater than
greaterThan(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array greater than
greaterThanOrEqual(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array greater than or equal
greaterThanOrEqual(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array greater than or equal
gridIndex(double[][], double[][], double, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get grid array x/y value index
gridIndex(Array, Array, double, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get grid array x/y value index

H

hashCode() - 类 中的方法org.meteoinfo.ndarray.Range
Override Object.hashCode() to implement equals.
hashCode() - 类 中的方法org.meteoinfo.ndarray.Section
Override Object.hashCode() to agree with equals.
hasMissing() - 接口 中的方法org.meteoinfo.ndarray.IsMissingEvaluator
true if there may be missing data
hasMore(int) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
hasNext() - 类 中的方法org.meteoinfo.ndarray.Array
Check if more elements in the local iterator.
hasNext() - 类 中的方法org.meteoinfo.ndarray.ArrayChar.StringIterator
 
hasNext() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak.ArrayStructureIterator
 
hasNext() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Return true if there are more elements in the iteration.
hasNext() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
hasNext() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
hasNext() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
hasNext() - 类 中的方法org.meteoinfo.ndarray.Range.Iterator
 
hasNext() - 类 中的方法org.meteoinfo.ndarray.Section.Iterator
Return true if there are more elements
hasNext() - 类 中的方法org.meteoinfo.ndarray.SequenceIterator
 
hasNext() - 接口 中的方法org.meteoinfo.ndarray.StructureDataIterator
See if theres more StructureData in the iteration.
hasNext() - 类 中的方法org.meteoinfo.ndarray.StructureDataIteratorLimited
 
hasNext() - 类 中的方法org.meteoinfo.ndarray.StructureDataIteratorMediated
 
hasNext(int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D3.IF
 
hasNext(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D3.IF
 
hasNext(int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D3.IF
 
hasvlen - 类 中的变量org.meteoinfo.ndarray.Index
 
hcurl(Array, Array, List<Number>, List<Number>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Calculates the vertical component of the curl (ie, vorticity)
hcurl(Array, Array, Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Calculates the vertical component of the curl (ie, vorticity)
hdivg(Array, Array, List<Number>, List<Number>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Calculates the horizontal divergence using finite differencing
hdivg(Array, Array, Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Calculates the horizontal divergence using finite differencing
hideMember(StructureMembers.Member) - 类 中的方法org.meteoinfo.ndarray.StructureMembers
Remove the given member
histogram(Array, double[]) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Histogram x/y array
histogram(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Histogram x/y array
histogram(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Histogram x/y array
HISTORY - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
howClose(double, double) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 

I

identity(int, DataType) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Return the identity array - a square array with ones on the main diagonal.
IF() - 类 的构造器org.meteoinfo.ndarray.ArrayComplex.D3.IF
 
IF() - 类 的构造器org.meteoinfo.ndarray.ArrayDate.D3.IF
 
IF() - 类 的构造器org.meteoinfo.ndarray.ArrayDouble.D3.IF
 
incr() - 类 中的方法org.meteoinfo.ndarray.Index
Increment the current element by 1.
incr() - 类 中的方法org.meteoinfo.ndarray.Index0D
 
incr() - 类 中的方法org.meteoinfo.ndarray.Index1D
 
incr() - 类 中的方法org.meteoinfo.ndarray.Index2D
 
incr() - 类 中的方法org.meteoinfo.ndarray.Index3D
 
incr() - 类 中的方法org.meteoinfo.ndarray.Index4D
 
incr() - 类 中的方法org.meteoinfo.ndarray.Index5D
 
incr() - 类 中的方法org.meteoinfo.ndarray.Index6D
 
incr() - 类 中的方法org.meteoinfo.ndarray.Index7D
 
incr() - 类 中的方法org.meteoinfo.ndarray.util.Indent
 
Indent - org.meteoinfo.ndarray.util中的类
Maintains indentation level for printing nested structures.
Indent(int) - 类 的构造器org.meteoinfo.ndarray.util.Indent
 
index(int) - 类 中的方法org.meteoinfo.ndarray.Range
Get the index for this element: inverse of element
Index - org.meteoinfo.ndarray中的类
Indexes for Multidimensional arrays.
Index(int) - 类 的构造器org.meteoinfo.ndarray.Index
General case Index - use when you want to manipulate current elements yourself
Index(int[]) - 类 的构造器org.meteoinfo.ndarray.Index
Constructor for subclasses only.
Index(int[], int[]) - 类 的构造器org.meteoinfo.ndarray.Index
Constructor that lets you set the strides yourself.
Index0D - org.meteoinfo.ndarray中的类
Specialization of Index for rank 0 arrays, ie scalars.
Index0D(int[]) - 类 的构造器org.meteoinfo.ndarray.Index0D
 
Index1D - org.meteoinfo.ndarray中的类
Specialization of Index for rank 1 arrays.
Index1D(int[]) - 类 的构造器org.meteoinfo.ndarray.Index1D
 
Index2D - org.meteoinfo.ndarray中的类
Specialization of Index for rank 2 arrays.
Index2D(int[]) - 类 的构造器org.meteoinfo.ndarray.Index2D
 
Index3D - org.meteoinfo.ndarray中的类
Specialization of Index for rank 3 arrays.
Index3D(int[]) - 类 的构造器org.meteoinfo.ndarray.Index3D
 
Index4D - org.meteoinfo.ndarray中的类
Specialization of Index for rank 4 arrays.
Index4D(int[]) - 类 的构造器org.meteoinfo.ndarray.Index4D
 
Index5D - org.meteoinfo.ndarray中的类
Specialization of Index for rank 5 arrays.
Index5D(int[]) - 类 的构造器org.meteoinfo.ndarray.Index5D
 
Index6D - org.meteoinfo.ndarray中的类
Specialization of Index for rank 6 arrays.
Index6D(int[]) - 类 的构造器org.meteoinfo.ndarray.Index6D
 
Index7D - org.meteoinfo.ndarray中的类
Specialization of Index for rank 7 arrays.
Index7D(int[]) - 类 的构造器org.meteoinfo.ndarray.Index7D
 
indexCalc - 类 中的变量org.meteoinfo.ndarray.Array
 
IndexConstant - org.meteoinfo.ndarray中的类
An Index into an Array that always returns 0.
IndexConstant(int) - 类 的构造器org.meteoinfo.ndarray.IndexConstant
 
IndexConstant(int[]) - 类 的构造器org.meteoinfo.ndarray.IndexConstant
 
IndexConstant(int[], int[]) - 类 的构造器org.meteoinfo.ndarray.IndexConstant
 
IndexIterator - org.meteoinfo.ndarray中的接口
Iteration through each element of an Array in "canonical order".
insertRange(int, Range) - 类 中的方法org.meteoinfo.ndarray.Section
Insert a range at the specified index in the list.
INT - org.meteoinfo.ndarray.DataType
 
interpn(List<Array>, Array, List<Array>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Multidimensional interpolation on regular grids.
interpn(List<Array>, Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Multidimensional interpolation on regular grids.
interpn_s(List<List<Number>>, Array, List<Number>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Multidimensional interpolation on regular grids.
interpn_s(List<Array>, Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Multidimensional interpolation on regular grids.
interpolate(Array, List<Number>, List<Number>) - 类 中的方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate array data
interpolate_1d(double, Array, Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolates data with any shape over a specified axis.
interpolate_1d(Array, Array, Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolates data with any shape over a specified axis.
interpolation_Inside(List<Number>, List<Number>, Array, List<Number>, List<Number>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate with inside method - The grid cell value is the average value of the inside points or fill value if no inside point.
interpolation_Inside_Count(List<Number>, List<Number>, List<Number>, List<Number>, boolean, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate with inside method - The grid cell value is the count number of the inside points or fill value if no inside point.
interpolation_Inside_Max(List<Number>, List<Number>, Array, List<Number>, List<Number>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate with inside method - The grid cell value is the maximum value of the inside points or fill value if no inside point.
interpolation_Inside_Mean(Array, Array, Array, Array, Array, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate with inside method - The grid cell value is the average value of the inside points or fill value if no inside point.
interpolation_Inside_Min(List<Number>, List<Number>, Array, List<Number>, List<Number>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate with inside method - The grid cell value is the minimum value of the inside points or fill value if no inside point.
interpolation_Nearest_1(List<Number>, List<Number>, Array, List<Number>, List<Number>, double, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate with nearest method
interpolation_Nearest_bak(List<Number>, List<Number>, Array, List<Number>, List<Number>, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate with nearest method
intersect(Range) - 类 中的方法org.meteoinfo.ndarray.Range
Create a new Range by intersecting with a Range using same interval as this Range.
intersect(Section) - 类 中的方法org.meteoinfo.ndarray.Section
Create a new Section by intersection with another Section
intersects(Range) - 类 中的方法org.meteoinfo.ndarray.Range
Determine if a given Range intersects this one.
intersects(Section) - 类 中的方法org.meteoinfo.ndarray.Section
See if this Section intersects with another Section. ignores strides
InvalidRangeException - org.meteoinfo.ndarray中的异常错误
Thrown if an attempt is made to use an invalid Range to index an array.
InvalidRangeException() - 异常错误 的构造器org.meteoinfo.ndarray.InvalidRangeException
 
InvalidRangeException(String) - 异常错误 的构造器org.meteoinfo.ndarray.InvalidRangeException
 
inValues(Array, List) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Return the array with the value of 1 when the input array element value in the list b, otherwise set value as 0.
isBoolean() - 枚举 中的方法org.meteoinfo.ndarray.DataType
Is Boolean
isBoolean(String) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Check a string is boolean or not
isClose(Number, Number, double, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Returns a boolean where two number are equal within a tolerance.
isClose(Number, Number, double, double, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Returns a boolean where two number are equal within a tolerance.
isClose(Array, Array, double, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Returns a boolean array where two arrays are element-wise equal within a tolerance.
isClose(Array, Array, double, double, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Returns a boolean array where two arrays are element-wise equal within a tolerance.
isComplex(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Check if an array is complex data type
isConstant() - 类 中的方法org.meteoinfo.ndarray.Array
If this is a constant array
isDouble(String) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Check a string is double or not
isEnum() - 枚举 中的方法org.meteoinfo.ndarray.DataType
Is this an enumeration types?
isEqual(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
 
isFastIterator() - 类 中的方法org.meteoinfo.ndarray.Index
 
isFastIterator() - 类 中的方法org.meteoinfo.ndarray.IndexConstant
 
isFinite(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Test element-wise for finiteness (not infinity or not Not a Number).
isFloat(String) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Check a string is float or not
isFloatingPoint() - 枚举 中的方法org.meteoinfo.ndarray.DataType
Is Float or Double
isImmutable() - 类 中的方法org.meteoinfo.ndarray.Section
 
isInfinite(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Test element-wise for positive or negative infinity.
isInteger(String) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Check a string is integer or not
isIntegral() - 枚举 中的方法org.meteoinfo.ndarray.DataType
Is Byte, Int, Short, or Long
isLocalDate(String, DateTimeFormatter) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Check a string is local date or not
isLocalDateTime(String, DateTimeFormatter) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Check a string is local date time or not
isLocalTime(String, DateTimeFormatter) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Check a string is local time or not
isMissing(double) - 接口 中的方法org.meteoinfo.ndarray.IsMissingEvaluator
if val is a missing data value
IsMissingEvaluator - org.meteoinfo.ndarray中的接口
A mix-in interface for evaluating if a value is missing.
ISNETCDF4 - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
isNumeric() - 枚举 中的方法org.meteoinfo.ndarray.DataType
Is Byte, Float, Double, Int, Short, or Long
isNumeric(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Check if an array is numeric array
isReverse() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get if values are reverse (in descending order)
isScalar() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Is this a scalar (size == 1).
isShared() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get is shared or not
isStrided() - 类 中的方法org.meteoinfo.ndarray.Section
 
isString() - 枚举 中的方法org.meteoinfo.ndarray.DataType
Is String or Char
isUnlimited() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get is unlimited or not
isUnsigned() - 类 中的方法org.meteoinfo.ndarray.Array
Find whether the underlying data should be interpreted as unsigned.
isUnsigned() - 枚举 中的方法org.meteoinfo.ndarray.DataType
Returns true if the data type is unsigned.
isVariableLength() - 类 中的方法org.meteoinfo.ndarray.Dimension
Get is variable length or not
isVariableLength() - 类 中的方法org.meteoinfo.ndarray.Section
 
isVariableLength() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
 
isView() - 类 中的方法org.meteoinfo.ndarray.Array
Get if the this Array is view - the physical order is not same as logical order
isVlen - 类 中的变量org.meteoinfo.ndarray.ArrayObject
 
iter - 类 中的变量org.meteoinfo.ndarray.ArraySequence
 
Iterator() - 类 的构造器org.meteoinfo.ndarray.Range.Iterator
 
IteratorFast - org.meteoinfo.ndarray中的类
A "fast" iterator that can be used when the data is in canonical order.
ix - 类 中的变量org.meteoinfo.ndarray.ArrayByte.D7
 

J

join(Array, Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Join two arrays by a dimension

L

last() - 类 中的方法org.meteoinfo.ndarray.Range
 
LAT_UNITS - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
leastSquareTrend(List<Number>, List<Number>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Determine the least square trend equation - linear fitting
leftShift(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Bit left shift operation
leftShift(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Bit left shift operation
length() - 类 中的方法org.meteoinfo.ndarray.Range
Get the number of elements in the range.
lessThan(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array less than
lessThan(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array less than
lessThanOrEqual(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array less than or equal
lessThanOrEqual(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array less than or equal
level() - 类 中的方法org.meteoinfo.ndarray.util.Indent
 
lineRegress(List<Number>, List<Number>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Linear regress
lineRegress(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Linear regress
lineSpace(Number, Number, int, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Array line space
lineSpace_bak(Number, Number, int, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Array line space
linint2(Array, Array, Array, Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolates from a rectilinear grid to another rectilinear grid using bilinear interpolation.
ListIndexComparator - org.meteoinfo.ndarray.math中的类
 
ListIndexComparator(List) - 类 的构造器org.meteoinfo.ndarray.math.ListIndexComparator
 
ListIterator - org.meteoinfo.ndarray中的类
 
ListIterator(Array, List<Object>) - 类 的构造器org.meteoinfo.ndarray.ListIterator
Constructor
littleToBig(byte[]) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Convert LittleEndian to BigEndian
log() - 类 中的方法org.meteoinfo.ndarray.Complex
 
log(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Log function
log10(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Log10 function
logicalNot(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Logical not
LON_UNITS - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
LONG - org.meteoinfo.ndarray.DataType
 
LONG_NAME - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 

M

magnitude(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Take magnitude value from U/V grid data
main(String[]) - 类 中的静态方法org.meteoinfo.ndarray.ArrayStructureBB
 
main(String[]) - 枚举 中的静态方法org.meteoinfo.ndarray.DataType
 
main(String[]) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
test
make(String, Object) - 类 中的静态方法org.meteoinfo.ndarray.StructureDataFactory
 
make(StructureData[]) - 类 中的静态方法org.meteoinfo.ndarray.StructureDataFactory
 
make(StructureData, StructureData) - 类 中的静态方法org.meteoinfo.ndarray.StructureDataFactory
 
make1DStringArray() - 类 中的方法org.meteoinfo.ndarray.ArrayChar
Make this into the equivilent 1D ArrayObject of Strings.
makeArray(DataType, boolean, List<String>) - 类 中的静态方法org.meteoinfo.ndarray.Array
Make an 1D array from a list of strings.
makeArray(DataType, int, double, double) - 类 中的静态方法org.meteoinfo.ndarray.Array
Make a 1D array from a start and inccr.
makeArray(DataType, String[]) - 类 中的静态方法org.meteoinfo.ndarray.Array
Make an 1D array from an array of strings.
makeArray(DataType, List<String>) - 类 中的静态方法org.meteoinfo.ndarray.Array
Make an 1D array from a list of strings.
makeArrayRankPlusOne(Array) - 类 中的静态方法org.meteoinfo.ndarray.Array
Add extra dimension with len = 1.
makeFromString(String, int) - 类 中的静态方法org.meteoinfo.ndarray.ArrayChar
Create an ArrayChar from a String
makeFromStringArray(ArrayObject) - 类 中的静态方法org.meteoinfo.ndarray.ArrayChar
Create an ArrayChar from an ArrayObject of Strings.
makeFromStringArray(ArrayObject, int) - 类 中的静态方法org.meteoinfo.ndarray.ArrayChar
Create an ArrayChar from an ArrayObject of Strings.
makeImmutable() - 类 中的方法org.meteoinfo.ndarray.Section
Makes the object immutable, so can be safely shared
makeSectionSpec(List) - 类 中的静态方法org.meteoinfo.ndarray.Range
已过时。
use Section.toString()
makeStructureData(ArrayStructureBak, int) - 类 中的方法org.meteoinfo.ndarray.ArraySequence
 
makeStructureData(ArrayStructureBak, int) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
 
makeStructureData(ArrayStructureBak, int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
makeStructureData(ArrayStructureBak, int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
makeStructureData(ArrayStructureBak, int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureComposite
 
makeStructureData(ArrayStructureBak, int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureMA
 
makeStructureData(ArrayStructureBak, int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
 
MAMath - org.meteoinfo.ndarray中的类
Element by element algebra on Arrays
MAMath() - 类 的构造器org.meteoinfo.ndarray.MAMath
 
MAMath.MinMax - org.meteoinfo.ndarray中的类
Holds a minimum and maximum value.
MAMath.ScaleOffset - org.meteoinfo.ndarray中的类
Holds a scale and offset.
MAMatrix - org.meteoinfo.ndarray中的类
Abstraction for matrix operations.
MAMatrix(int, int) - 类 的构造器org.meteoinfo.ndarray.MAMatrix
Create an MAMatrix of the given shape.
MAMatrix(Array) - 类 的构造器org.meteoinfo.ndarray.MAMatrix
Create an MAMatrix using the given rank-2 array.
maskin(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Maskin function
maskout(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Maskout function
maskout(Array, Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Maskout function
MAVector - org.meteoinfo.ndarray中的类
Abstraction for vector operations.
MAVector(double[]) - 类 的构造器org.meteoinfo.ndarray.MAVector
Create an MAVector out of a double array
MAVector(int) - 类 的构造器org.meteoinfo.ndarray.MAVector
Create an MAVector of the given length.
MAVector(Array) - 类 的构造器org.meteoinfo.ndarray.MAVector
Create an MAVector using the given rank-1 array.
max - 类 中的变量org.meteoinfo.ndarray.MAMath.MinMax
 
max() - 类 中的方法org.meteoinfo.ndarray.Range
已过时。
use last()
max(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute maximum value of an array
max(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute maximum value of an array along an axis (dimension)
max(Array, List<Range>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute maximum value of an array
maximum(List<Double>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Maximum function
maximum(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Element-wise maximum of array elements.
maxReletiveError - 类 中的静态变量org.meteoinfo.ndarray.util.Misc
 
mean(List<Array>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute the arithmetic mean arry from a list of arrays
mean(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute mean value of an array
mean(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute mean value of an array along an axis (dimension)
mean(Array, List<Integer>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute mean value of an array along an axis (dimension)
meanRange(Array, List<Range>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute mean value of an array by ranges
median(List<Double>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Median funtion
median(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute median value of an array
median(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute median value of an array along an axis (dimension)
median(Array, List<Range>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute median value of an array
Member(String, String, String, DataType, int[]) - 类 的构造器org.meteoinfo.ndarray.StructureMembers.Member
 
Member(StructureMembers.Member) - 类 的构造器org.meteoinfo.ndarray.StructureMembers.Member
 
memberData - 类 中的变量org.meteoinfo.ndarray.StructureDataW
 
members - 类 中的变量org.meteoinfo.ndarray.ArrayStructureBak
 
members - 类 中的变量org.meteoinfo.ndarray.StructureData
 
mergeDataType(DataType, DataType) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Merge data type to one data type
meshgrid(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Mesh grid
meshgrid(Array...) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Mesh grid
meshgrid(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Mesh grid
min - 类 中的变量org.meteoinfo.ndarray.MAMath.MinMax
 
min() - 类 中的方法org.meteoinfo.ndarray.Range
已过时。
use first()
min(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute minimum value of an array
min(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute minimum value of an array along an axis (dimension)
min(Array, List<Range>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute minimum value of an array
minimum(List<Double>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Minimum function
minimum(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Element-wise minimum of array elements.
MinMax(double, double) - 类 的构造器org.meteoinfo.ndarray.MAMath.MinMax
 
Misc - org.meteoinfo.ndarray.util中的类
Miscellaneous static routines.
Misc() - 类 的构造器org.meteoinfo.ndarray.util.Misc
 
MISSING_VALUE - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
missingToNaN(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Set missing value to NaN
MixIterator - org.meteoinfo.ndarray中的类
 
MixIterator(Array, List<Object>) - 类 的构造器org.meteoinfo.ndarray.MixIterator
Constructor
mod(double, double) - 类 中的静态方法org.meteoinfo.ndarray.util.BigDecimalUtil
Mod
mod(Number, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array mod
mod(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array mod
mod(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array mod
modify(StructureData) - 接口 中的方法org.meteoinfo.ndarray.StructureDataMediator
 
mul(double, double) - 类 中的静态方法org.meteoinfo.ndarray.util.BigDecimalUtil
Multiply
mul(float, float) - 类 中的静态方法org.meteoinfo.ndarray.util.BigDecimalUtil
Multiply
mul(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array multiply
mul(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array mutiply
mul(Array, Complex) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array multiply
multiply(double) - 类 中的方法org.meteoinfo.ndarray.Complex
 
multiply(Complex) - 类 中的方法org.meteoinfo.ndarray.Complex
 
multiply(MAMatrix, MAMatrix) - 类 中的静态方法org.meteoinfo.ndarray.MAMatrix
Matrix multiply: return m1 * m2.

N

NCPROPERTIES - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
nelems - 类 中的变量org.meteoinfo.ndarray.ArrayStructureBak
 
next() - 类 中的方法org.meteoinfo.ndarray.Array
Return the next object in the local iterator.
next() - 类 中的方法org.meteoinfo.ndarray.ArrayChar.StringIterator
 
next() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak.ArrayStructureIterator
 
next() - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Get next value as an Object
next() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
next() - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
next() - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
next() - 类 中的方法org.meteoinfo.ndarray.Range.Iterator
 
next() - 类 中的方法org.meteoinfo.ndarray.SequenceIterator
 
next() - 接口 中的方法org.meteoinfo.ndarray.StructureDataIterator
Get the next StructureData in the iteration.
next() - 类 中的方法org.meteoinfo.ndarray.StructureDataIteratorLimited
 
next() - 类 中的方法org.meteoinfo.ndarray.StructureDataIteratorMediated
 
next(int[]) - 类 中的方法org.meteoinfo.ndarray.Section.Iterator
Get the position in the equivalant 1D array of shape[]
nextBoolean() - 类 中的方法org.meteoinfo.ndarray.Array
Return the next boolean in the local iterator.
nextByte() - 类 中的方法org.meteoinfo.ndarray.Array
Return the next byte in the local iterator.
nextChar() - 类 中的方法org.meteoinfo.ndarray.Array
Return the next char in the local iterator.
nextDouble() - 类 中的方法org.meteoinfo.ndarray.Array
Return the next double in the local iterator.
nextFloat() - 类 中的方法org.meteoinfo.ndarray.Array
Return the next float in the local iterator.
nextInt() - 类 中的方法org.meteoinfo.ndarray.Array
Return the next int in the local iterator.
nextLong() - 类 中的方法org.meteoinfo.ndarray.Array
Return the next long in the local iterator.
nextShort() - 类 中的方法org.meteoinfo.ndarray.Array
Return the next short in the local iterator.
nonzero(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Return the indices of the elements that are non-zero.
norm() - 类 中的方法org.meteoinfo.ndarray.MAVector
Get the L2 norm of this vector.
normalize() - 类 中的方法org.meteoinfo.ndarray.MAVector
Normalize this vector, so it has norm = 1.0.
notEqual(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array not equal
notEqual(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array not equal
numASCIICol(String, String, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get row number of a ASCII file
numASCIIRow(String) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get row number of a ASCII file

O

OBJECT - org.meteoinfo.ndarray.DataType
 
objectSize - 类 中的静态变量org.meteoinfo.ndarray.util.Misc
 
offset - 类 中的变量org.meteoinfo.ndarray.Index
 
offset - 类 中的变量org.meteoinfo.ndarray.MAMath.ScaleOffset
 
offset(Section) - 类 中的方法org.meteoinfo.ndarray.Section
 
ONE - 类 中的静态变量org.meteoinfo.ndarray.Range
 
ones(int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get ones array
ones(List<Integer>, DataType) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get ones array
OPAQUE - org.meteoinfo.ndarray.DataType
 
org - 类 中的变量org.meteoinfo.ndarray.StructureDataProxy
 
org.meteoinfo.ndarray - 程序包 org.meteoinfo.ndarray
Multidimensional arrays of primitives and objects with data stored in memory.
org.meteoinfo.ndarray.constants - 程序包 org.meteoinfo.ndarray.constants
 
org.meteoinfo.ndarray.math - 程序包 org.meteoinfo.ndarray.math
 
org.meteoinfo.ndarray.util - 程序包 org.meteoinfo.ndarray.util
 
orgRecnum - 类 中的变量org.meteoinfo.ndarray.ArrayStructureBBsection
 
OTHER - org.meteoinfo.ndarray.DimensionType
 
outer(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute the outer product of two vectors.

P

parseSpec(String) - 类 中的静态方法org.meteoinfo.ndarray.Range
已过时。
use new Section(String sectionSpec)
past(Range) - 类 中的方法org.meteoinfo.ndarray.Range
If this range is completely past the wanted range
permute(int[]) - 类 中的方法org.meteoinfo.ndarray.Array
Create a new Array using same backing store as this Array, by permuting the indices.
place(Array, Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Change elements of an array based on conditional and input values.
polarToCartesian(double, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Convert poar to cartesian coordinate
polarToCartesian(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Convert poar to cartesian coordinate
polyVal(List<Number>, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Evaluate a polynomial at specific values.
positions - 类 中的变量org.meteoinfo.ndarray.ArrayStructureBBpos
 
postMultiplyDiagonal(MAVector) - 类 中的方法org.meteoinfo.ndarray.MAMatrix
Matrix multiply by a diagonal matrix, store result in this: this = this * diag
pow(double) - 类 中的方法org.meteoinfo.ndarray.Complex
 
pow(double, int) - 类 中的静态方法org.meteoinfo.ndarray.util.BigDecimalUtil
Power
pow(Number, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array pow function
pow(Complex) - 类 中的方法org.meteoinfo.ndarray.Complex
 
pow(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array pow function
pow(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array pow function
pow(Array, Complex) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array pow function
pow(Complex, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array pow function
precalc() - 类 中的方法org.meteoinfo.ndarray.Index
subclass specialization/optimization calculations
precalc() - 类 中的方法org.meteoinfo.ndarray.Index1D
 
precalc() - 类 中的方法org.meteoinfo.ndarray.Index2D
 
precalc() - 类 中的方法org.meteoinfo.ndarray.Index3D
 
precalc() - 类 中的方法org.meteoinfo.ndarray.Index4D
 
precalc() - 类 中的方法org.meteoinfo.ndarray.Index5D
 
precalc() - 类 中的方法org.meteoinfo.ndarray.Index6D
 
precalc() - 类 中的方法org.meteoinfo.ndarray.Index7D
 
preMultiplyDiagonal(MAVector) - 类 中的方法org.meteoinfo.ndarray.MAMatrix
Matrix multiply by a diagonal matrix, store result in this: this = diag * this
prodDouble(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Produce array
proxy - 类 中的变量org.meteoinfo.ndarray.StructureDataComposite
 

Q

quantile(List<Double>, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Quantile function
quantile(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Quantile function

R

rand() - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get random value
rand(int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get random array - one dimension
rand(List<Integer>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get random array
Range - org.meteoinfo.ndarray中的类
Represents a set of integers, used as an index for arrays.
Range(int) - 类 的构造器org.meteoinfo.ndarray.Range
Create a range starting at zero, with unit stride.
Range(int, int) - 类 的构造器org.meteoinfo.ndarray.Range
Create a range with unit stride.
Range(int, int, int) - 类 的构造器org.meteoinfo.ndarray.Range
Create a range with a specified stride.
Range(String, int, int) - 类 的构造器org.meteoinfo.ndarray.Range
Create a named range with unit stride.
Range(String, int, int, int) - 类 的构造器org.meteoinfo.ndarray.Range
Create a named range with a specified stride.
Range(String, Range) - 类 的构造器org.meteoinfo.ndarray.Range
Copy Constructor with name
Range(Range) - 类 的构造器org.meteoinfo.ndarray.Range
Copy Constructor
Range.Iterator - org.meteoinfo.ndarray中的类
 
rank - 类 中的变量org.meteoinfo.ndarray.Array
 
rank - 类 中的变量org.meteoinfo.ndarray.Index
 
rDivide(double) - 类 中的方法org.meteoinfo.ndarray.Complex
 
readASCIIFile(String, String, int, String, List<Integer>, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Read ASCII data file to an array
readASCIIFile(String, String, int, DataType, List<Integer>, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Read ASCII data file to an array
readASCIIFile(String, DataType, int, String) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Read ASCII data file to an array
readBinFile(String, List<Integer>, String, int, String) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Read array from a binary file
readBinFile(String, DataType, int, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Read array from a binary file
readBinFile(String, DataType, int, int, String) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Read array from a binary file
recno - 类 中的变量org.meteoinfo.ndarray.StructureDataA
 
reduce() - 类 中的方法org.meteoinfo.ndarray.Array
Create a new Array using same backing store as this Array, by eliminating any dimensions with length one.
reduce() - 类 中的方法org.meteoinfo.ndarray.Section
Remove any ranges of length 1
reduce(int) - 类 中的方法org.meteoinfo.ndarray.Array
Create a new Array using same backing store as this Array, by eliminating the specified dimension.
reducedRank(int[]) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
Calculate the reduced rank of this shape, by subtracting dimensions with length 1
referenceSize - 类 中的静态变量org.meteoinfo.ndarray.util.Misc
 
removeNaN(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Remove NaN values in an array
removeNaN(Array...) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Remove NaN values in arrays
removeRange(int) - 类 中的方法org.meteoinfo.ndarray.Section
Remove a range at the specified index in the list.
removeTail0(String) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Remove last zero chars
removeTailingZeros(String) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Remove tail zero
removeVlen() - 类 中的方法org.meteoinfo.ndarray.Section
Create a new Section by compacting each Range.
repeat(Number, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Repeat a value n times
repeat(Array, List<Integer>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Repeat elements of an array.
repeat(Array, List<Integer>, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Repeat elements of an array.
replaceRange(int, Range) - 类 中的方法org.meteoinfo.ndarray.Section
Replace a range at the specified index in the list.
replaceValue(Array, Object, Object) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Replace value
resample_Bilinear(Array, List<Number>, List<Number>, List<Number>, List<Number>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Resample grid array with bilinear method
resample_Bilinear(Array, Array, Array, Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Resample grid array with bilinear method
resample_Neighbor(Array, Array, Array, Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Resample grid array with neighbor method
reset() - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak.ArrayStructureIterator
 
reset() - 类 中的方法org.meteoinfo.ndarray.SequenceIterator
 
reset() - 接口 中的方法org.meteoinfo.ndarray.StructureDataIterator
Start the iteration over again.
reset() - 类 中的方法org.meteoinfo.ndarray.StructureDataIteratorLimited
 
reset() - 类 中的方法org.meteoinfo.ndarray.StructureDataIteratorMediated
 
resetLocalIterator() - 类 中的方法org.meteoinfo.ndarray.Array
Reset the local iterator.
reshape(int[]) - 类 中的方法org.meteoinfo.ndarray.Array
Create a new Array by copying this Array to a new one with given shape
reshapeNoCopy(int[]) - 类 中的方法org.meteoinfo.ndarray.Array
Reshape this array without copying data
reshapeVLen(int[]) - 类 中的方法org.meteoinfo.ndarray.Array
Reshape this array - the new shape total size may be different.
resizeArray(Object, int) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Resize array
resizeArray2D(double[][], int) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Resize double 2d array
reverse() - 类 中的方法org.meteoinfo.ndarray.Dimension
Reverse the dimension values
rightShift(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Bit right shift operation
rightShift(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Bit right shift operation
RLATLON_UNITS - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
rolling_mean(Array, int, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Moving average function
rot90(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Rotate an array by 90 degrees in counter-clockwise direction.
row(int) - 类 中的方法org.meteoinfo.ndarray.MAMatrix
Get the ith row, return as a MAVector: same backing store.
rPow(double) - 类 中的方法org.meteoinfo.ndarray.Complex
 
rSubtract(double) - 类 中的方法org.meteoinfo.ndarray.Complex
 

S

sa - 类 中的变量org.meteoinfo.ndarray.StructureDataA
 
saveASCIIFile(String, Array, int, String, String) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Save an array data to a ASCII file
saveBinFile(String, Array, String, boolean, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Save an array data to a binary file
scalarIndexImmutable - 类 中的静态变量org.meteoinfo.ndarray.Index
 
scale - 类 中的变量org.meteoinfo.ndarray.MAMath.ScaleOffset
 
SCALE_FACTOR - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
ScaleOffset(double, double) - 类 的构造器org.meteoinfo.ndarray.MAMath.ScaleOffset
 
sdata - 类 中的变量org.meteoinfo.ndarray.ArrayStructureBak
 
searchSorted(List<Number>, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Search sorted list index
searchSorted(Array, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Search sorted list index
searchSorted(Array, Number, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Find indices where elements should be inserted to maintain order.
searchSorted(Array, Array, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Find indices where elements should be inserted to maintain order.
section(int[], int[]) - 类 中的方法org.meteoinfo.ndarray.Array
Create a new Array as a subsection of this Array, with rank reduction.
section(int[], int[], int[]) - 类 中的方法org.meteoinfo.ndarray.Array
Create a new Array as a subsection of this Array, with rank reduction.
section(int[], int[], int[]) - 类 中的方法org.meteoinfo.ndarray.DimArray
Section
section(int, int, int) - 类 中的方法org.meteoinfo.ndarray.FlatIndex
Get section array
section(List<Integer>) - 类 中的方法org.meteoinfo.ndarray.FlatIndex
Set section array
section(List<Range>) - 类 中的方法org.meteoinfo.ndarray.Array
Create a new Array as a subsection of this Array, with rank reduction.
section(List<Range>) - 类 中的方法org.meteoinfo.ndarray.Index
create a new Index based on a subsection of this one, with rank reduction if dimension length == 1.
section(List<Range>) - 类 中的方法org.meteoinfo.ndarray.IndexConstant
 
section(Array, int[], int[], int[]) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Section array
section(Array, List<Range>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Section array
Section - org.meteoinfo.ndarray中的类
A section of multidimensional array indices.
Section() - 类 的构造器org.meteoinfo.ndarray.Section
No-arg Constructor
Section(int[]) - 类 的构造器org.meteoinfo.ndarray.Section
Create Section from a shape array, assumes 0 origin.
Section(int[], int[]) - 类 的构造器org.meteoinfo.ndarray.Section
Create Section from a shape and origin arrays.
Section(int[], int[], int[]) - 类 的构造器org.meteoinfo.ndarray.Section
Create Section from a shape, origin, and stride arrays.
Section(String) - 类 的构造器org.meteoinfo.ndarray.Section
Parse an index section String specification, return equivilent Section.
Section(List<Range>) - 类 的构造器org.meteoinfo.ndarray.Section
Create Section from a List.
Section(List<Range>, int[]) - 类 的构造器org.meteoinfo.ndarray.Section
Create Section from a List.
Section(Range...) - 类 的构造器org.meteoinfo.ndarray.Section
Create Section from a variable length list of Ranges
Section(Section) - 类 的构造器org.meteoinfo.ndarray.Section
Copy Constructor.
Section.Iterator - org.meteoinfo.ndarray中的类
 
sectionNoReduce(int[], int[], int[]) - 类 中的方法org.meteoinfo.ndarray.Array
Create a new Array as a subsection of this Array, without rank reduction.
sectionNoReduce(List<Range>) - 类 中的方法org.meteoinfo.ndarray.Array
Create a new Array as a subsection of this Array, without rank reduction.
sectionNoReduce(List<Range>) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
SEQUENCE - org.meteoinfo.ndarray.DataType
 
SequenceIterator - org.meteoinfo.ndarray中的类
Creates a StructureDataIterator by wrapping a section of a ArrayStructure.
SequenceIterator(int, int, ArrayStructureBak) - 类 的构造器org.meteoinfo.ndarray.SequenceIterator
 
set() - 类 中的方法org.meteoinfo.ndarray.Index0D
 
set(boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D0
set the value.
set(byte) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D0
 
set(char) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D0
set the value.
set(double) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D0
set the value.
set(float) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D0
set the value.
set(int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D0
 
set(int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 0 to v0
set(int) - 类 中的方法org.meteoinfo.ndarray.Index1D
 
set(int[]) - 类 中的方法org.meteoinfo.ndarray.Index
Set the current element's index.
set(int[]) - 类 中的方法org.meteoinfo.ndarray.Index1D
 
set(int[]) - 类 中的方法org.meteoinfo.ndarray.Index2D
 
set(int[]) - 类 中的方法org.meteoinfo.ndarray.Index3D
 
set(int[]) - 类 中的方法org.meteoinfo.ndarray.Index4D
 
set(int[]) - 类 中的方法org.meteoinfo.ndarray.Index5D
 
set(int[]) - 类 中的方法org.meteoinfo.ndarray.Index6D
 
set(int[]) - 类 中的方法org.meteoinfo.ndarray.Index7D
 
set(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D1
set the value.
set(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D1
 
set(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D1
set the value.
set(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D1
set the value.
set(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D1
set the value.
set(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D1
 
set(int, int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 0,1 to v0,v1
set(int, int) - 类 中的方法org.meteoinfo.ndarray.Index2D
 
set(int, int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D2
set the value.
set(int, int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D2
 
set(int, int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D2
set the value.
set(int, int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D2
set the value.
set(int, int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D2
set the value.
set(int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D2
 
set(int, int, int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 0,1,2 to v0,v1,v2
set(int, int, int) - 类 中的方法org.meteoinfo.ndarray.Index3D
 
set(int, int, int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D3
set the value.
set(int, int, int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D3
 
set(int, int, int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D3
set the value.
set(int, int, int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D3
set the value.
set(int, int, int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D3
set the value.
set(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D3
 
set(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 0,1,2,3 to v0,v1,v2,v3
set(int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.Index4D
 
set(int, int, int, int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D4
set the value.
set(int, int, int, int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D4
 
set(int, int, int, int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D4
set the value.
set(int, int, int, int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D4
set the value.
set(int, int, int, int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D4
set the value.
set(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D4
 
set(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 0,1,2,3,4 to v0,v1,v2,v3,v4
set(int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.Index5D
 
set(int, int, int, int, int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D5
set the value.
set(int, int, int, int, int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D5
 
set(int, int, int, int, int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D5
set the value.
set(int, int, int, int, int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D5
set the value.
set(int, int, int, int, int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D5
set the value.
set(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D5
 
set(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 0,1,2,3,4,5 to v0,v1,v2,v3,v4,v5
set(int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.Index6D
 
set(int, int, int, int, int, int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D6
set the value.
set(int, int, int, int, int, int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D6
 
set(int, int, int, int, int, int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D6
set the value.
set(int, int, int, int, int, int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D6
set the value.
set(int, int, int, int, int, int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D6
set the value.
set(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D6
 
set(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 0,1,2,3,4,5,6 to v0,v1,v2,v3,v4,v5,v6
set(int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.Index7D
 
set(int, int, int, int, int, int, int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean.D7
set the value.
set(int, int, int, int, int, int, int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayByte.D7
 
set(int, int, int, int, int, int, int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayChar.D7
set the value.
set(int, int, int, int, int, int, int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D7
set the value.
set(int, int, int, int, int, int, int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat.D7
set the value.
set(int, int, int, int, int, int, int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt.D7
 
set(int, int, int, int, int, int, int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D7
set the value.
set(int, int, int, int, int, int, int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D7
 
set(int, int, int, int, int, int, int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D7
set the value.
set(int, int, int, int, int, int, int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D7
set the value.
set(int, int, int, int, int, int, int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D7
set the value.
set(int, int, int, int, int, int, int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D7
set the value.
set(int, int, int, int, int, int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D6
set the value.
set(int, int, int, int, int, int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D6
 
set(int, int, int, int, int, int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D6
set the value.
set(int, int, int, int, int, int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D6
set the value.
set(int, int, int, int, int, int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D6
set the value.
set(int, int, int, int, int, int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D6
set the value.
set(int, int, int, int, int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D5
set the value.
set(int, int, int, int, int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D5
 
set(int, int, int, int, int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D5
set the value.
set(int, int, int, int, int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D5
set the value.
set(int, int, int, int, int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D5
set the value.
set(int, int, int, int, int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D5
set the value.
set(int, int, int, int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D4
set the value.
set(int, int, int, int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D4
 
set(int, int, int, int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D4
set the value.
set(int, int, int, int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D4
set the value.
set(int, int, int, int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D4
set the value.
set(int, int, int, int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D4
set the value.
set(int, int, int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D3
set the value.
set(int, int, int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D3
 
set(int, int, int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D3
set the value.
set(int, int, int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D3
set the value.
set(int, int, int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D3
set the value.
set(int, int, int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D3
set the value.
set(int, int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D2
set the value.
set(int, int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D2
 
set(int, int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D2
set the value.
set(int, int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D2
set the value.
set(int, int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D2
set the value.
set(int, int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D2
set the value.
set(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D1
set the value.
set(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D1
 
set(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D1
set the value.
set(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D1
set the value.
set(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D1
set the value.
set(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D1
set the value.
set(long) - 类 中的方法org.meteoinfo.ndarray.ArrayLong.D0
set the value.
set(short) - 类 中的方法org.meteoinfo.ndarray.ArrayShort.D0
 
set(Object) - 类 中的方法org.meteoinfo.ndarray.ArrayObject.D0
set the value.
set(String) - 类 中的方法org.meteoinfo.ndarray.ArrayString.D0
set the value.
set(LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D0
set the value.
set(Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D0
set the value.
set(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
set the value at the sepcified index.
set(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
set the value at the sepcified index.
set(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
set the value at the sepcified index.
set(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
set the value at the specified index.
set(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
set the value at the sepcified index.
set(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
Set the value at the specified index.
set(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
set the value at the sepcified index.
set(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
Set the value at the specified index.
set(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayString
set the value at the sepcified index.
set(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
set the value at the specified index.
set(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
set the value at the specified index.
set0(int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 0 to v
set0(int) - 类 中的方法org.meteoinfo.ndarray.Index1D
 
set0(int) - 类 中的方法org.meteoinfo.ndarray.Index2D
 
set0(int) - 类 中的方法org.meteoinfo.ndarray.Index3D
 
set0(int) - 类 中的方法org.meteoinfo.ndarray.Index4D
 
set0(int) - 类 中的方法org.meteoinfo.ndarray.Index5D
 
set0(int) - 类 中的方法org.meteoinfo.ndarray.Index6D
 
set0(int) - 类 中的方法org.meteoinfo.ndarray.Index7D
 
set1(int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 1 to v
set1(int) - 类 中的方法org.meteoinfo.ndarray.Index2D
 
set1(int) - 类 中的方法org.meteoinfo.ndarray.Index3D
 
set1(int) - 类 中的方法org.meteoinfo.ndarray.Index4D
 
set1(int) - 类 中的方法org.meteoinfo.ndarray.Index5D
 
set1(int) - 类 中的方法org.meteoinfo.ndarray.Index6D
 
set1(int) - 类 中的方法org.meteoinfo.ndarray.Index7D
 
set2(int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 2 to v
set2(int) - 类 中的方法org.meteoinfo.ndarray.Index3D
 
set2(int) - 类 中的方法org.meteoinfo.ndarray.Index4D
 
set2(int) - 类 中的方法org.meteoinfo.ndarray.Index5D
 
set2(int) - 类 中的方法org.meteoinfo.ndarray.Index6D
 
set2(int) - 类 中的方法org.meteoinfo.ndarray.Index7D
 
set3(int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 3 to v
set3(int) - 类 中的方法org.meteoinfo.ndarray.Index4D
 
set3(int) - 类 中的方法org.meteoinfo.ndarray.Index5D
 
set3(int) - 类 中的方法org.meteoinfo.ndarray.Index6D
 
set3(int) - 类 中的方法org.meteoinfo.ndarray.Index7D
 
set4(int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 4 to v
set4(int) - 类 中的方法org.meteoinfo.ndarray.Index5D
 
set4(int) - 类 中的方法org.meteoinfo.ndarray.Index6D
 
set4(int) - 类 中的方法org.meteoinfo.ndarray.Index7D
 
set5(int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 5 to v
set5(int) - 类 中的方法org.meteoinfo.ndarray.Index6D
 
set5(int) - 类 中的方法org.meteoinfo.ndarray.Index7D
 
set6(int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension 6 to v
set6(int) - 类 中的方法org.meteoinfo.ndarray.Index7D
 
setArray(Array) - 类 中的方法org.meteoinfo.ndarray.DimArray
Set array
setArrayObject(Object) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
Set array object
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.Array
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setBoolean(int, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.Array
Set the array element at the current element of ima.
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setBoolean(Index, boolean) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
setBooleanCurrent(boolean) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set current value with a boolean
setBooleanCurrent(boolean) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setBooleanCurrent(boolean) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setBooleanCurrent(boolean) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setBooleanNext(boolean) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set next value with a boolean
setBooleanNext(boolean) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setBooleanNext(boolean) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setBooleanNext(boolean) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setBufferSize(int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak.ArrayStructureIterator
 
setBufferSize(int) - 类 中的方法org.meteoinfo.ndarray.SequenceIterator
 
setBufferSize(int) - 接口 中的方法org.meteoinfo.ndarray.StructureDataIterator
Hint to use this much memory in buffering the iteration.
setBufferSize(int) - 类 中的方法org.meteoinfo.ndarray.StructureDataIteratorLimited
 
setBufferSize(int) - 类 中的方法org.meteoinfo.ndarray.StructureDataIteratorMediated
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.Array
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setByte(int, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.Array
Set the array element at the current element of ima.
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setByte(Index, byte) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
setByteCurrent(byte) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set current value with a byte
setByteCurrent(byte) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setByteCurrent(byte) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setByteCurrent(byte) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setByteNext(byte) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set next value with a byte
setByteNext(byte) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setByteNext(byte) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setByteNext(byte) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.Array
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setChar(int, char) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.Array
Set the array element at the current element of ima.
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setChar(Index, char) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
setCharCurrent(char) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set current value with a char
setCharCurrent(char) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setCharCurrent(char) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setCharCurrent(char) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setCharNext(char) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set next value with a char
setCharNext(char) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setCharNext(char) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setCharNext(char) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.Array
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setComplex(int, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.Array
Set the array element at the current element of ima.
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
not legal, throw ForbiddenConversionException
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
not legal, throw ForbiddenConversionException
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
not legal, throw ForbiddenConversionException
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
not legal, throw ForbiddenConversionException
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
not legal, throw ForbiddenConversionException
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
not legal, throw ForbiddenConversionException
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
not legal, throw ForbiddenConversionException
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
not legal, throw ForbiddenConversionException
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
not legal, throw ForbiddenConversionException
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
not legal, throw ForbiddenConversionException
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
not legal, throw ForbiddenConversionException
setComplex(Index, Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
not legal, throw ForbiddenConversionException
setComplexCurrent(Complex) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set current value with a complex
setComplexCurrent(Complex) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setComplexCurrent(Complex) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setComplexCurrent(Complex) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setComplexNext(Complex) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set next value with a complex
setComplexNext(Complex) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setComplexNext(Complex) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setComplexNext(Complex) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setCurrentCounter(int) - 类 中的方法org.meteoinfo.ndarray.Index
Set the current counter from the 1D "current element" currElement = offset + stride[0]*current[0] + ...
setCurrentIndex(int) - 类 中的方法org.meteoinfo.ndarray.Index
Set the current index from the 1D "current index" currIndex = stride[0]*current[0] + ...
setDataArray(Array) - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Set the data array.
setDataObject(Object) - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Set an opaque data object, for use behind the scenes.
setDataParam(int) - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
Set the data parameter value, for use behind the scenes.
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.Array
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setDate(int, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.Array
Set the array element at the current element of ima.
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setDate(Index, LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
setDateCurrent(LocalDateTime) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set current value with a LocalDateTime
setDateCurrent(LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setDateCurrent(LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setDateCurrent(LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setDateNext(LocalDateTime) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set next value with a LocalDateTime
setDateNext(LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setDateNext(LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setDateNext(LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setDefaults(int[]) - 类 中的方法org.meteoinfo.ndarray.Section
If any of the ranges are null, which means "all", set the Range from the corresponding length in shape[].
setDefaults(List, int[]) - 类 中的静态方法org.meteoinfo.ndarray.Range
已过时。
use Section.setDefaults(int[] shape)
setDim(int, int) - 类 中的方法org.meteoinfo.ndarray.Index
set current element at dimension dim to v
setDim(int, int) - 类 中的方法org.meteoinfo.ndarray.Index1D
 
setDim(int, int) - 类 中的方法org.meteoinfo.ndarray.Index2D
 
setDim(int, int) - 类 中的方法org.meteoinfo.ndarray.Index3D
 
setDim(int, int) - 类 中的方法org.meteoinfo.ndarray.Index4D
 
setDim(int, int) - 类 中的方法org.meteoinfo.ndarray.Index5D
 
setDim(int, int) - 类 中的方法org.meteoinfo.ndarray.Index6D
 
setDim(int, int) - 类 中的方法org.meteoinfo.ndarray.Index7D
 
setDimension(int, Dimension) - 类 中的方法org.meteoinfo.ndarray.DimArray
Set a dimension by index
setDimensions(List<Dimension>) - 类 中的方法org.meteoinfo.ndarray.DimArray
Set dimensions
setDimId(int) - 类 中的方法org.meteoinfo.ndarray.Dimension
 
setDimType(DimensionType) - 类 中的方法org.meteoinfo.ndarray.Dimension
Set dimension type
setDimValues(List<Number>) - 类 中的方法org.meteoinfo.ndarray.Dimension
Set dimension values
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.Array
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
setDouble(int, double) - 类 中的方法org.meteoinfo.ndarray.MAVector
 
setDouble(int, int, double) - 类 中的方法org.meteoinfo.ndarray.MAMatrix
 
setDouble(Array, double) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
Set all the elements of this array to the given double value.
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.Array
Set the array element at the current element of ima.
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setDouble(Index, double) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
setDoubleCurrent(double) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set current value with a double
setDoubleCurrent(double) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setDoubleCurrent(double) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setDoubleCurrent(double) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setDoubleNext(double) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set next value with a double
setDoubleNext(double) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setDoubleNext(double) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setDoubleNext(double) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.Array
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setFloat(int, float) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.Array
Set the array element at the current element of ima.
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setFloat(Index, float) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
setFloatCurrent(float) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set current value with a float
setFloatCurrent(float) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setFloatCurrent(float) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setFloatCurrent(float) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setFloatNext(float) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set next value with a float
setFloatNext(float) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setFloatNext(float) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setFloatNext(float) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setIndentLevel(int) - 类 中的方法org.meteoinfo.ndarray.util.Indent
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.Array
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setInt(int, int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.Array
Set the array element at the current element of ima.
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setInt(Index, int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
setIntCurrent(int) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set current value with a int
setIntCurrent(int) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setIntCurrent(int) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setIntCurrent(int) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setIntNext(int) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set next value with a int
setIntNext(int) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setIntNext(int) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setIntNext(int) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setLength(int) - 类 中的方法org.meteoinfo.ndarray.Dimension
Set dimension length
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.Array
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setLong(int, long) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.Array
Set the array element at the current element of ima.
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setLong(Index, long) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
setLongCurrent(long) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set current value with a long
setLongCurrent(long) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setLongCurrent(long) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setLongCurrent(long) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setLongNext(long) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set next value with a long
setLongNext(long) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setLongNext(long) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setLongNext(long) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setMemberArray(String, Array) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureMA
Set the data array for this member.
setMemberArray(StructureMembers.Member, Array) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Set data for one member, over all structures.
setMemberData(String, Array) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
 
setMemberData(StructureMembers.Member, Array) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
 
setName(String) - 类 中的方法org.meteoinfo.ndarray.Dimension
Set short name
setNext(double) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble.D3.IF
 
setNext(LocalDateTime) - 类 中的方法org.meteoinfo.ndarray.ArrayDate.D3.IF
 
setNext(Complex) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex.D3.IF
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.Array
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Set the index-th StructureData of this ArrayStructure.
setObject(int, Object) - 类 中的方法org.meteoinfo.ndarray.FlatIndex
Set object
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.Array
Set the array element at index to the specified value. the value must be passed wrapped in the appropriate Object (eg Double for double)
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setObject(Index, Object) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
Set one of the StructureData of this ArrayStructure.
setObjectCurrent(Object) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set current value with a Object
setObjectCurrent(Object) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setObjectCurrent(Object) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setObjectCurrent(Object) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setObjectNext(Object) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set next value with a Object
setObjectNext(Object) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setObjectNext(Object) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setObjectNext(Object) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setOffsets(StructureMembers) - 类 中的静态方法org.meteoinfo.ndarray.ArrayStructureBB
Set the offsets, based on m.getSizeBytes().
setRange(int, Range) - 类 中的方法org.meteoinfo.ndarray.Section
Set the range at the specified index in the list, previous Range is discarded
setReverse(boolean) - 类 中的方法org.meteoinfo.ndarray.Dimension
Set if values are reverse
setSection(int, int, int, Object) - 类 中的方法org.meteoinfo.ndarray.FlatIndex
Set section array
setSection(int, int, int, Array) - 类 中的方法org.meteoinfo.ndarray.FlatIndex
Set section array
setSection(List<Integer>, Object) - 类 中的方法org.meteoinfo.ndarray.FlatIndex
Set section
setSection(List<Integer>, Array) - 类 中的方法org.meteoinfo.ndarray.FlatIndex
Set section
setSection(Array, int[], int[], Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Set section
setSection(Array, List<Range>, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Set section
setSection(Array, List<Range>, Object) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Set section
setSection(Array, List<Range>, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Set section
setSection_List(Array, List<List<Integer>>, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Set section
setSection_List(Array, List<List<Integer>>, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Set section
setSection_Mix(Array, List<Object>, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Set section
setSection_Mix(Array, List<Object>, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Set section
setSection_Mix_Bak(Array, List<Object>, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Set section
setSection_Mix_Bak(Array, List<Object>, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Set section
setSequenceLength(int, int) - 类 中的方法org.meteoinfo.ndarray.ArraySequenceNested
Set the length of one of the sequences.
setShape(int[]) - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
 
setShared(boolean) - 类 中的方法org.meteoinfo.ndarray.Dimension
Set is shared or not
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.Array
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setShort(int, short) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.Array
Set the array element at the current element of ima.
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayString
not legal, throw ForbiddenConversionException
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setShort(Index, short) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
DO NOT USE, throw ForbiddenConversionException
setShortCurrent(short) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set current value with a short
setShortCurrent(short) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setShortCurrent(short) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setShortCurrent(short) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setShortName(String) - 类 中的方法org.meteoinfo.ndarray.Dimension
Set short name
setShortNext(short) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set next value with a short
setShortNext(short) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setShortNext(short) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setShortNext(short) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.Array
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
Set the ArrayChar values from the characters in the String.
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
setString(int, String) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
setString(String) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
Set the ArrayChar values from the characters in the String.
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.Array
Set the array element at the current element of ima.
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayBoolean
not legal, throw ForbiddenConversionException
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayByte
not legal, throw ForbiddenConversionException
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayChar
Set the ArrayChar values from the characters in the String.
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayComplex
not legal, throw ForbiddenConversionException
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayDate
not legal, throw ForbiddenConversionException
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayDouble
not legal, throw ForbiddenConversionException
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayFloat
not legal, throw ForbiddenConversionException
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayInt
not legal, throw ForbiddenConversionException
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayLong
not legal, throw ForbiddenConversionException
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayObject
not legal, throw ForbiddenConversionException
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayRagged
not legal, throw ForbiddenConversionException
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayScalar
 
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayShort
not legal, throw ForbiddenConversionException
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayString
 
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
not legal, throw ForbiddenConversionException
setString(Index, String) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
not legal, throw ForbiddenConversionException
setStringCurrent(String) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set current value with a string
setStringCurrent(String) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setStringCurrent(String) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setStringCurrent(String) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setStringNext(String) - 接口 中的方法org.meteoinfo.ndarray.IndexIterator
Set next value with a string
setStringNext(String) - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
setStringNext(String) - 类 中的方法org.meteoinfo.ndarray.ListIterator
 
setStringNext(String) - 类 中的方法org.meteoinfo.ndarray.MixIterator
 
setStructureData(StructureData, int) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureW
Set one of the StructureData of this ArrayStructure.
setStructureMembers(StructureMembers) - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
 
setStructureSize(int) - 类 中的方法org.meteoinfo.ndarray.StructureMembers
Set the total size of the Structure in bytes.
setUnlimited(boolean) - 类 中的方法org.meteoinfo.ndarray.Dimension
Set unlimited or not
setValue(Array, Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Set value
setValue(Array, Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Set value
setValues(double[]) - 类 中的方法org.meteoinfo.ndarray.Dimension
Set dimension values
setValues(float[]) - 类 中的方法org.meteoinfo.ndarray.Dimension
Set dimension values
setValues(List<Double>) - 类 中的方法org.meteoinfo.ndarray.Dimension
Set dimension values
setVariableInfo(String, String, String, DataType) - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
 
setVariableLength(boolean) - 类 中的方法org.meteoinfo.ndarray.Dimension
Set is variable length or not
shape - 类 中的变量org.meteoinfo.ndarray.Index
 
shapeToString() - 类 中的方法org.meteoinfo.ndarray.Array
Create a string representation of the shape of this Array.
shiftOrigin(int) - 类 中的方法org.meteoinfo.ndarray.Range
Create a new Range shifting this range by a constant factor.
shiftOrigin(Section) - 类 中的方法org.meteoinfo.ndarray.Section
Create a new Section by shifting each range by newOrigin.first() The result is then a reletive offset from the newOrigin.
SHORT - org.meteoinfo.ndarray.DataType
 
showBytes(byte[]) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
showBytes(byte[], Formatter) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
showInternal(Formatter, Indent) - 类 中的方法org.meteoinfo.ndarray.ArraySequence
 
showInternal(Formatter, Indent) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
showInternal(Formatter, Indent) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBB
 
showInternal(Formatter, Indent) - 类 中的方法org.meteoinfo.ndarray.StructureData
 
showInternal(Formatter, Indent) - 类 中的方法org.meteoinfo.ndarray.StructureDataA
 
showInternal(Formatter, Indent) - 类 中的方法org.meteoinfo.ndarray.StructureDataW
 
showInternal(Formatter, Indent) - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
 
showInternalMembers(Formatter, Indent) - 类 中的方法org.meteoinfo.ndarray.ArrayStructureBak
 
showInternalMembers(Formatter, Indent) - 类 中的方法org.meteoinfo.ndarray.StructureData
 
showInts(int[]) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
showInts(int[], Formatter) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
showInts(List<Integer>) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
showOffsets(StructureMembers, Indent, Formatter) - 类 中的静态方法org.meteoinfo.ndarray.ArrayStructureBB
 
sign(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Returns an element-wise indication of the sign of a number.
SIGNED - org.meteoinfo.ndarray.DataType.Signedness
The data type can represent both positive and negative numbers.
sin() - 类 中的方法org.meteoinfo.ndarray.Complex
 
sin(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Sine function
size - 类 中的变量org.meteoinfo.ndarray.Index
 
slashalpha - 类 中的静态变量org.meteoinfo.ndarray.util.Misc
 
slice(int, int) - 类 中的方法org.meteoinfo.ndarray.Array
Create a new Array using same backing store as this Array, by fixing the specified dimension at the specified index value.
slice(Array, int, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get slice array along an axis
slice(Array, int, Array, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get slice array along an axis
smooth5(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Smooth with 5 points
smooth5(Array, int, int, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Smooth with 5 points
smooth9(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Smooth with 9 points
sort(Array, Integer) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Sort array along an axis
sqrt() - 类 中的方法org.meteoinfo.ndarray.Complex
 
sqrt(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Sqrt function
std(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute standard deviation value of an array
std(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute standard deviation value of an array
std(Array, int, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute standard deviation value of an array along an axis (dimension)
std(Array, List<Range>, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute standard deviation value of an array
storage - 类 中的变量org.meteoinfo.ndarray.ArrayBoolean
 
storage - 类 中的变量org.meteoinfo.ndarray.ArrayByte
 
storage - 类 中的变量org.meteoinfo.ndarray.ArrayChar
 
storage - 类 中的变量org.meteoinfo.ndarray.ArrayComplex
 
storage - 类 中的变量org.meteoinfo.ndarray.ArrayDate
 
storage - 类 中的变量org.meteoinfo.ndarray.ArrayFloat
 
storage - 类 中的变量org.meteoinfo.ndarray.ArrayInt
 
storage - 类 中的变量org.meteoinfo.ndarray.ArrayLong
 
storage - 类 中的变量org.meteoinfo.ndarray.ArrayObject
 
storage - 类 中的变量org.meteoinfo.ndarray.ArrayShort
 
storage - 类 中的变量org.meteoinfo.ndarray.ArrayString
 
storageD - 类 中的变量org.meteoinfo.ndarray.ArrayDouble
 
stride - 类 中的变量org.meteoinfo.ndarray.Index
 
stride() - 类 中的方法org.meteoinfo.ndarray.Range
 
STRING - org.meteoinfo.ndarray.DataType
 
STRUCTURE - org.meteoinfo.ndarray.DataType
 
StructureData - org.meteoinfo.ndarray中的类
A container for a Structure's data.
StructureData(StructureMembers) - 类 的构造器org.meteoinfo.ndarray.StructureData
Constructor.
StructureDataA - org.meteoinfo.ndarray中的类
A StructureData implementation delegates everything to the containing ArrayStructure.
StructureDataA(ArrayStructureBak, int) - 类 的构造器org.meteoinfo.ndarray.StructureDataA
Constructor.
StructureDataComposite - org.meteoinfo.ndarray中的类
A composite of other StructureData.
StructureDataComposite() - 类 的构造器org.meteoinfo.ndarray.StructureDataComposite
 
StructureDataDeep - org.meteoinfo.ndarray中的类
Make a deep copy of an existing StructureData, so that all the data is contained in this object
StructureDataFactory - org.meteoinfo.ndarray中的类
Convenience routines for constructing one-off StructureData objects
StructureDataFactory() - 类 的构造器org.meteoinfo.ndarray.StructureDataFactory
 
StructureDataIterator - org.meteoinfo.ndarray中的接口
An iterator over StructureData.
StructureDataIteratorLimited - org.meteoinfo.ndarray中的类
Read a maximum number of StructureData objects from a StructureDataIterator.
StructureDataIteratorLimited(StructureDataIterator, int) - 类 的构造器org.meteoinfo.ndarray.StructureDataIteratorLimited
 
StructureDataIteratorMediated - org.meteoinfo.ndarray中的类
Read a maximum number of StructureData objects from a StructureDataIterator.
StructureDataIteratorMediated(StructureDataIterator, StructureDataMediator) - 类 的构造器org.meteoinfo.ndarray.StructureDataIteratorMediated
 
StructureDataMediator - org.meteoinfo.ndarray中的接口
Describe
StructureDataProxy - org.meteoinfo.ndarray中的类
Proxy for another StructureData.
StructureDataProxy(StructureData) - 类 的构造器org.meteoinfo.ndarray.StructureDataProxy
 
StructureDataProxy(StructureMembers, StructureData) - 类 的构造器org.meteoinfo.ndarray.StructureDataProxy
 
StructureDataScalar - org.meteoinfo.ndarray中的类
A StructureData with scalar data.
StructureDataScalar(String) - 类 的构造器org.meteoinfo.ndarray.StructureDataScalar
 
StructureDataW - org.meteoinfo.ndarray中的类
A StructureData implementation that has its data self-contained.
StructureDataW(StructureMembers) - 类 的构造器org.meteoinfo.ndarray.StructureDataW
Constructor.
StructureDataW(StructureMembers, int) - 类 的构造器org.meteoinfo.ndarray.StructureDataW
 
StructureMembers - org.meteoinfo.ndarray中的类
A Collection of members contained in a StructureData.
StructureMembers(String) - 类 的构造器org.meteoinfo.ndarray.StructureMembers
 
StructureMembers(StructureMembers) - 类 的构造器org.meteoinfo.ndarray.StructureMembers
 
StructureMembers.Member - org.meteoinfo.ndarray中的类
A member of a StructureData.
sub(double, double) - 类 中的静态方法org.meteoinfo.ndarray.util.BigDecimalUtil
Substract
sub(Number, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array subtract
sub(Array, Number) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array subtract
sub(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array subtract
sub(Array, Complex) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array subtract
sub(Complex, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Array subtract
subSection(int, int) - 类 中的方法org.meteoinfo.ndarray.Section
 
subtract(double) - 类 中的方法org.meteoinfo.ndarray.Complex
 
subtract(Complex) - 类 中的方法org.meteoinfo.ndarray.Complex
 
sum(List<Array>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute the sum arry from a list of arrays
sum(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Summarize array
sum(Array, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Summarize array skip missing value
sum(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute sum value of an array along an axis (dimension)
sum(Array, List<Range>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute sum value of an array
sumDouble(Array) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
sum all of the elements of array a as doubles.
sumDoubleSkipMissingData(Array, double) - 类 中的静态方法org.meteoinfo.ndarray.MAMath
sum all of the elements of array a as doubles.
SUPERBLOCKVERSION - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 

T

T - org.meteoinfo.ndarray.DimensionType
 
take(Array, List<Object>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Take elements from an array along an axis.
take(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Extract 1D array by boolean array
take(Array, Array, Integer) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Take elements from an array along an axis.
takeValues(Array, List<List<Integer>>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Take elements from an array.
tan() - 类 中的方法org.meteoinfo.ndarray.Complex
 
tan(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Tangent function
tile(Number, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Repeat a value n times
tile(Number, List<Integer>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Repeat a value n times
tile(Array, List<Integer>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Repeat elements of an array.
TIME_INTERVAL - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
TITLE - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
toArray(List) - 类 中的静态方法org.meteoinfo.ndarray.Range
已过时。
use Section.getRanges()
toBoolean(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Convert array to boolean type
toByte_bak1(BitSet) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
 
toByteArray(BitSet) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
 
toByteArray_bak(BitSet) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
 
toBytes(float) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Convert float to byte array
toBytes(int) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Convert int to byte array.
toDataType(String) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
To data type - ucar.ma2
toDate(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Convert array to date type
toDegrees(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Convert radians to degrees function
toDouble(float) - 类 中的静态方法org.meteoinfo.ndarray.util.BigDecimalUtil
Float to double
toDouble(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Convert array to double type
toFloat(double) - 类 中的静态方法org.meteoinfo.ndarray.util.BigDecimalUtil
Double to float
toFloat(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Convert array to float type
toInteger(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Convert array to integer type
toList(Range[]) - 类 中的静态方法org.meteoinfo.ndarray.Range
已过时。
use Section.getRanges()
toLittleBytes(float) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Convert float to byte array
toLittleBytes(int) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Convert int to byte array - LittleEndian
toRadians(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Convert radians to degrees function
toStation(Array, List<Number>, List<Number>, double, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate data to a station point
toStation(Array, List<Number>, List<Number>, double, double, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate data to a station point
toStation(Array, Array, Array, double, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate data to a station point
toStation_Neighbor(Array, List<Number>, List<Number>, double, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate data to a station point
toStation_Neighbor(Array, List<Number>, List<Number>, double, double, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate data to a station point
toStation_Neighbor(Array, Array, Array, double, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Interpolate data to a station point
toString() - 类 中的方法org.meteoinfo.ndarray.Array
 
toString() - 类 中的方法org.meteoinfo.ndarray.ArrayChar
 
toString() - 类 中的方法org.meteoinfo.ndarray.ArraySequence
 
toString() - 类 中的方法org.meteoinfo.ndarray.ArrayStructure
 
toString() - 类 中的方法org.meteoinfo.ndarray.Complex
 
toString() - 枚举 中的方法org.meteoinfo.ndarray.DataType
The DataType name, eg "byte", "float", "String".
toString() - 类 中的方法org.meteoinfo.ndarray.Dimension
 
toString() - 类 中的方法org.meteoinfo.ndarray.Index
 
toString() - 类 中的方法org.meteoinfo.ndarray.Index1D
 
toString() - 类 中的方法org.meteoinfo.ndarray.Index2D
 
toString() - 类 中的方法org.meteoinfo.ndarray.Index3D
 
toString() - 类 中的方法org.meteoinfo.ndarray.Index4D
 
toString() - 类 中的方法org.meteoinfo.ndarray.Index5D
 
toString() - 类 中的方法org.meteoinfo.ndarray.Index6D
 
toString() - 类 中的方法org.meteoinfo.ndarray.Index7D
 
toString() - 类 中的方法org.meteoinfo.ndarray.IteratorFast
 
toString() - 类 中的方法org.meteoinfo.ndarray.MAMath.MinMax
 
toString() - 类 中的方法org.meteoinfo.ndarray.Range
 
toString() - 类 中的方法org.meteoinfo.ndarray.Section
Convert List of Ranges to String Spec.
toString() - 类 中的方法org.meteoinfo.ndarray.StructureData
 
toString() - 类 中的方法org.meteoinfo.ndarray.StructureMembers.Member
 
toString() - 类 中的方法org.meteoinfo.ndarray.util.Indent
 
toString(List) - 类 中的静态方法org.meteoinfo.ndarray.Range
已过时。
use Section.toString()
toString_old(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Array to string
toStringDebug() - 类 中的方法org.meteoinfo.ndarray.Index
String representation
toUint2Int(int) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Convert int to 2 byte array.
toUint3Int(int) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Convert int to 3 byte array.
toUintNInt(int, int) - 类 中的静态方法org.meteoinfo.ndarray.util.DataTypeUtil
Convert int to N byte array.
transpose() - 类 中的方法org.meteoinfo.ndarray.MAMatrix
Create a MAMatrix that is the transpose of this one, with the same backing store.
transpose(int, int) - 类 中的方法org.meteoinfo.ndarray.Array
Create a new Array using same backing store as this Array, by transposing two of the indices.
transpose(Array, int, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Transpose array
trapz(Array, double) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Integrate vector array using the composite trapezoidal rule.
trapz(Array, double, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Integrate vector array using the composite trapezoidal rule.
trapz(Array, double, List<Range>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Integrate vector array using the composite trapezoidal rule.
trapz(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Integrate vector array using the composite trapezoidal rule.
trapz(Array, Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Integrate vector array using the composite trapezoidal rule.
trapz(Array, Array, List<Range>) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Integrate vector array using the composite trapezoidal rule.
typeToNBytes(DataType) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Return the number of bytes per element for the given typecode.

U

UBYTE - org.meteoinfo.ndarray.DataType
 
UINT - org.meteoinfo.ndarray.DataType
 
ULONG - org.meteoinfo.ndarray.DataType
 
union(Range) - 类 中的方法org.meteoinfo.ndarray.Range
Create a new Range by making the union with a Range using same interval as this Range.
union(Section) - 类 中的方法org.meteoinfo.ndarray.Section
Create a new Section by union with another Section
unique(Array, Integer) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Find the unique elements of an array.
UNITS - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
UNSIGNED - org.meteoinfo.ndarray.DataType.Signedness
The data type can represent only non-negative numbers.
UNSIGNED - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
unsignedByteToShort(byte) - 枚举 中的静态方法org.meteoinfo.ndarray.DataType
widen an unsigned byte to a short
unsignedIntToLong(int) - 枚举 中的静态方法org.meteoinfo.ndarray.DataType
widen an unsigned int to a long
unsignedLongToString(long) - 枚举 中的静态方法org.meteoinfo.ndarray.DataType
convert an unsigned long to a String
unsignedShortToInt(short) - 枚举 中的静态方法org.meteoinfo.ndarray.DataType
widen an unsigned short to an int
USHORT - org.meteoinfo.ndarray.DataType
 
UTF8 - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
utf8Charset - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 

V

VALID_RANGE - 接口 中的静态变量org.meteoinfo.ndarray.constants.CDM
 
validateprotocol(String, int, int) - 类 中的静态方法org.meteoinfo.ndarray.util.Misc
 
valueOf(String) - 枚举 中的静态方法org.meteoinfo.ndarray.DataType.Signedness
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.meteoinfo.ndarray.DataType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.meteoinfo.ndarray.DimensionType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.meteoinfo.ndarray.DataType.Signedness
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.meteoinfo.ndarray.DataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.meteoinfo.ndarray.DimensionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
var(Array, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute variance value of an array
var(Array, int, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute variance value of an array along an axis (dimension)
var(Array, List<Range>, int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Compute variance value of an array
vdot(Array, Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayMath
Return the dot product of two vectors.
view(Array) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
New view of array with the same data.
VLEN - 类 中的静态变量org.meteoinfo.ndarray.Range
 

W

writeBinFile(EndianDataOutputStream, Array, String, boolean) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Save an array data to a binary file

X

X - org.meteoinfo.ndarray.DimensionType
 
X_TRACK - org.meteoinfo.ndarray.DimensionType
 

Y

Y - org.meteoinfo.ndarray.DimensionType
 

Z

Z - org.meteoinfo.ndarray.DimensionType
 
zeros(int) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get zero array
zeros(List<Integer>, String) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get zero array
zeros(List<Integer>, DataType) - 类 中的静态方法org.meteoinfo.ndarray.math.ArrayUtil
Get zero array
A B C D E F G H I J L M N O P Q R S T U V W X Y Z 
所有类 所有程序包