| 程序包 | 说明 |
|---|---|
| org.meteoinfo.ndarray |
Multidimensional arrays of primitives and objects with data stored in memory.
|
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
ArrayStructureBBpos |
Variation of ArrayStructureBB, where the offsets of the records into the ByteBuffer are uneven and must be
passed in by the user.
|
class |
ArrayStructureBBsection |
Describe
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static ArrayStructureBB |
StructureDataDeep.copyToArrayBB(ArrayStructureBak as,
ByteOrder bo,
boolean canonical) |
Make deep copy from an ArrayStructure to a ArrayStructureBB whose data is contained in a ByteBuffer
|
static ArrayStructureBB |
StructureDataDeep.copyToArrayBB(StructureData sdata) |
Make deep copy from a StructureData to a ArrayStructureBB whose data is contained in a ByteBuffer.
|
static ArrayStructureBB |
StructureDataDeep.copyToArrayBB(StructureData sdata,
StructureMembers sm,
ByteOrder bo) |
Make deep copy from a StructureData to a ArrayStructureBB whose data is contained in a ByteBuffer
|
static ArrayStructureBB |
ArrayStructureBBsection.factory(ArrayStructureBB org,
Section section) |
Make a section of an ArrayStructureBB
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static int |
StructureDataDeep.copyToArrayBB(StructureData sdata,
ArrayStructureBB abb) |
Make deep copy from a StructureData into the given ArrayStructureBB
|
static ArrayStructureBB |
ArrayStructureBBsection.factory(ArrayStructureBB org,
Section section) |
Make a section of an ArrayStructureBB
|
Copyright © 2019. All rights reserved.