visad.bom
Class RadarFile
java.lang.Object
visad.bom.RadarFile
public class RadarFile
- extends Object
RadarFile
- Author:
- - James Kelly : J.Kelly@bom.gov.au converted from Phil Purdam's
radl_cnvt.c
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dtTime
public DateTime dtTime
dRadarTime
public double dRadarTime
rngres
public float rngres
startrng
public float startrng
azimuthres
public float azimuthres
elev
public float elev
radial
public byte[][] radial
bdata
public byte[] bdata
pbvector
public Vector pbvector
pbdata
public RadarFile.PolarByteData pbdata
pbdataArray
public RadarFile.PolarByteData[] pbdataArray
RadarFile
public RadarFile(String radarSource)
throws IOException
- Throws:
IOException
getTime
public double getTime()
- Retrieves the time of the radar image as a double.
- Returns:
- image time
setTime
public void setTime(String radarTime)
getRadarTime
public DateTime getRadarTime()
- Retrieves the time of the radar image as a VisAD DateTime.
- Returns:
- image time
setRadarTime
public void setRadarTime(String timeStamp)
throws VisADException
- Throws:
VisADException
readHeader
public void readHeader(char[] cbuff)
readRadial
public void readRadial()
throws IOException
- Throws:
IOException