public class Level2VolumeScan extends Object
Documentation on Archive Level II data format can be found at: http://www.ncdc.noaa.gov/oa/radar/leveliidoc.html
public int getMaxRadials(int r)
public int getMinRadials(int r)
public int getDopplarResolution()
public boolean hasDifferentDopplarResolutions()
public boolean hasHighResolutions(int dt)
public List<List<Level2Record>> getReflectivityGroups()
public List<List<Level2Record>> getVelocityGroups()
public List<List<Level2Record>> getHighResVelocityGroups()
public List<List<Level2Record>> getHighResReflectivityGroups()
public List<List<Level2Record>> getHighResSpectrumGroups()
public List<List<Level2Record>> getHighResDiffReflectGroups()
public List<List<Level2Record>> getHighResDiffPhaseGroups()
public List<List<Level2Record>> getHighResCoeffocientGroups()
public String getDataFormat()
public int getTitleJulianDays()
public int getTitleMsecs()
public int getVCP()
Level2Record.getVolumeCoveragePatternName(int)public String getStationId()
public String getStationName()
public double getStationLatitude()
public double getStationLongitude()
public double getStationElevation()
public Date getStartDate()
public Date getEndDate()
public static long testValid(String ufilename) throws IOException
IOException