Package thredds.server.radarServer2
Class RadarServerConfig
- java.lang.Object
-
- thredds.server.radarServer2.RadarServerConfig
-
public class RadarServerConfig extends Object
Handle configuration for the Radar Server
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRadarServerConfig.RadarConfigEntry
-
Constructor Summary
Constructors Constructor Description RadarServerConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static ucar.nc2.units.DateTypemakeDateType(String text, String format, String type)protected static ucar.nc2.units.DateTypereadDate(org.jdom2.Element elem)protected static doublereadDouble(org.jdom2.Element elem)protected static ucar.nc2.units.TimeDurationreadDuration(org.jdom2.Element elem)protected static RadarServerConfig.RadarConfigEntry.GeoInforeadGeospatialCoverage(org.jdom2.Element gcElem)protected static RadarServerConfig.RadarConfigEntry.RangeInforeadGeospatialRange(org.jdom2.Element spElem, String defUnits)protected static ucar.nc2.units.DateRangereadTimeCoverage(org.jdom2.Element tElem)static List<RadarServerConfig.RadarConfigEntry>readXML(String filename)
-
-
-
Method Detail
-
readXML
public static List<RadarServerConfig.RadarConfigEntry> readXML(String filename)
-
readGeospatialCoverage
protected static RadarServerConfig.RadarConfigEntry.GeoInfo readGeospatialCoverage(org.jdom2.Element gcElem)
-
readGeospatialRange
protected static RadarServerConfig.RadarConfigEntry.RangeInfo readGeospatialRange(org.jdom2.Element spElem, String defUnits)
-
readDouble
protected static double readDouble(org.jdom2.Element elem)
-
readTimeCoverage
protected static ucar.nc2.units.DateRange readTimeCoverage(org.jdom2.Element tElem)
-
readDate
protected static ucar.nc2.units.DateType readDate(org.jdom2.Element elem)
-
makeDateType
protected static ucar.nc2.units.DateType makeDateType(String text, String format, String type)
-
readDuration
protected static ucar.nc2.units.TimeDuration readDuration(org.jdom2.Element elem)
-
-