public class RadarServerConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RadarServerConfig.RadarConfigEntry |
| Constructor and Description |
|---|
RadarServerConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected static ucar.nc2.units.DateType |
makeDateType(String text,
String format,
String type) |
protected static ucar.nc2.units.DateType |
readDate(org.jdom2.Element elem) |
protected static double |
readDouble(org.jdom2.Element elem) |
protected static ucar.nc2.units.TimeDuration |
readDuration(org.jdom2.Element elem) |
protected static RadarServerConfig.RadarConfigEntry.GeoInfo |
readGeospatialCoverage(org.jdom2.Element gcElem) |
protected static RadarServerConfig.RadarConfigEntry.RangeInfo |
readGeospatialRange(org.jdom2.Element spElem,
String defUnits) |
protected static ucar.nc2.units.DateRange |
readTimeCoverage(org.jdom2.Element tElem) |
static List<RadarServerConfig.RadarConfigEntry> |
readXML(String filename) |
public static List<RadarServerConfig.RadarConfigEntry> readXML(String filename)
protected static RadarServerConfig.RadarConfigEntry.GeoInfo readGeospatialCoverage(org.jdom2.Element gcElem)
protected static RadarServerConfig.RadarConfigEntry.RangeInfo readGeospatialRange(org.jdom2.Element spElem, String defUnits)
protected static double readDouble(org.jdom2.Element elem)
protected static ucar.nc2.units.DateRange readTimeCoverage(org.jdom2.Element tElem)
protected static ucar.nc2.units.DateType readDate(org.jdom2.Element elem)
protected static ucar.nc2.units.DateType makeDateType(String text, String format, String type)
protected static ucar.nc2.units.TimeDuration readDuration(org.jdom2.Element elem)