类的使用
org.meteoinfo.ndarray.ArrayObject
-
使用ArrayObject的程序包 程序包 说明 org.meteoinfo.ndarray Multidimensional arrays of primitives and objects with data stored in memory. -
-
org.meteoinfo.ndarray中ArrayObject的使用
org.meteoinfo.ndarray中ArrayObject的子类 修饰符和类型 类 说明 static classArrayObject.D0Concrete implementation of Array specialized for Objects, rank 0.static classArrayObject.D1Concrete implementation of Array specialized for Objects, rank 1.static classArrayObject.D2Concrete implementation of Array specialized for Objects, rank 2.static classArrayObject.D3Concrete implementation of Array specialized for Objects, rank 3.static classArrayObject.D4Concrete implementation of Array specialized for Objects, rank 4.static classArrayObject.D5Concrete implementation of Array specialized for Objects, rank 5.static classArrayObject.D6Concrete implementation of Array specialized for Objects, rank 6.static classArrayObject.D7Concrete implementation of Array specialized for Objects, rank 7.返回ArrayObject的org.meteoinfo.ndarray中的方法 修饰符和类型 方法 说明 ArrayObjectArrayStructureBak. getArrayObject(int recnum, StructureMembers.Member m)Get member data of type ArrayObjectArrayObjectArrayChar. make1DStringArray()Make this into the equivilent 1D ArrayObject of Strings.参数类型为ArrayObject的org.meteoinfo.ndarray中的方法 修饰符和类型 方法 说明 static ArrayCharArrayChar. makeFromStringArray(ArrayObject values)Create an ArrayChar from an ArrayObject of Strings.static ArrayCharArrayChar. makeFromStringArray(ArrayObject values, int strlen)Create an ArrayChar from an ArrayObject of Strings.
-