Package | Description |
---|---|
ucar.atd.dorade |
Low level routines for DORADE formatted radar files.
|
Modifier and Type | Method and Description |
---|---|
DoradePARM[] |
DoradeSweep.getParamList()
Get the array of available parameters.
|
DoradePARM |
DoradeSweep.lookupParamIgnoreCase(String name)
Get the parameter descriptor with the given name, ignoring case.
|
Modifier and Type | Method and Description |
---|---|
float[] |
DoradeSweep.getRayData(DoradePARM param,
int ray)
Get the array of data for the given parameter and ray.
|
float[] |
DoradeSweep.getRayData(DoradePARM param,
int ray,
float[] workingArray)
Get the array of data for the given parameter and ray.
|
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.