Class RadarServerConfig

java.lang.Object
thredds.server.radarServer2.RadarServerConfig

public class RadarServerConfig extends Object
Handle configuration for the Radar Server
  • Constructor Details

    • RadarServerConfig

      public RadarServerConfig()
  • Method Details

    • 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)