Class DroughtMonitorHandler
- java.lang.Object
-
- com.aerisweather.aeris.maps.handlers.AerisPointHandler
-
- com.aerisweather.aeris.maps.handlers.DroughtMonitorHandler
-
- All Implemented Interfaces:
com.aerisweather.aeris.communication.AerisCallback
public class DroughtMonitorHandler extends AerisPointHandler
Response handler for handling Convective Outlook query responses from the Aeris servers and passing the polygon data to the AerisMapView.
-
-
Field Summary
-
Fields inherited from class com.aerisweather.aeris.maps.handlers.AerisPointHandler
mapView, pointData
-
-
Constructor Summary
Constructors Constructor Description DroughtMonitorHandler(AerisMapView mapView)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleResponse(com.aerisweather.aeris.model.AerisResponse response)
Handles the response from the server.-
Methods inherited from class com.aerisweather.aeris.maps.handlers.AerisPointHandler
getSnippet, onResult
-
-
-
-
Constructor Detail
-
DroughtMonitorHandler
public DroughtMonitorHandler(AerisMapView mapView)
Constructor- Parameters:
mapView
- AerisMapView to use.
-
-
Method Detail
-
handleResponse
public void handleResponse(com.aerisweather.aeris.model.AerisResponse response)
Description copied from class:AerisPointHandler
Handles the response from the server.- Overrides:
handleResponse
in classAerisPointHandler
- Parameters:
response
- response object
-
-