Uses of Class
org.episteme.natural.earth.atmosphere.WeatherInfo
Packages that use WeatherInfo
-
Uses of WeatherInfo in org.episteme.natural.earth.atmosphere
Methods in org.episteme.natural.earth.atmosphere that return WeatherInfo -
Uses of WeatherInfo in org.episteme.natural.earth.loaders
Subclasses with type arguments of type WeatherInfo in org.episteme.natural.earth.loadersModifier and TypeClassDescriptionclassOpenWeather API loader for meteorological data.Methods in org.episteme.natural.earth.loaders that return WeatherInfoModifier and TypeMethodDescriptionOpenWeatherReader.getWeatherByCity(String city) Fetches current weather by city name.OpenWeatherReader.getWeatherByCoordinates(double lat, double lon) Fetches current weather by coordinates.protected WeatherInfoOpenWeatherReader.loadFromSource(String resourceId) Methods in org.episteme.natural.earth.loaders that return types with arguments of type WeatherInfoModifier and TypeMethodDescriptionprotected MiniCatalog<WeatherInfo> OpenWeatherReader.getMiniCatalog()OpenWeatherReader.getResourceType()