Package | Description |
---|---|
ucar.nc2.iosp.nexrad2 |
I/O Service Provider for NEXRAD level 2 format files
|
Modifier and Type | Method and Description |
---|---|
static Level2Record |
Level2Record.factory(RandomAccessFile din,
int record,
long message_offset31) |
Modifier and Type | Method and Description |
---|---|
List<List<Level2Record>> |
Level2VolumeScan.getHighResCoeffocientGroups() |
List<List<Level2Record>> |
Level2VolumeScan.getHighResDiffPhaseGroups() |
List<List<Level2Record>> |
Level2VolumeScan.getHighResDiffReflectGroups() |
List<List<Level2Record>> |
Level2VolumeScan.getHighResReflectivityGroups() |
List<List<Level2Record>> |
Level2VolumeScan.getHighResSpectrumGroups() |
List<List<Level2Record>> |
Level2VolumeScan.getHighResVelocityGroups() |
List<List<Level2Record>> |
Level2VolumeScan.getReflectivityGroups()
Get Reflectivity Groups
Groups are all the records for a variable and elevation_num;
|
List<List<Level2Record>> |
Level2VolumeScan.getVelocityGroups()
Get Velocity Groups
Groups are all the records for a variable and elevation_num;
|
Modifier and Type | Method and Description |
---|---|
Variable |
Nexrad2IOServiceProvider.makeVariable(NetcdfFile ncfile,
int datatype,
String shortName,
String longName,
String abbrev,
List<List<Level2Record>> groups,
int rd) |
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.