Package | Description |
---|---|
ucar.nc2.iosp.bufr |
I/O Service Provider for BUFR format files
|
Modifier and Type | Method and Description |
---|---|
DataDescriptor |
DataDescriptorTreeConstructor.factory(BufrTableLookup lookup,
BufrDataDescriptionSection dds) |
DataDescriptor |
Message.getRootDataDescriptor()
Get the root of the DataDescriptor tree.
|
Modifier and Type | Method and Description |
---|---|
List<DataDescriptor> |
DataDescriptor.getSubKeys() |
Modifier and Type | Method and Description |
---|---|
BitCounterUncompressed[] |
BitCounterUncompressed.getNested(DataDescriptor subKey) |
int |
BitCounterUncompressed.getOffset(DataDescriptor dkey) |
BitCounterUncompressed |
BitCounterUncompressed.makeNested(DataDescriptor subKey,
int n,
int row,
int replicationCountSize)
Track nested Tables.
|
void |
BitCounterUncompressed.setBitOffset(DataDescriptor dkey) |
Modifier and Type | Method and Description |
---|---|
static void |
DataDescriptor.transferInfo(List<DataDescriptor> fromList,
List<DataDescriptor> toList)
Transfer info from the "proto message" to another message with the exact same structure.
|
static void |
DataDescriptor.transferInfo(List<DataDescriptor> fromList,
List<DataDescriptor> toList)
Transfer info from the "proto message" to another message with the exact same structure.
|
Constructor and Description |
---|
BitCounterCompressed(DataDescriptor dkey,
int n,
int bitOffset)
This counts the size of an array of Structures or Sequences, ie Structure(n)
|
BitCounterUncompressed(DataDescriptor parent,
int nrows,
int replicationCountSize)
This counts the size of an array of Structures or Sequences, ie Structure(n)
|
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.