public class RadarAdapter extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RadarAdapter.PolarData |
| Modifier and Type | Field and Description |
|---|---|
int |
numVectors |
RadarAdapter.PolarData[] |
polar |
RadarFile |
rf |
| Constructor and Description |
|---|
RadarAdapter(float centlat,
float centlon,
float centalt,
String radarSource,
boolean d3d) |
RadarAdapter(float centlat,
float centlon,
String radarSource,
boolean d3d)
Deprecated.
|
public RadarFile rf
public RadarAdapter.PolarData[] polar
public int numVectors
public RadarAdapter(float centlat,
float centlon,
String radarSource,
boolean d3d)
throws IOException,
VisADException
IOExceptionVisADExceptionpublic RadarAdapter(float centlat,
float centlon,
float centalt,
String radarSource,
boolean d3d)
throws IOException,
VisADException
IOExceptionVisADExceptionpublic FlatField getData()
public static void main(String[] args) throws VisADException, RemoteException
VisADExceptionRemoteException