Package | Description |
---|---|
dap4.cdm | |
dap4.servlet | |
ucar.ma2 |
Multidimensional arrays of primitives and objects with data stored in memory.
|
ucar.nc2 |
The public API to the Java-NetCDF library.
|
ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
ucar.nc2.ft2 | |
ucar.nc2.iosp |
General classes for I/O Service Providers
|
ucar.nc2.iosp.bufr |
I/O Service Provider for BUFR format files
|
ucar.nc2.iosp.nids |
I/O Service Provider for NIDS (Nexrad level 3) format files
|
ucar.nc2.iosp.noaa | |
ucar.nc2.stream |
Modifier and Type | Class and Description |
---|---|
class |
CDMArraySequence
CDM now has an ArraySequence type intended to
support VLEN.
|
class |
CDMArrayStructure
Implementation of ArrayStructure that wraps
DAP4 databuffer
(Note: Needs serious optimization applied).
|
Modifier and Type | Method and Description |
---|---|
ArrayStructure |
CDMArrayStructure.getArrayStructure(int index,
StructureMembers.Member m) |
Modifier and Type | Method and Description |
---|---|
protected StructureData |
CDMArrayStructure.makeStructureData(ArrayStructure as,
int index) |
protected StructureData |
CDMArraySequence.makeStructureData(ArrayStructure as,
int index) |
Modifier and Type | Field and Description |
---|---|
protected ArrayStructure |
CDMDataCompoundArray.array |
Constructor and Description |
---|
CDMDataCompoundArray(CDMDSP dsp,
DapVariable dv,
ArrayStructure array) |
Modifier and Type | Class and Description |
---|---|
class |
ArraySequence
ArraySequence is the way to contain the data for a Sequence, using a StructureDataIterator.
|
class |
ArraySequenceNested
Handles nested sequences: a 1D array of variable length 1D arrays of StructureData.
|
class |
ArrayStructureBB
Concrete implementation of ArrayStructure, data storage is in a ByteBuffer, which is converted to member data on the fly.
|
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
|
class |
ArrayStructureComposite
An ArrayStructure compose of other ArrayStructures.
|
class |
ArrayStructureMA
Concrete implementation of ArrayStructure, data storage is in member arrays, which are converted to
StructureData member data on the fly.
|
class |
ArrayStructureW
Concrete implementation of ArrayStructure, with data access deferred to the StructureData objects.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayStructure |
StructureDataA.sa |
Modifier and Type | Method and Description |
---|---|
ArrayStructure |
ArraySequenceNested.flatten()
Flatten the Structures into a 1D array of Structures of length getTotalNumberOfStructures().
|
ArrayStructure |
ArrayStructure.ArrayStructureIterator.getArrayStructure() |
ArrayStructure |
ArraySequenceNested.getArrayStructure(int recnum,
StructureMembers.Member m) |
ArrayStructure |
ArrayStructureBB.getArrayStructure(int recnum,
StructureMembers.Member m) |
ArrayStructure |
ArrayStructureW.getArrayStructure(int recnum,
StructureMembers.Member m) |
ArrayStructure |
ArrayStructure.getArrayStructure(int recnum,
StructureMembers.Member m)
Get member data of type array of Structure.
|
ArrayStructure |
StructureData.getArrayStructure(String memberName)
Get member data of type Structure.
|
ArrayStructure |
StructureDataW.getArrayStructure(StructureMembers.Member m)
Get member data of type Structure.
|
ArrayStructure |
StructureDataComposite.getArrayStructure(StructureMembers.Member m) |
ArrayStructure |
StructureDataA.getArrayStructure(StructureMembers.Member m) |
ArrayStructure |
StructureDataProxy.getArrayStructure(StructureMembers.Member m) |
abstract ArrayStructure |
StructureData.getArrayStructure(StructureMembers.Member m)
Get ArrayStructure for a member of type Structure.
|
Modifier and Type | Method and Description |
---|---|
static ArrayStructureBB |
StructureDataDeep.copyToArrayBB(ArrayStructure 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(Structure s,
ArrayStructure as,
ByteOrder bo)
Make deep copy to an ArrayStructureBB whose data is contained in a ByteBuffer.
|
static ArrayStructureMA |
ArrayStructureMA.factoryMA(ArrayStructure from)
Turn any ArrayStructure into a ArrayStructureMA
|
protected StructureData |
ArraySequenceNested.makeStructureData(ArrayStructure as,
int index) |
protected StructureData |
ArrayStructureBB.makeStructureData(ArrayStructure as,
int index) |
protected StructureData |
ArrayStructureW.makeStructureData(ArrayStructure as,
int index) |
protected StructureData |
ArraySequence.makeStructureData(ArrayStructure as,
int index) |
protected abstract StructureData |
ArrayStructure.makeStructureData(ArrayStructure as,
int recno) |
protected StructureData |
ArrayStructureComposite.makeStructureData(ArrayStructure me,
int recno) |
protected StructureData |
ArrayStructureMA.makeStructureData(ArrayStructure as,
int index) |
Constructor and Description |
---|
SequenceIterator(int start,
int size,
ArrayStructure abb) |
StructureDataA(ArrayStructure sa,
int recno)
Constructor.
|
Constructor and Description |
---|
ArrayStructureComposite(StructureMembers members,
List<ArrayStructure> c,
int total) |
Modifier and Type | Method and Description |
---|---|
ArrayStructure |
Sequence.readStructure(int start,
int count)
UnsupportedOperation
|
ArrayStructure |
Structure.readStructure(int start,
int count)
For rank 1 array of Structures, read count Structures and return the data as an ArrayStructure.
|
Modifier and Type | Method and Description |
---|---|
protected ArrayStructure |
StructureDS.convert(Array data,
Section section) |
Modifier and Type | Field and Description |
---|---|
ArrayStructure |
TableConfig.as |
Modifier and Type | Method and Description |
---|---|
void |
Sequence.write(String key,
ArrayStructure data) |
Modifier and Type | Method and Description |
---|---|
static ArrayStructureBB |
IospHelper.makeArrayBB(ArrayStructure as)
Deprecated.
use StructureDataDeep.copyToArrayBB
|
Modifier and Type | Method and Description |
---|---|
ArrayStructure |
MessageUncompressedDataReader.readEntireMessage(Structure s,
Message proto,
Message m,
RandomAccessFile raf,
Formatter f)
Read all datasets from a single message
|
ArrayStructure |
MessageCompressedDataReader.readEntireMessage(Structure s,
Message proto,
Message m,
RandomAccessFile raf,
Formatter f)
Read all datasets from a single message
|
Modifier and Type | Method and Description |
---|---|
ArrayStructure |
Nidsiosp.readCircleStructData(String name,
ByteBuffer bos,
ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
Read data
|
ArrayStructure |
Nidsiosp.readGraphicSymbolData(String name,
ByteBuffer bos,
ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
Read graphic sysmbol structure data
|
ArrayStructure |
Nidsiosp.readLinkedVectorData(String name,
ByteBuffer bos,
ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
Read linked vector sturcture data
|
ArrayStructure |
Nidsiosp.readTextStringData(String name,
ByteBuffer bos,
ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
Read data
|
ArrayStructure |
Nidsiosp.readUnlinkedVectorData(String name,
ByteBuffer bos,
ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
Read data
|
ArrayStructure |
Nidsiosp.readVectorArrowData(String name,
ByteBuffer bos,
ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
Read data
|
ArrayStructure |
Nidsiosp.readWindBarbData(String name,
ByteBuffer bos,
ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo,
List sList)
Read data
|
Modifier and Type | Method and Description |
---|---|
ArrayStructure |
StructureDataRegexp.getArrayStructure(StructureMembers.Member m) |
ArrayStructure |
StructureDataAscii.getArrayStructure(StructureMembers.Member m) |
Modifier and Type | Method and Description |
---|---|
static long |
NcStream.encodeArrayStructure(ArrayStructure as,
ByteOrder bo,
OutputStream os) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.