Package | Description |
---|---|
com.ibm.tivoli.maximo.weather | |
com.ibm.tivoli.maximo.weather.config |
Modifier and Type | Method and Description |
---|---|
WeatherAddress |
WeatherForecastLookup.getAddress() |
static WeatherAddress |
WeatherUtils.getLatitudeLongitudeForLocation(MboRemote locationMbo) |
static WeatherAddress |
WeatherUtils.getLatitudeLongitudeForWO(MboRemote workOrder)
Gets the latitude and longitude for work order.
|
WeatherAddress |
WeatherAddress.setFormattedAddress(java.lang.String formattedAddress) |
WeatherAddress |
WeatherAddress.setLatitude(java.lang.Double latitude) |
WeatherAddress |
WeatherAddress.setLatLng(java.lang.Double lat,
java.lang.Double lng) |
WeatherAddress |
WeatherAddress.setLongitude(java.lang.Double longitude) |
WeatherAddress |
WeatherAddress.setServiceAddressCode(java.lang.String serviceAddressCode) |
WeatherAddress |
WeatherAddress.setServiceAddressUniqueId(long serviceAddressUniqueId) |
WeatherAddress |
WeatherAddress.setX(java.lang.Double d) |
WeatherAddress |
WeatherAddress.setY(java.lang.Double d) |
WeatherAddress |
WeatherAddress.updateFromServiceAddress(MboRemote mbo) |
Modifier and Type | Method and Description |
---|---|
double |
WeatherUtils.geoDistance(WeatherAddress addr,
MboRemote zone)
Calculate distance between two weather address and weather zone
|
java.lang.String |
WeatherUtils.getweatherAlertForAddr(java.util.Date apptdate,
WeatherAddress addr,
UserInfo userinfo) |
MboSetRemote |
WeatherUtils.getWeatherAlertImpactForLoc(WeatherAddress addr,
UserInfo userInfo)
Calculate distance between two weather address and weather zone
|
boolean |
WeatherUtils.locationInWeatherZone(WeatherAddress addr,
MboRemote zone)
check if location in weather zone
|
void |
WeatherForecastLookup.setAddress(WeatherAddress address) |
Constructor and Description |
---|
WeatherForecastLookup(java.util.Date start,
java.util.Date end,
WeatherForecastType type,
WeatherAddress addr) |
Modifier and Type | Method and Description |
---|---|
com.ibm.json.java.JSONObject |
WeatherModel.createDailyModel(com.ibm.json.java.JSONObject weatherData,
WeatherConfig config,
UserInfo userInfo,
WeatherConfig.UOM_LOCALE uomLocale,
WeatherAddress addr) |