Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.tivoli.maximo.weather.WeatherAddress

  • Packages that use WeatherAddress 
    Package Description
    com.ibm.tivoli.maximo.weather  
    com.ibm.tivoli.maximo.weather.config  
    • Uses of WeatherAddress in com.ibm.tivoli.maximo.weather

      Methods in com.ibm.tivoli.maximo.weather that return WeatherAddress 
      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) 
      Methods in com.ibm.tivoli.maximo.weather with parameters of type WeatherAddress 
      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) 
      Constructors in com.ibm.tivoli.maximo.weather with parameters of type WeatherAddress 
      Constructor and Description
      WeatherForecastLookup(java.util.Date start, java.util.Date end, WeatherForecastType type, WeatherAddress addr) 
    • Uses of WeatherAddress in com.ibm.tivoli.maximo.weather.config

      Methods in com.ibm.tivoli.maximo.weather.config with parameters of type WeatherAddress 
      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) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes