A B C D E F G H I L M N O P R S T U V W Y 

A

ACTION_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
addAllFlds(Iterable<? extends BufrCdmIndexProto.Field>) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
addAllStations(Iterable<? extends BufrCdmIndexProto.Station>) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
addDescriptor(short, short, int, int, int, String, String, String) - Method in class ucar.nc2.iosp.bufr.tables.TableB
 
addDescriptor(short, short, String, List<Short>) - Method in class ucar.nc2.iosp.bufr.tables.TableD
 
addFeature(short) - Method in class ucar.nc2.iosp.bufr.tables.TableD.Descriptor
 
addFlds(BufrCdmIndexProto.Field) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
addFlds(int, BufrCdmIndexProto.Field) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
addFlds(BufrCdmIndexProto.Field.Builder) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
addFlds(int, BufrCdmIndexProto.Field.Builder) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
addFldsBuilder() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
addFldsBuilder(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
addLookupFile(String) - Static method in class ucar.nc2.iosp.bufr.tables.BufrTables
 
addNestedCounters(int) - Method in class ucar.nc2.iosp.bufr.BitCounterCompressed
 
addStations(BufrCdmIndexProto.Station) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
addStations(int, BufrCdmIndexProto.Station) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
addStations(BufrCdmIndexProto.Station.Builder) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
addStations(int, BufrCdmIndexProto.Station.Builder) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
addStationsBuilder() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
addStationsBuilder(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
addTable(Message) - Method in class ucar.nc2.iosp.bufr.EmbeddedTable
 
addTable(TableB) - Method in class ucar.nc2.iosp.bufr.tables.TableB.Composite
 
ALT_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
asArray_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
asArray = 4;
asMissing_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
asMissing = 3;

B

b - Variable in class ucar.nc2.iosp.bufr.tables.BufrTables.Tables
 
BitCounter - Interface in ucar.nc2.iosp.bufr
Interface for bit counters
BitCounterCompressed - Class in ucar.nc2.iosp.bufr
Count size of compressed fields
BitCounterCompressed(DataDescriptor, int, int) - Constructor for class ucar.nc2.iosp.bufr.BitCounterCompressed
This counts the size of an array of Structures or Sequences, ie Structure(n)
BitCounterUncompressed - Class in ucar.nc2.iosp.bufr
Counts the size of nested tables, for uncompressed messages.
BitCounterUncompressed(DataDescriptor, int, int) - Constructor for class ucar.nc2.iosp.bufr.BitCounterUncompressed
This counts the size of an array of Structures or Sequences, ie Structure(n)
BITWIDTH_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
Bufr2Xml - Class in ucar.nc2.iosp.bufr.writer
Write BUFR to an ad-hoc XML format
Bufr2Xml(Message, NetcdfFile, OutputStream, boolean) - Constructor for class ucar.nc2.iosp.bufr.writer.Bufr2Xml
 
BufrCdmIndex - Class in ucar.nc2.ft.point.bufr
Manage cdm index (ncx) for Bufr files.
BufrCdmIndex() - Constructor for class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
BufrCdmIndexProto - Class in ucar.nc2.ft.point.bufr
 
BufrCdmIndexProto.BufrIndex - Class in ucar.nc2.ft.point.bufr
Protobuf type bufrCdmIndex.BufrIndex
BufrCdmIndexProto.BufrIndex.Builder - Class in ucar.nc2.ft.point.bufr
Protobuf type bufrCdmIndex.BufrIndex
BufrCdmIndexProto.BufrIndexOrBuilder - Interface in ucar.nc2.ft.point.bufr
 
BufrCdmIndexProto.Field - Class in ucar.nc2.ft.point.bufr
Protobuf type bufrCdmIndex.Field
BufrCdmIndexProto.Field.Builder - Class in ucar.nc2.ft.point.bufr
Protobuf type bufrCdmIndex.Field
BufrCdmIndexProto.FieldOrBuilder - Interface in ucar.nc2.ft.point.bufr
 
BufrCdmIndexProto.FldAction - Enum in ucar.nc2.ft.point.bufr
Protobuf enum bufrCdmIndex.FldAction
BufrCdmIndexProto.FldType - Enum in ucar.nc2.ft.point.bufr
Protobuf enum bufrCdmIndex.FldType
BufrCdmIndexProto.Station - Class in ucar.nc2.ft.point.bufr
Protobuf type bufrCdmIndex.Station
BufrCdmIndexProto.Station.Builder - Class in ucar.nc2.ft.point.bufr
Protobuf type bufrCdmIndex.Station
BufrCdmIndexProto.StationOrBuilder - Interface in ucar.nc2.ft.point.bufr
 
BufrConfig - Class in ucar.nc2.iosp.bufr
Configuration for converting BUFR files to CDM DataDescriptor tree becomes FieldConverter tree with annotations.
BufrConfig.BufrStation - Class in ucar.nc2.iosp.bufr
 
BufrConfig.BufrStation() - Constructor for class ucar.nc2.iosp.bufr.BufrConfig.BufrStation
 
BufrConfig.FieldConverter - Class in ucar.nc2.iosp.bufr
 
BufrDataDescriptionSection - Class in ucar.nc2.iosp.bufr
Represents Section 3 of a BUFR message.
BufrDataDescriptionSection(RandomAccessFile) - Constructor for class ucar.nc2.iosp.bufr.BufrDataDescriptionSection
Constructs a BufrDataDescriptionSection object by reading section 3 from a BUFR file.
BufrDataProcess - Class in ucar.nc2.iosp.bufr.writer
reads a file with BUFR messages in it and prints out the data values.
BufrDataProcess(String, OutputStream, FileFilter) - Constructor for class ucar.nc2.iosp.bufr.writer.BufrDataProcess
 
BufrDataSection - Class in ucar.nc2.iosp.bufr
Represents Section 4 of a BUFR message.
BufrDataSection(long, int) - Constructor for class ucar.nc2.iosp.bufr.BufrDataSection
 
BufrFeatureDatasetFactory - Class in ucar.nc2.ft.point.bufr
Use BufrConfig to make BUFR files into PointFeatureDataset
BufrFeatureDatasetFactory() - Constructor for class ucar.nc2.ft.point.bufr.BufrFeatureDatasetFactory
 
BufrField - Interface in ucar.nc2.ft.point.bufr
Abstraction for BUFR field.
bufrFilename - Variable in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
BufrIdentificationSection - Class in ucar.nc2.iosp.bufr
A class representing the IdentificationSection (section 1) of a BUFR record.
BufrIdentificationSection(RandomAccessFile, BufrIndicatorSection) - Constructor for class ucar.nc2.iosp.bufr.BufrIdentificationSection
Constructs a BufrIdentificationSection object from a raf.
BufrIndicatorSection - Class in ucar.nc2.iosp.bufr
A class representing the IndicatorSection (section 0) of a BUFR record.
BufrIndicatorSection(RandomAccessFile) - Constructor for class ucar.nc2.iosp.bufr.BufrIndicatorSection
Constructs a BufrIndicatorSection object from a raf.
BufrIosp2 - Class in ucar.nc2.iosp.bufr
IOSP for BUFR data - version 2, use the preprocessor
BufrIosp2() - Constructor for class ucar.nc2.iosp.bufr.BufrIosp2
 
BufrNumbers - Class in ucar.nc2.iosp.bufr
A class that contains static methods for converting multiple bytes into one float or integer.
BufrNumbers() - Constructor for class ucar.nc2.iosp.bufr.BufrNumbers
 
BufrSplitter - Class in ucar.nc2.iosp.bufr.writer
Reads BUFR files and splits them into separate files based on Message.hashCode()
BufrSplitter(String, Formatter) - Constructor for class ucar.nc2.iosp.bufr.writer.BufrSplitter
 
BufrSplitter2 - Class in ucar.nc2.iosp.bufr.writer
Read BUFR files and split them.
BufrSplitter2(String, Formatter) - Constructor for class ucar.nc2.iosp.bufr.writer.BufrSplitter2
 
BufrTableLookup - Class in ucar.nc2.iosp.bufr
Look up info in BUFR tables.
BufrTables - Class in ucar.nc2.iosp.bufr.tables
Reads BUFR tables of various forms.
BufrTables() - Constructor for class ucar.nc2.iosp.bufr.tables.BufrTables
 
BufrTables.Format - Enum in ucar.nc2.iosp.bufr.tables
 
BufrTables.Mode - Enum in ucar.nc2.iosp.bufr.tables
 
BufrTables.TableConfig - Class in ucar.nc2.iosp.bufr.tables
 
BufrTables.TableConfig() - Constructor for class ucar.nc2.iosp.bufr.tables.BufrTables.TableConfig
 
BufrTables.Tables - Class in ucar.nc2.iosp.bufr.tables
 
build() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
 
build() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
 
build() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
 
buildPartial() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
 
buildPartial() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
 
buildPartial() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
 

C

calcIndexFile(String) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
calcTotalBits(Formatter) - Method in class ucar.nc2.iosp.bufr.Message
 
centerId - Static variable in class ucar.nc2.iosp.bufr.BufrIosp2
 
cleanUnit(String) - Static method in class ucar.nc2.iosp.bufr.tables.WmoXmlReader
 
clear() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
 
clear() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
 
clear() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
 
clearAction() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional .bufrCdmIndex.FldAction action = 4;
clearAlt() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional double alt = 4;
clearBitWidth() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required int32 bitWidth = 12;
clearCount() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required int32 count = 7;
clearDesc() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string desc = 8;
clearDesc() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional string desc = 5;
clearEnd() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required uint64 end = 5;
clearFilename() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required string filename = 1;
clearFlds() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
clearFxy() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required uint32 fxy = 1;
clearId() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required string id = 1;
clearLat() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required double lat = 2;
clearLon() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required double lon = 3;
clearMax() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional uint32 max = 7;
clearMin() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional uint32 min = 6;
clearName() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string name = 2;
clearNobs() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required uint64 nobs = 6;
clearReference() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required int32 reference = 11;
clearRoot() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required .bufrCdmIndex.Field root = 3;
clearScale() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required int32 scale = 10;
clearStart() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required uint64 start = 4;
clearStations() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
clearType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional .bufrCdmIndex.FldType type = 5;
clearUnits() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string units = 9;
clearWmoId() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional string wmoId = 6;
clone() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
 
clone() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
 
clone() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
 
close() - Method in class ucar.nc2.iosp.bufr.Message
 
CodeFlagTables - Class in ucar.nc2.iosp.bufr.tables
Read BUFR Code / Flag tables.
compareTo(TableB.Descriptor) - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
 
compareTo(TableD.Descriptor) - Method in class ucar.nc2.iosp.bufr.tables.TableD.Descriptor
 
concat_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
concat = 5;
containsBufrTable() - Method in class ucar.nc2.iosp.bufr.Message
Check if this message contains a BUFR table
convert(long) - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
convert(long, int, int, int) - Static method in class ucar.nc2.iosp.bufr.DataDescriptor
 
count - Variable in class ucar.nc2.iosp.bufr.BufrConfig.BufrStation
 
COUNT_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 

D

d - Variable in class ucar.nc2.iosp.bufr.tables.BufrTables.Tables
 
DataDescriptor - Class in ucar.nc2.iosp.bufr
Essentially a TableB entry, modified by any relevent TableC operators.
DataDescriptor(short, BufrTableLookup) - Constructor for class ucar.nc2.iosp.bufr.DataDescriptor
 
DataDescriptorTreeConstructor - Class in ucar.nc2.iosp.bufr
Convert a list of data descriptors to a tree of DataDescriptor objects.
DataDescriptorTreeConstructor() - Constructor for class ucar.nc2.iosp.bufr.DataDescriptorTreeConstructor
 
dataSection - Variable in class ucar.nc2.iosp.bufr.Message
 
day_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
day = 17;
dds - Variable in class ucar.nc2.iosp.bufr.Message
 
DESC_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
DESC_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
Descriptor - Class in ucar.nc2.iosp.bufr
Static methods to manipulate the f-x-y descriptors
Descriptor() - Constructor for class ucar.nc2.iosp.bufr.Descriptor
 
doy_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
doy = 21;
dump(Formatter) - Method in class ucar.nc2.iosp.bufr.Message
 
dumpHeader(Formatter) - Method in class ucar.nc2.iosp.bufr.Message
 
dumpHeaderShort(Formatter) - Method in class ucar.nc2.iosp.bufr.Message
 

E

EmbeddedTable - Class in ucar.nc2.iosp.bufr
BUFR allows you to encode a BUFR table in BUFR.
end - Variable in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
END_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
equals(Object) - Method in class ucar.nc2.iosp.bufr.BufrConfig.BufrStation
 
equals(Object) - Method in class ucar.nc2.iosp.bufr.Message
BufrMessage is equal if they have the same dds.
equals2(Object) - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
execute(String) - Method in class ucar.nc2.iosp.bufr.writer.BufrSplitter
 
execute(String) - Method in class ucar.nc2.iosp.bufr.writer.BufrSplitter2
 
exit() - Method in class ucar.nc2.iosp.bufr.writer.BufrSplitter
 
exit() - Method in class ucar.nc2.iosp.bufr.writer.BufrSplitter2
 
extract(Message) - Static method in class ucar.nc2.ft.point.bufr.StandardFields
 
extract(StructureData) - Method in class ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromStructure
 
extractWMO() - Method in class ucar.nc2.iosp.bufr.Message
 

F

factory(Message) - Static method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
factory(BufrTableLookup, BufrDataDescriptionSection) - Method in class ucar.nc2.iosp.bufr.DataDescriptorTreeConstructor
 
FILENAME_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
findField(int, String) - Static method in class ucar.nc2.ft.point.bufr.StandardFields
 
findStandardField(String) - Static method in class ucar.nc2.ft.point.bufr.StandardFields
 
FLDS_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
float4(RandomAccessFile) - Static method in class ucar.nc2.iosp.bufr.BufrNumbers
Convert 4 bytes into a float value.
fxy() - Method in class ucar.nc2.iosp.bufr.tables.CodeFlagTables
 
FXY_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
fxyAttName - Static variable in class ucar.nc2.iosp.bufr.BufrIosp2
 

G

getAction() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional .bufrCdmIndex.FldAction action = 4;
getAction() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional .bufrCdmIndex.FldAction action = 4;
getAction() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional .bufrCdmIndex.FldAction action = 4;
getAction() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
getAction() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getAlt() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional double alt = 4;
getAlt() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
optional double alt = 4;
getAlt() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
optional double alt = 4;
getBitCounterUncompressed(int) - Method in class ucar.nc2.iosp.bufr.Message
Get the offset of this obs from the start of the message data.
getBitPos(int) - Method in class ucar.nc2.iosp.bufr.BitCounterCompressed
 
getBitWidth() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required int32 bitWidth = 12;
getBitWidth() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
required int32 bitWidth = 12;
getBitWidth() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
required int32 bitWidth = 12;
getBitWidth() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
getBitWidth() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getBitWidth() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
getBufrEdition() - Method in class ucar.nc2.iosp.bufr.BufrIndicatorSection
Get the edition of the BUFR specification used.
getBufrEdition() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getBufrLength() - Method in class ucar.nc2.iosp.bufr.BufrIndicatorSection
Get the byte length of this BUFR record.
getByteWidthCDM() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
Get the number of bytes the CDM datatype will take
getCategory() - Method in class ucar.nc2.iosp.bufr.BufrIdentificationSection
 
getCategory() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getCategoryFullName() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getCategoryName() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getCategoryNo() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getCenter() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getCenterId() - Method in class ucar.nc2.iosp.bufr.BufrIdentificationSection
Identification of center.
getCenterName() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getCenterNo() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getChild(int) - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getChildren() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
getChildren() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getConfig() - Method in class ucar.nc2.iosp.bufr.BufrIosp2
 
getCount() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required int32 count = 7;
getCount() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
required int32 count = 7;
getCount() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
required int32 count = 7;
getCountBits() - Method in class ucar.nc2.iosp.bufr.BitCounterUncompressed
 
getCountedDataBits() - Method in class ucar.nc2.iosp.bufr.Message
 
getCountedDataBytes() - Method in class ucar.nc2.iosp.bufr.Message
 
getDataCategory(int) - Static method in class ucar.nc2.iosp.bufr.tables.TableA
data category name, from table A
getDataDescriptors() - Method in class ucar.nc2.iosp.bufr.BufrDataDescriptionSection
get list of data descriptors as Shorts
getDataLength() - Method in class ucar.nc2.iosp.bufr.BufrDataSection
 
getDataPos() - Method in class ucar.nc2.iosp.bufr.BufrDataSection
 
getDataSubcategory(int, int) - Static method in class ucar.nc2.iosp.bufr.tables.NcepTable
 
getDataType() - Method in class ucar.nc2.iosp.bufr.BufrDataDescriptionSection
Data type (compressed or non-compressed).
getDataWidth() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
 
getDDShashcode() - Method in class ucar.nc2.iosp.bufr.Message
 
getDefaultInstance() - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
getDefaultInstance() - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
getDefaultInstance() - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
getDesc() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string desc = 8;
getDesc() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional string desc = 8;
getDesc() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional string desc = 8;
getDesc() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional string desc = 5;
getDesc() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
optional string desc = 5;
getDesc() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
optional string desc = 5;
getDesc() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
getDesc() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getDesc() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
getDesc() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
 
getDescBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string desc = 8;
getDescBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional string desc = 8;
getDescBytes() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional string desc = 8;
getDescBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional string desc = 5;
getDescBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
optional string desc = 5;
getDescBytes() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
optional string desc = 5;
getDescriptor() - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
getDescriptor() - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
getDescriptor() - Static method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
 
getDescriptor() - Static method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
 
getDescriptor() - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto
 
getDescriptor() - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
getDescriptor(short) - Method in class ucar.nc2.iosp.bufr.tables.TableB.Composite
 
getDescriptor(short) - Method in class ucar.nc2.iosp.bufr.tables.TableB
 
getDescriptor(short) - Method in class ucar.nc2.iosp.bufr.tables.TableD
 
getDescriptorForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
 
getDescriptorForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
 
getDescriptorForType() - Method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
 
getDescriptorForType() - Method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
 
getDescriptorForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
 
getDescriptorListTableD(String) - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getDescriptorListTableD(short) - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getDescriptors() - Method in class ucar.nc2.iosp.bufr.BufrDataDescriptionSection
get list of data descriptors as Strings
getDescriptors() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Composite
 
getDescriptors() - Method in class ucar.nc2.iosp.bufr.tables.TableB
 
getDescriptors() - Method in class ucar.nc2.iosp.bufr.tables.TableD
 
getDescriptorTableB(short) - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getDescriptorTableB(short) - Method in class ucar.nc2.iosp.bufr.TableLookup
 
getDescriptorTableD(short) - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getDescriptorTableD(short) - Method in class ucar.nc2.iosp.bufr.TableLookup
 
getDetailInfo() - Method in class ucar.nc2.iosp.bufr.BufrIosp2
 
getElem() - Method in class ucar.nc2.iosp.bufr.BufrIosp2
 
getEnd() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required uint64 end = 5;
getEnd() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
required uint64 end = 5;
getEnd() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
required uint64 end = 5;
getEnd() - Method in class ucar.nc2.iosp.bufr.BufrConfig
 
getFeatureType() - Method in class ucar.nc2.ft.point.bufr.BufrFeatureDatasetFactory
 
getFeatureType() - Method in class ucar.nc2.iosp.bufr.BufrConfig
 
getFieldName(BufrCdmIndexProto.FldType) - Method in class ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromStructure
 
getFieldValue(BufrCdmIndexProto.FldType) - Method in class ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromStructure
 
getFieldValueD(BufrCdmIndexProto.FldType) - Method in class ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromStructure
 
getFieldValueS(BufrCdmIndexProto.FldType) - Method in class ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromStructure
 
getFilename() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required string filename = 1;
getFilename() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
required string filename = 1;
getFilename() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
required string filename = 1;
getFilename() - Method in class ucar.nc2.iosp.bufr.BufrConfig
 
getFilenameBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required string filename = 1;
getFilenameBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
required string filename = 1;
getFilenameBytes() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
required string filename = 1;
getFileTypeDescription() - Method in class ucar.nc2.iosp.bufr.BufrIosp2
 
getFileTypeId() - Method in class ucar.nc2.iosp.bufr.BufrIosp2
 
getFirstDataMessage() - Method in class ucar.nc2.iosp.bufr.MessageScanner
 
getFlds(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
getFlds(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
repeated .bufrCdmIndex.Field flds = 3;
getFlds(int) - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
repeated .bufrCdmIndex.Field flds = 3;
getFldsBuilder(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
getFldsBuilderList() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
getFldsCount() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
getFldsCount() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
repeated .bufrCdmIndex.Field flds = 3;
getFldsCount() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
repeated .bufrCdmIndex.Field flds = 3;
getFldsList() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
getFldsList() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
repeated .bufrCdmIndex.Field flds = 3;
getFldsList() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
repeated .bufrCdmIndex.Field flds = 3;
getFldsOrBuilder(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
getFldsOrBuilder(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
repeated .bufrCdmIndex.Field flds = 3;
getFldsOrBuilder(int) - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
repeated .bufrCdmIndex.Field flds = 3;
getFldsOrBuilderList() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
getFldsOrBuilderList() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
repeated .bufrCdmIndex.Field flds = 3;
getFldsOrBuilderList() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
repeated .bufrCdmIndex.Field flds = 3;
getFxy() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required uint32 fxy = 1;
getFxy() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
required uint32 fxy = 1;
getFxy() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
required uint32 fxy = 1;
getFxy() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
getFxy() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getFxy() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
getFxy(String) - Static method in class ucar.nc2.iosp.bufr.Descriptor
 
getFxy(short, short, short) - Static method in class ucar.nc2.iosp.bufr.Descriptor
 
getFxy() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
Get fxy as a String, eg 0-5-22
getFxy() - Method in class ucar.nc2.iosp.bufr.tables.TableD.Descriptor
Get fxy as a String, eg 3-4-22
getFxy2(String) - Static method in class ucar.nc2.iosp.bufr.Descriptor
 
getFxyName() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
getFxyName() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getFxyName() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
getHeader() - Method in class ucar.nc2.iosp.bufr.Message
 
getId() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required string id = 1;
getId() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
required string id = 1;
getId() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
required string id = 1;
getId() - Method in class ucar.nc2.iosp.bufr.tables.CodeFlagTables
 
getId() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
Get fxy as a short
getId() - Method in class ucar.nc2.iosp.bufr.tables.TableD.Descriptor
Get fxy as a short
getIdBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required string id = 1;
getIdBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
required string id = 1;
getIdBytes() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
required string id = 1;
getKeys() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Composite
 
getKeys() - Method in class ucar.nc2.iosp.bufr.tables.TableB
 
getLastModified() - Method in class ucar.nc2.iosp.bufr.writer.MessageWriter
 
getLat() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required double lat = 2;
getLat() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
required double lat = 2;
getLat() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
required double lat = 2;
getLocalOverride() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
 
getLocalOverride() - Method in class ucar.nc2.iosp.bufr.tables.TableD.Descriptor
 
getLocalSubCategory() - Method in class ucar.nc2.iosp.bufr.BufrIdentificationSection
 
getLocalSubCategory() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getLocalTableB() - Method in class ucar.nc2.iosp.bufr.TableLookup
 
getLocalTableBName() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getLocalTableBName() - Method in class ucar.nc2.iosp.bufr.TableLookup
 
getLocalTableD() - Method in class ucar.nc2.iosp.bufr.TableLookup
 
getLocalTableDName() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getLocalTableDName() - Method in class ucar.nc2.iosp.bufr.TableLookup
 
getLocalTables(int, int, int, int, int) - Static method in class ucar.nc2.iosp.bufr.tables.BufrTables
 
getLocalTableVersion() - Method in class ucar.nc2.iosp.bufr.BufrIdentificationSection
 
getLocalTableVersion() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getLocalUseBytes() - Method in class ucar.nc2.iosp.bufr.BufrIdentificationSection
last bytes of the id section are "reserved for local use by ADP centers.
getLocation() - Method in class ucar.nc2.iosp.bufr.tables.TableB
 
getLocation() - Method in class ucar.nc2.iosp.bufr.tables.TableD
 
getLon() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required double lon = 3;
getLon() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
required double lon = 3;
getLon() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
required double lon = 3;
getLookup() - Method in class ucar.nc2.iosp.bufr.Message
 
getMap() - Method in class ucar.nc2.iosp.bufr.tables.CodeFlagTables
 
getMasterTableId() - Method in class ucar.nc2.iosp.bufr.BufrIdentificationSection
 
getMasterTableId() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getMasterTableVersion() - Method in class ucar.nc2.iosp.bufr.BufrIdentificationSection
 
getMasterTableVersion() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getMax() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional uint32 max = 7;
getMax() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional uint32 max = 7;
getMax() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional uint32 max = 7;
getMax() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
getMax() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getMessage(RandomAccessFile) - Method in class ucar.nc2.iosp.bufr.writer.BufrSplitter
 
getMessageBytes(Message) - Method in class ucar.nc2.iosp.bufr.MessageScanner
 
getMessageBytesFromLast(Message) - Method in class ucar.nc2.iosp.bufr.MessageScanner
 
getMessageSize() - Method in class ucar.nc2.iosp.bufr.Message
Get the byte length of the entire BUFR record.
getMessHash() - Method in class ucar.nc2.iosp.bufr.BufrConfig
 
getMin() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional uint32 min = 6;
getMin() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional uint32 min = 6;
getMin() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional uint32 min = 6;
getMin() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
getMin() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getMode() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getMode() - Method in class ucar.nc2.iosp.bufr.TableLookup
 
getMode() - Method in class ucar.nc2.iosp.bufr.tables.BufrTables.TableConfig
 
getName() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string name = 2;
getName() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional string name = 2;
getName() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional string name = 2;
getName() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
getName() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getName() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
getName(short, BufrTableLookup) - Static method in class ucar.nc2.iosp.bufr.Descriptor
 
getName() - Method in class ucar.nc2.iosp.bufr.tables.BufrTables.TableConfig
 
getName() - Method in class ucar.nc2.iosp.bufr.tables.CodeFlagTables
 
getName() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
 
getName() - Method in class ucar.nc2.iosp.bufr.tables.TableB
 
getName() - Method in class ucar.nc2.iosp.bufr.tables.TableD.Descriptor
 
getName() - Method in class ucar.nc2.iosp.bufr.tables.TableD
 
getNameBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string name = 2;
getNameBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional string name = 2;
getNameBytes() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional string name = 2;
getNested(DataDescriptor) - Method in class ucar.nc2.iosp.bufr.BitCounterUncompressed
 
getNestedCounters(int) - Method in class ucar.nc2.iosp.bufr.BitCounterCompressed
 
getNobs() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required uint64 nobs = 6;
getNobs() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
required uint64 nobs = 6;
getNobs() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
required uint64 nobs = 6;
getNobs() - Method in class ucar.nc2.iosp.bufr.BufrConfig
 
getNumber() - Method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
 
getNumber() - Method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
 
getNumberDatasets() - Method in class ucar.nc2.iosp.bufr.BufrDataDescriptionSection
Number of data sets in this record.
getNumberDatasets() - Method in class ucar.nc2.iosp.bufr.Message
Get number of datasets in this message.
getNumberRows() - Method in interface ucar.nc2.iosp.bufr.BitCounter
 
getNumberRows() - Method in class ucar.nc2.iosp.bufr.BitCounterCompressed
 
getNumberRows() - Method in class ucar.nc2.iosp.bufr.BitCounterUncompressed
 
getOffset(DataDescriptor) - Method in class ucar.nc2.iosp.bufr.BitCounterUncompressed
 
getOffset() - Method in class ucar.nc2.iosp.bufr.BufrDataDescriptionSection
Offset to the beginning of BufrDataDescriptionSection.
getOperatorName(int) - Static method in class ucar.nc2.iosp.bufr.tables.TableC
 
getOptiondsalSection(RandomAccessFile) - Method in class ucar.nc2.iosp.bufr.BufrIdentificationSection
 
getParserForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
getParserForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
getParserForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
getRawBytes() - Method in class ucar.nc2.iosp.bufr.Message
 
getReference() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required int32 reference = 11;
getReference() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
required int32 reference = 11;
getReference() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
required int32 reference = 11;
getReference() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
getReference() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getReferenceTime() - Method in class ucar.nc2.iosp.bufr.BufrIdentificationSection
return record header time as a CalendarDate
getReferenceTime() - Method in class ucar.nc2.iosp.bufr.Message
 
getRefVal() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
getRefVal() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
 
getRoot() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required .bufrCdmIndex.Field root = 3;
getRoot() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
required .bufrCdmIndex.Field root = 3;
getRoot() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
required .bufrCdmIndex.Field root = 3;
getRootBuilder() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required .bufrCdmIndex.Field root = 3;
getRootConverter() - Method in class ucar.nc2.iosp.bufr.BufrConfig
 
getRootDataDescriptor() - Method in class ucar.nc2.iosp.bufr.Message
Get the root of the DataDescriptor tree.
getRootOrBuilder() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required .bufrCdmIndex.Field root = 3;
getRootOrBuilder() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
required .bufrCdmIndex.Field root = 3;
getRootOrBuilder() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
required .bufrCdmIndex.Field root = 3;
getScale() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required int32 scale = 10;
getScale() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
required int32 scale = 10;
getScale() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
required int32 scale = 10;
getScale() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
getScale() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getScale() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
getScale() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
 
getSequence() - Method in class ucar.nc2.iosp.bufr.tables.TableD.Descriptor
 
getSerializedSize() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
getSerializedSize() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
getSerializedSize() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
getSource() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
getSource() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
 
getStandardField(BufrCdmIndexProto.FldType) - Method in class ucar.nc2.iosp.bufr.BufrConfig
 
getStart() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required uint64 start = 4;
getStart() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
required uint64 start = 4;
getStart() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
required uint64 start = 4;
getStart() - Method in class ucar.nc2.iosp.bufr.BufrConfig
 
getStartBit(int) - Method in class ucar.nc2.iosp.bufr.BitCounterUncompressed
 
getStartingBitPos() - Method in class ucar.nc2.iosp.bufr.BitCounterCompressed
 
getStartPos() - Method in class ucar.nc2.iosp.bufr.BufrIndicatorSection
Get starting position in the file.
getStartPos() - Method in class ucar.nc2.iosp.bufr.Message
 
getStationId() - Method in class ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromStructure
 
getStationMap() - Method in class ucar.nc2.iosp.bufr.BufrConfig
 
getStations(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
getStations(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
repeated .bufrCdmIndex.Station stations = 2;
getStations(int) - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
repeated .bufrCdmIndex.Station stations = 2;
getStationsBuilder(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
getStationsBuilderList() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
getStationsCount() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
getStationsCount() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
repeated .bufrCdmIndex.Station stations = 2;
getStationsCount() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
repeated .bufrCdmIndex.Station stations = 2;
getStationsList() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
getStationsList() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
repeated .bufrCdmIndex.Station stations = 2;
getStationsList() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
repeated .bufrCdmIndex.Station stations = 2;
getStationsOrBuilder(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
getStationsOrBuilder(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
repeated .bufrCdmIndex.Station stations = 2;
getStationsOrBuilder(int) - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
repeated .bufrCdmIndex.Station stations = 2;
getStationsOrBuilderList() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
getStationsOrBuilderList() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
repeated .bufrCdmIndex.Station stations = 2;
getStationsOrBuilderList() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
repeated .bufrCdmIndex.Station stations = 2;
getStructureIterator(Structure, int) - Method in class ucar.nc2.iosp.bufr.BufrIosp2
 
getSubCategory() - Method in class ucar.nc2.iosp.bufr.BufrIdentificationSection
 
getSubCategory() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getSubCategoryName() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getSubCenter() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getSubCenterId() - Method in class ucar.nc2.iosp.bufr.BufrIdentificationSection
Identification of subcenter.
getSubKeys() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
getTable(short) - Static method in class ucar.nc2.iosp.bufr.tables.CodeFlagTables
 
getTableBformat() - Method in class ucar.nc2.iosp.bufr.tables.BufrTables.TableConfig
 
getTableBname() - Method in class ucar.nc2.iosp.bufr.tables.BufrTables.TableConfig
 
getTableConfigsAsArray() - Static method in class ucar.nc2.iosp.bufr.tables.BufrTables
 
getTableDformat() - Method in class ucar.nc2.iosp.bufr.tables.BufrTables.TableConfig
 
getTableDname() - Method in class ucar.nc2.iosp.bufr.tables.BufrTables.TableConfig
 
getTableLookup() - Method in class ucar.nc2.iosp.bufr.MessageScanner
 
getTableName() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getTables() - Static method in class ucar.nc2.iosp.bufr.tables.BufrTables
 
getTables() - Static method in class ucar.nc2.iosp.bufr.tables.CodeFlagTables
 
getTotalBits() - Method in class ucar.nc2.iosp.bufr.BitCounterCompressed
 
getTotalBits() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
getTotalBits() - Method in class ucar.nc2.iosp.bufr.Message
This is the total number of bits taken by the data in the data section of the message.
getTotalMessages() - Method in class ucar.nc2.iosp.bufr.MessageScanner
 
getTotalObs() - Method in class ucar.nc2.iosp.bufr.MessageScanner
 
getType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional .bufrCdmIndex.FldType type = 5;
getType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional .bufrCdmIndex.FldType type = 5;
getType() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional .bufrCdmIndex.FldType type = 5;
getType() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
getType() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getType() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
getUnits() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string units = 9;
getUnits() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional string units = 9;
getUnits() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional string units = 9;
getUnits() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
getUnits() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
getUnits() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
getUnits() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
 
getUnitsBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string units = 9;
getUnitsBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional string units = 9;
getUnitsBytes() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional string units = 9;
getUnknownFields() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
getUnknownFields() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
getUnknownFields() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
getUpdateSequence() - Method in class ucar.nc2.iosp.bufr.BufrIdentificationSection
Get update sequence.
getValueDescriptor() - Method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
 
getValueDescriptor() - Method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
 
getWmoId() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional string wmoId = 6;
getWmoId() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
optional string wmoId = 6;
getWmoId() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
optional string wmoId = 6;
getWmoIdBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional string wmoId = 6;
getWmoIdBytes() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
optional string wmoId = 6;
getWmoIdBytes() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
optional string wmoId = 6;
getWmoTableB(int) - Static method in class ucar.nc2.iosp.bufr.tables.BufrTables
 
getWmoTableBlatest() - Static method in class ucar.nc2.iosp.bufr.tables.BufrTables
 
getWmoTableBName() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getWmoTableBName() - Method in class ucar.nc2.iosp.bufr.TableLookup
 
getWmoTableD(int) - Static method in class ucar.nc2.iosp.bufr.tables.BufrTables
 
getWmoTableDlatest() - Static method in class ucar.nc2.iosp.bufr.tables.BufrTables
 
getWmoTableDName() - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
getWmoTableDName() - Method in class ucar.nc2.iosp.bufr.TableLookup
 

H

hasAction() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional .bufrCdmIndex.FldAction action = 4;
hasAction() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional .bufrCdmIndex.FldAction action = 4;
hasAction() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional .bufrCdmIndex.FldAction action = 4;
hasAlt() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional double alt = 4;
hasAlt() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
optional double alt = 4;
hasAlt() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
optional double alt = 4;
hasBitWidth() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required int32 bitWidth = 12;
hasBitWidth() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
required int32 bitWidth = 12;
hasBitWidth() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
required int32 bitWidth = 12;
hasCount() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required int32 count = 7;
hasCount() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
required int32 count = 7;
hasCount() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
required int32 count = 7;
hasDesc() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string desc = 8;
hasDesc() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional string desc = 8;
hasDesc() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional string desc = 8;
hasDesc() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional string desc = 5;
hasDesc() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
optional string desc = 5;
hasDesc() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
optional string desc = 5;
hasEnd() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required uint64 end = 5;
hasEnd() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
required uint64 end = 5;
hasEnd() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
required uint64 end = 5;
hasField(BufrCdmIndexProto.FldType) - Method in class ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromStructure
 
hasFilename() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required string filename = 1;
hasFilename() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
required string filename = 1;
hasFilename() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
required string filename = 1;
hasFxy() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required uint32 fxy = 1;
hasFxy() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
required uint32 fxy = 1;
hasFxy() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
required uint32 fxy = 1;
hashCode() - Method in class ucar.nc2.iosp.bufr.BufrConfig.BufrStation
 
hashCode() - Method in class ucar.nc2.iosp.bufr.Message
Override hashcode to be consistent with equals.
hashCode2() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
hasId() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required string id = 1;
hasId() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
required string id = 1;
hasId() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
required string id = 1;
hasLat() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required double lat = 2;
hasLat() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
required double lat = 2;
hasLat() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
required double lat = 2;
hasLon() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required double lon = 3;
hasLon() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
required double lon = 3;
hasLon() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
required double lon = 3;
hasMax() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional uint32 max = 7;
hasMax() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional uint32 max = 7;
hasMax() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional uint32 max = 7;
hasMin() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional uint32 min = 6;
hasMin() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional uint32 min = 6;
hasMin() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional uint32 min = 6;
hasName() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string name = 2;
hasName() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional string name = 2;
hasName() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional string name = 2;
hasNext() - Method in class ucar.nc2.iosp.bufr.MessageScanner
 
hasNobs() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required uint64 nobs = 6;
hasNobs() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
required uint64 nobs = 6;
hasNobs() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
required uint64 nobs = 6;
hasReference() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required int32 reference = 11;
hasReference() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
required int32 reference = 11;
hasReference() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
required int32 reference = 11;
hasRoot() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required .bufrCdmIndex.Field root = 3;
hasRoot() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
required .bufrCdmIndex.Field root = 3;
hasRoot() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
required .bufrCdmIndex.Field root = 3;
hasScale() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required int32 scale = 10;
hasScale() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
required int32 scale = 10;
hasScale() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
required int32 scale = 10;
hasStart() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required uint64 start = 4;
hasStart() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
required uint64 start = 4;
hasStart() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndexOrBuilder
required uint64 start = 4;
hasStation() - Method in class ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromMessage
 
hasTable(short) - Static method in class ucar.nc2.iosp.bufr.tables.CodeFlagTables
 
hasTime() - Method in class ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromMessage
 
hasType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional .bufrCdmIndex.FldType type = 5;
hasType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional .bufrCdmIndex.FldType type = 5;
hasType() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional .bufrCdmIndex.FldType type = 5;
hasUnits() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string units = 9;
hasUnits() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
optional string units = 9;
hasUnits() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FieldOrBuilder
optional string units = 9;
hasWmoId() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional string wmoId = 6;
hasWmoId() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
optional string wmoId = 6;
hasWmoId() - Method in interface ucar.nc2.ft.point.bufr.BufrCdmIndexProto.StationOrBuilder
optional string wmoId = 6;
height_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
height = 3;
heightAboveStation_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
heightAboveStation = 4;
heightOfStation_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
heightOfStation = 5;
hour_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
hour = 18;

I

ID_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
ids - Variable in class ucar.nc2.iosp.bufr.Message
 
idxFilename - Variable in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
incrS_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
incrS = 23;
int2(RandomAccessFile) - Static method in class ucar.nc2.iosp.bufr.BufrNumbers
Convert 2 bytes into a signed integer.
int2(int, int) - Static method in class ucar.nc2.iosp.bufr.BufrNumbers
convert 2 bytes to a signed integer.
int3(RandomAccessFile) - Static method in class ucar.nc2.iosp.bufr.BufrNumbers
Convert 3 bytes into a signed integer.
int4(RandomAccessFile) - Static method in class ucar.nc2.iosp.bufr.BufrNumbers
Convert 4 bytes into a signed integer.
int8(RandomAccessFile) - Static method in class ucar.nc2.iosp.bufr.BufrNumbers
Convert 8 bytes into a signed long.
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
internalGetValueMap() - Static method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
 
internalGetValueMap() - Static method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
 
is - Variable in class ucar.nc2.iosp.bufr.Message
 
isBitCountOk() - Method in class ucar.nc2.iosp.bufr.Message
 
isBufrTable(short) - Static method in class ucar.nc2.iosp.bufr.Descriptor
 
isCompressed() - Method in class ucar.nc2.iosp.bufr.BufrDataDescriptionSection
Is data compressed?
isInitialized() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
 
isInitialized() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
isInitialized() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
 
isInitialized() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
isInitialized() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
 
isInitialized() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
isLocal() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
isLocal() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
 
isLocal() - Method in class ucar.nc2.iosp.bufr.tables.TableD.Descriptor
 
isLocalOverride() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
isMine(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.bufr.BufrFeatureDatasetFactory
 
isMissing(long, int) - Static method in class ucar.nc2.iosp.bufr.BufrNumbers
 
isNumeric() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
is descriptor numeric or String
isObserved() - Method in class ucar.nc2.iosp.bufr.BufrDataDescriptionSection
Observation data
isOkForVariable() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
isSeq() - Method in interface ucar.nc2.ft.point.bufr.BufrField
 
isSeq() - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
isTablesComplete() - Method in class ucar.nc2.iosp.bufr.Message
Check if all descriptors were found in the tables.
isValidFile(RandomAccessFile) - Method in class ucar.nc2.iosp.bufr.BufrIosp2
 
isValidFile(RandomAccessFile) - Static method in class ucar.nc2.iosp.bufr.MessageScanner
is this a valid BUFR file.
isVarLength() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
isWmoRange(short) - Static method in class ucar.nc2.iosp.bufr.Descriptor
 

L

LAT_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
lat_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
lat = 1;
LON_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
lon_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
lon = 2;

M

MAGIC_START - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
main(String[]) - Static method in class ucar.nc2.iosp.bufr.BufrConfig
 
main(String[]) - Static method in class ucar.nc2.iosp.bufr.tables.BufrTables
 
main(String[]) - Static method in class ucar.nc2.iosp.bufr.tables.CodeFlagTables
 
main(String[]) - Static method in class ucar.nc2.iosp.bufr.tables.NcepMnemonic
 
main(String[]) - Static method in class ucar.nc2.iosp.bufr.writer.Bufr2Xml
 
main(String[]) - Static method in class ucar.nc2.iosp.bufr.writer.BufrDataProcess
 
main(String[]) - Static method in class ucar.nc2.iosp.bufr.writer.BufrSplitter
 
main(String[]) - Static method in class ucar.nc2.iosp.bufr.writer.Write2ncRect
 
main(String[]) - Static method in class ucar.nc2.iosp.bufr.writer.WriteT41_ncFlat
main.
makeCalendarDate() - Method in class ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromStructure
 
makeNested(DataDescriptor, int, int, int) - Method in class ucar.nc2.iosp.bufr.BitCounterUncompressed
Track nested Tables.
makeString(short) - Static method in class ucar.nc2.iosp.bufr.Descriptor
 
makeString(int, int, int) - Static method in class ucar.nc2.iosp.bufr.Descriptor
 
MAX_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
mergeFrom(Message) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
 
mergeFrom(BufrCdmIndexProto.BufrIndex) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
 
mergeFrom(BufrCdmIndexProto.Field) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
 
mergeFrom(BufrCdmIndexProto.Station) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
 
mergeRoot(BufrCdmIndexProto.Field) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required .bufrCdmIndex.Field root = 3;
Message - Class in ucar.nc2.iosp.bufr
Encapsolates a complete BUFR message.
Message(RandomAccessFile, BufrIndicatorSection, BufrIdentificationSection, BufrDataDescriptionSection, BufrDataSection) - Constructor for class ucar.nc2.iosp.bufr.Message
 
MessageCompressedDataReader - Class in ucar.nc2.iosp.bufr
Reads through the data of a message.
MessageCompressedDataReader() - Constructor for class ucar.nc2.iosp.bufr.MessageCompressedDataReader
 
MessageDispatchDDS - Class in ucar.nc2.iosp.bufr.writer
BUFR Message Dispatch using DDS hashmap to sort the messages.
MessageScanner - Class in ucar.nc2.iosp.bufr
Sequentially scans a BUFR file, extracts the messages.
MessageScanner(RandomAccessFile) - Constructor for class ucar.nc2.iosp.bufr.MessageScanner
 
MessageScanner(RandomAccessFile, long, boolean) - Constructor for class ucar.nc2.iosp.bufr.MessageScanner
 
MessageUncompressedDataReader - Class in ucar.nc2.iosp.bufr
Class Description
MessageUncompressedDataReader() - Constructor for class ucar.nc2.iosp.bufr.MessageUncompressedDataReader
 
MessageWriter - Class in ucar.nc2.iosp.bufr.writer
Encapsolates writing BUFR message to one particular file.
MIN_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
minute_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
minute = 19;
mode - Variable in class ucar.nc2.iosp.bufr.tables.BufrTables.Tables
 
month_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
month = 16;

N

NAME_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
NcepMnemonic - Class in ucar.nc2.iosp.bufr.tables
A class that reads a mnemonic table.
NcepMnemonic() - Constructor for class ucar.nc2.iosp.bufr.tables.NcepMnemonic
 
NcepTable - Class in ucar.nc2.iosp.bufr.tables
Ncep local table overrides
NcepTable() - Constructor for class ucar.nc2.iosp.bufr.tables.NcepTable
 
ncounters() - Method in class ucar.nc2.iosp.bufr.BitCounterCompressed
Number of nested fields
NCX_IDX - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
newBuilder() - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
newBuilder(BufrCdmIndexProto.BufrIndex) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
newBuilder() - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
newBuilder(BufrCdmIndexProto.Field) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
newBuilder() - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
newBuilder(BufrCdmIndexProto.Station) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
newBuilderForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
newBuilderForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
newBuilderForType() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
next() - Method in class ucar.nc2.iosp.bufr.MessageScanner
 
nobs - Variable in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
NOBS_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
none_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
none = 1;

O

obsRecord - Static variable in class ucar.nc2.iosp.bufr.BufrIosp2
 
open(FeatureType, NetcdfDataset, Object, CancelTask, Formatter) - Method in class ucar.nc2.ft.point.bufr.BufrFeatureDatasetFactory
 
open(RandomAccessFile, NetcdfFile, CancelTask) - Method in class ucar.nc2.iosp.bufr.BufrIosp2
 
open(RandomAccessFile, NetcdfFile, Message) - Method in class ucar.nc2.iosp.bufr.BufrIosp2
 
openFromMessage(RandomAccessFile, Message, Element) - Static method in class ucar.nc2.iosp.bufr.BufrConfig
 

P

parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
PARSER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
PARSER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
PARSER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
processAllInDir(File, OutputStream, FileFilter, BufrDataProcess.Counter) - Method in class ucar.nc2.iosp.bufr.writer.BufrDataProcess
 
processStream(InputStream) - Method in class ucar.nc2.iosp.bufr.writer.BufrSplitter
 

R

read(InputStream, BufrTables.Tables) - Static method in class ucar.nc2.iosp.bufr.tables.NcepMnemonic
Read NCEP mnemonic BUFR tables.
readData(Variable, Section) - Method in class ucar.nc2.iosp.bufr.BufrIosp2
 
readData(ArrayStructureMA, Message, RandomAccessFile, Range, Formatter) - Method in class ucar.nc2.iosp.bufr.MessageCompressedDataReader
Read some or all datasets from a single message
readData(ArrayStructureBB, Message, RandomAccessFile, Range, boolean, Formatter) - Method in class ucar.nc2.iosp.bufr.MessageUncompressedDataReader
Read some or all datasets from a single message
readEntireMessage(Structure, Message, Message, RandomAccessFile, Formatter) - Method in class ucar.nc2.iosp.bufr.MessageCompressedDataReader
Read all datasets from a single message
readEntireMessage(Structure, Message, Message, RandomAccessFile, Formatter) - Method in class ucar.nc2.iosp.bufr.MessageUncompressedDataReader
Read all datasets from a single message
readIndex(String) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
readIndex(RandomAccessFile) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
readTableB(String, BufrTables.Format, boolean) - Static method in class ucar.nc2.iosp.bufr.tables.BufrTables
 
readTableD(String, BufrTables.Format, boolean) - Static method in class ucar.nc2.iosp.bufr.tables.BufrTables
 
REFERENCE_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
registerAllExtensions(ExtensionRegistry) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto
 
remove_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
remove = 2;
removeFlds(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
removeStations(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
reset() - Method in class ucar.nc2.iosp.bufr.MessageScanner
 
root - Variable in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
ROOT_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 

S

SCALE_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
scanBufrFile(String, BufrDataProcess.Counter) - Method in class ucar.nc2.iosp.bufr.writer.BufrDataProcess
 
scanEntireFile(RandomAccessFile) - Static method in class ucar.nc2.iosp.bufr.BufrConfig
 
sec_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
sec = 20;
sendIospMessage(Object) - Method in class ucar.nc2.iosp.bufr.BufrIosp2
 
setAction(BufrCdmIndexProto.FldAction) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional .bufrCdmIndex.FldAction action = 4;
setAction(String) - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
setAction(BufrCdmIndexProto.FldAction) - Method in class ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
 
setAlt(double) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional double alt = 4;
setBitOffset(DataDescriptor) - Method in class ucar.nc2.iosp.bufr.BitCounterUncompressed
 
setBitWidth(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required int32 bitWidth = 12;
setCount(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required int32 count = 7;
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.iosp.bufr.BufrIosp2
 
setDesc(String) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string desc = 8;
setDesc(String) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional string desc = 5;
setDescBytes(ByteString) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string desc = 8;
setDescBytes(ByteString) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional string desc = 5;
setEnd(long) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required uint64 end = 5;
setFilename(String) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required string filename = 1;
setFilenameBytes(ByteString) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required string filename = 1;
setFlds(int, BufrCdmIndexProto.Field) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
setFlds(int, BufrCdmIndexProto.Field.Builder) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
repeated .bufrCdmIndex.Field flds = 3;
setFxy(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required uint32 fxy = 1;
setHeader(String) - Method in class ucar.nc2.iosp.bufr.Message
 
setId(String) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required string id = 1;
setIdBytes(ByteString) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required string id = 1;
setInputFilenameOut(String) - Method in class ucar.nc2.iosp.bufr.writer.MessageDispatchDDS
 
setIterators(ArrayStructureMA) - Static method in class ucar.nc2.iosp.bufr.MessageCompressedDataReader
 
setLat(double) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required double lat = 2;
setLocalOverride(boolean) - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
 
setLocalOverride(boolean) - Method in class ucar.nc2.iosp.bufr.tables.TableD.Descriptor
 
setLon(double) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
required double lon = 3;
setMax(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional uint32 max = 7;
setMin(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional uint32 min = 6;
setName(String) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string name = 2;
setNameBytes(ByteString) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string name = 2;
setNobs(long) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required uint64 nobs = 6;
setRawBytes(byte[]) - Method in class ucar.nc2.iosp.bufr.Message
 
setReference(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required int32 reference = 11;
setRoot(BufrCdmIndexProto.Field) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required .bufrCdmIndex.Field root = 3;
setRoot(BufrCdmIndexProto.Field.Builder) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required .bufrCdmIndex.Field root = 3;
setScale(int) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
required int32 scale = 10;
setStart(long) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
required uint64 start = 4;
setStartPos(long) - Method in class ucar.nc2.iosp.bufr.Message
 
setStations(int, BufrCdmIndexProto.Station) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
setStations(int, BufrCdmIndexProto.Station.Builder) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex.Builder
repeated .bufrCdmIndex.Station stations = 2;
setTableLookup(TableLookup) - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
setType(BufrCdmIndexProto.FldType) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional .bufrCdmIndex.FldType type = 5;
setUnits(String) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string units = 9;
setUnitsBytes(ByteString) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field.Builder
optional string units = 9;
setWmoId(String) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional string wmoId = 6;
setWmoIdBytes(ByteString) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station.Builder
optional string wmoId = 6;
show(Formatter, int) - Method in class ucar.nc2.iosp.bufr.BitCounterCompressed
 
show(Formatter) - Method in class ucar.nc2.iosp.bufr.BufrConfig
 
show(Formatter, short, BufrTableLookup) - Static method in class ucar.nc2.iosp.bufr.Descriptor
 
show(Formatter) - Method in class ucar.nc2.iosp.bufr.tables.TableB
 
show(Formatter, boolean) - Method in class ucar.nc2.iosp.bufr.tables.TableD.Descriptor
 
show(Formatter) - Method in class ucar.nc2.iosp.bufr.tables.TableD
 
showIndex(Formatter) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
showMissingFields(List<Short>, Formatter) - Method in class ucar.nc2.iosp.bufr.BufrTableLookup
 
showMissingFields(Formatter) - Method in class ucar.nc2.iosp.bufr.Message
 
StandardFields - Class in ucar.nc2.ft.point.bufr
Extract standard fields from BUFR
StandardFields() - Constructor for class ucar.nc2.ft.point.bufr.StandardFields
 
StandardFields.StandardFieldsFromMessage - Class in ucar.nc2.ft.point.bufr
 
StandardFields.StandardFieldsFromMessage() - Constructor for class ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromMessage
 
StandardFields.StandardFieldsFromStructure - Class in ucar.nc2.ft.point.bufr
 
StandardFields.StandardFieldsFromStructure(int, Structure) - Constructor for class ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromStructure
 
start - Variable in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
START_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
stationDesc_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
stationDesc = 11;
stationId_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
stationId = 10;
stations - Variable in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
STATIONS_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 

T

TableA - Class in ucar.nc2.iosp.bufr.tables
Read standard WMO Table A (data categories)
TableA() - Constructor for class ucar.nc2.iosp.bufr.tables.TableA
 
TableB - Class in ucar.nc2.iosp.bufr.tables
BUFR Table B - Data descriptors
TableB(String, String) - Constructor for class ucar.nc2.iosp.bufr.tables.TableB
 
TableB.Composite - Class in ucar.nc2.iosp.bufr.tables
Composite pattern - collection of TableB
TableB.Composite(String, String) - Constructor for class ucar.nc2.iosp.bufr.tables.TableB.Composite
 
TableB.Descriptor - Class in ucar.nc2.iosp.bufr.tables
 
TableC - Class in ucar.nc2.iosp.bufr.tables
BUFR Table C - Data operators
TableC() - Constructor for class ucar.nc2.iosp.bufr.tables.TableC
 
TableD - Class in ucar.nc2.iosp.bufr.tables
BUFR Table D - Data sequences
TableD(String, String) - Constructor for class ucar.nc2.iosp.bufr.tables.TableD
 
TableD.Descriptor - Class in ucar.nc2.iosp.bufr.tables
 
TableLookup - Class in ucar.nc2.iosp.bufr
Encapsolates lookup into the BUFR Tables.
TableLookup(int, int, int, int, int) - Constructor for class ucar.nc2.iosp.bufr.TableLookup
 
TableLookup(BufrIdentificationSection, TableB, TableD) - Constructor for class ucar.nc2.iosp.bufr.TableLookup
 
timeIncr_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
timeIncr = 22;
toBuilder() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
toBuilder() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
toBuilder() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
toString() - Method in class ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromMessage
 
toString(Formatter, Indent) - Method in class ucar.nc2.iosp.bufr.BitCounterUncompressed
 
toString() - Method in class ucar.nc2.iosp.bufr.DataDescriptor
 
toString() - Method in class ucar.nc2.iosp.bufr.tables.BufrTables.TableConfig
 
toString() - Method in class ucar.nc2.iosp.bufr.tables.CodeFlagTables
 
toString() - Method in class ucar.nc2.iosp.bufr.tables.TableB.Descriptor
 
toString() - Method in class ucar.nc2.iosp.bufr.tables.TableD.Descriptor
 
transferInfo(List<DataDescriptor>, List<DataDescriptor>) - Static method in class ucar.nc2.iosp.bufr.DataDescriptor
Transfer info from the "proto message" to another message with the exact same structure.
TYPE_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 

U

ucar.nc2.ft.point.bufr - package ucar.nc2.ft.point.bufr
 
ucar.nc2.iosp.bufr - package ucar.nc2.iosp.bufr
I/O Service Provider for BUFR format files
ucar.nc2.iosp.bufr.tables - package ucar.nc2.iosp.bufr.tables
 
ucar.nc2.iosp.bufr.writer - package ucar.nc2.iosp.bufr.writer
 
uint2(RandomAccessFile) - Static method in class ucar.nc2.iosp.bufr.BufrNumbers
Convert 2 bytes into an unsigned integer.
uint3(RandomAccessFile) - Static method in class ucar.nc2.iosp.bufr.BufrNumbers
Convert 3 bytes into an unsigned integer.
uint3(int, int, int) - Static method in class ucar.nc2.iosp.bufr.BufrNumbers
Convert 3 bytes into an unsigned int.
UNDEFINED - Static variable in class ucar.nc2.iosp.bufr.BufrNumbers
if missing value is not defined use this value.
UNITS_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
usesLocalTable() - Method in class ucar.nc2.iosp.bufr.Message
 

V

valueOf(String) - Static method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
 
valueOf(String) - Static method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
 
valueOf(String) - Static method in enum ucar.nc2.iosp.bufr.tables.BufrTables.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.iosp.bufr.tables.BufrTables.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.iosp.bufr.tables.WmoXmlReader.Version
Returns the enum constant of this type with the specified name.
values() - Static method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.iosp.bufr.tables.BufrTables.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.iosp.bufr.tables.BufrTables.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.iosp.bufr.tables.WmoXmlReader.Version
Returns an array containing the constants of this enum type, in the order they are declared.

W

wmoBlock_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
wmoBlock = 13;
WMOID_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
wmoId_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
wmoId = 12;
WmoXmlReader - Class in ucar.nc2.iosp.bufr.tables
Read WMO BUFR XML formats
WmoXmlReader() - Constructor for class ucar.nc2.iosp.bufr.tables.WmoXmlReader
 
WmoXmlReader.Version - Enum in ucar.nc2.iosp.bufr.tables
 
write(Message) - Method in class ucar.nc2.iosp.bufr.writer.MessageWriter
 
Write2ncRect - Class in ucar.nc2.iosp.bufr.writer
Write BUFR to an nc file, making all substructures into multidimensional (rectangular) arrays.
writeCurrentMessage(WritableByteChannel) - Method in class ucar.nc2.iosp.bufr.MessageScanner
 
writeIndex(String, BufrConfig, File) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
writeIndex(BufrCdmIndex, BufrField, File) - Static method in class ucar.nc2.ft.point.bufr.BufrCdmIndex
 
writeReplace() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
writeReplace() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
writeReplace() - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 
WriteT41_ncFlat - Class in ucar.nc2.iosp.bufr.writer
Class Description.
WriteT41_ncFlat(NetcdfFile, String, boolean) - Constructor for class ucar.nc2.iosp.bufr.writer.WriteT41_ncFlat
 
WriteT41_ncRect - Class in ucar.nc2.iosp.bufr.writer
Class Description.
WriteT42_ncRect - Class in ucar.nc2.iosp.bufr.writer
Class Description.
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station
 

Y

year_VALUE - Static variable in enum ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType
year = 15;
A B C D E F G H I L M N O P R S T U V W Y 

Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.