类 ArrayStructureBBsection
- java.lang.Object
-
- org.meteoinfo.ndarray.Array
-
- org.meteoinfo.ndarray.ArrayStructureBak
-
- org.meteoinfo.ndarray.ArrayStructureBB
-
- org.meteoinfo.ndarray.ArrayStructureBBsection
-
public class ArrayStructureBBsection extends ArrayStructureBB
Describe- 从以下版本开始:
- 5/31/2015
- 作者:
- caron
-
-
嵌套类概要
-
从类继承的嵌套类/接口 org.meteoinfo.ndarray.ArrayStructureBak
ArrayStructureBak.ArrayStructureIterator
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 protected intcalcOffsetSetOrder(int recnum, StructureMembers.Member m)static ArrayStructureBBfactory(ArrayStructureBB org, Section section)Make a section of an ArrayStructureBB-
从类继承的方法 org.meteoinfo.ndarray.ArrayStructureBB
addObjectToHeap, addObjectToHeap, copyBytes, copyChars, copyDoubles, copyFloats, copyInts, copyLongs, copyObjects, copyShorts, getArray, getArraySequence, getArrayStructure, getByteBuffer, getHeap, getJavaArrayByte, getJavaArrayChar, getJavaArrayDouble, getJavaArrayFloat, getJavaArrayInt, getJavaArrayLong, getJavaArrayShort, getJavaArrayString, getScalarByte, getScalarChar, getScalarDouble, getScalarFloat, getScalarInt, getScalarLong, getScalarShort, getScalarString, getScalarStructure, main, makeStructureData, setOffsets, showInternal, showOffsets
-
从类继承的方法 org.meteoinfo.ndarray.ArrayStructureBak
convertScalarDouble, convertScalarFloat, convertScalarInt, convertScalarLong, copy, copyFrom1DJavaArray, copySequences, copyStructures, copyTo1DJavaArray, createView, extractMemberArray, findMember, getArrayObject, getBoolean, getBoolean, getByte, getByte, getChar, getChar, getComplex, getComplex, getDouble, getDouble, getElementType, getFloat, getFloat, getInt, getInt, getLong, getLong, getMembers, getObject, getObject, getScalarObject, getShort, getShort, getSizeBytes, getStorage, getString, getString, getStructureData, getStructureData, getStructureDataIterator, getStructureMemberNames, getStructureMembers, getStructureSize, sectionNoReduce, setBoolean, setBoolean, setByte, setByte, setChar, setChar, setComplex, setComplex, setDouble, setDouble, setFloat, setFloat, setInt, setInt, setLong, setLong, setMemberArray, setObject, setObject, setShort, setShort, setString, setString, showInternalMembers
-
从类继承的方法 org.meteoinfo.ndarray.Array
arraycopy, copyIfView, copyTo1DJavaArray, copyToNDJavaArray, factory, factory, factory, factory, factory, factory, factory, factoryConstant, flip, get1DJavaArray, getDataAsByteBuffer, getDataAsByteBuffer, getDataAsByteBuffer, getDataType, getIndex, getIndexIterator, getIndexIteratorFast, getIndexPrivate, getRangeIterator, getRank, getShape, getSize, hasNext, isConstant, isUnsigned, isView, makeArray, makeArray, makeArray, makeArray, makeArrayRankPlusOne, next, nextBoolean, nextByte, nextChar, nextDouble, nextFloat, nextInt, nextLong, nextShort, permute, reduce, reduce, resetLocalIterator, reshape, reshapeNoCopy, reshapeVLen, section, section, section, sectionNoReduce, setUnsigned, shapeToString, slice, toString, transpose
-
-
-
-
方法详细资料
-
factory
public static ArrayStructureBB factory(ArrayStructureBB org, Section section)
Make a section of an ArrayStructureBB- 参数:
org- the originalsection- of the whole- 返回:
- original, if section is empty or the same saze as the original, else a section of the original
-
calcOffsetSetOrder
protected int calcOffsetSetOrder(int recnum, StructureMembers.Member m)- 覆盖:
calcOffsetSetOrder在类中ArrayStructureBB
-
-