Package thredds.server.radarServer2
Class RadarServerConfig
java.lang.Object
thredds.server.radarServer2.RadarServerConfig
Handle configuration for the Radar Server
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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)
-
Constructor Details
-
RadarServerConfig
public RadarServerConfig()
-
-
Method Details
-
readXML
-
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
-
readDuration
protected static ucar.nc2.units.TimeDuration readDuration(org.jdom2.Element elem)
-