|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataDescriptor | |
---|---|
ucar.nc2.iosp.bufr | I/O Service Provider for BUFR format files |
Uses of DataDescriptor in ucar.nc2.iosp.bufr |
---|
Methods in ucar.nc2.iosp.bufr that return DataDescriptor | |
---|---|
DataDescriptor |
DataDescriptorTreeConstructor.factory(TableLookup lookup,
BufrDataDescriptionSection dds)
|
DataDescriptor |
Message.getRootDataDescriptor()
Get the root of the DataDescriptor tree. |
Methods in ucar.nc2.iosp.bufr that return types with arguments of type DataDescriptor | |
---|---|
List<DataDescriptor> |
DataDescriptor.getSubKeys()
|
Methods in ucar.nc2.iosp.bufr with parameters of type DataDescriptor | |
---|---|
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)
|
Method parameters in ucar.nc2.iosp.bufr with type arguments of type DataDescriptor | |
---|---|
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. |
Constructors in ucar.nc2.iosp.bufr with parameters of type DataDescriptor | |
---|---|
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) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |