net.simplace.client.simulation.lap.util.diurnal.DiurnalWeatherHelper
Extracts radiation and temperature information from resource
and add it to a sorted TreeSet of weather entries.
public class DiurnalWeatherHelper {
// Public Constructors
public DiurnalWeatherHelper();
// Class Methods public static TreeSet SortWeather(Set entrySet, FWSimResourceCache cache,
String dateField, String minTempField, String maxTempField, String
radiationField);
}