Class StormCellPointHandler
- java.lang.Object
-
- com.aerisweather.aeris.maps.handlers.AerisPointHandler
-
- com.aerisweather.aeris.maps.handlers.StormCellPointHandler
-
- All Implemented Interfaces:
com.aerisweather.aeris.communication.AerisCallback
public class StormCellPointHandler extends AerisPointHandler
Response handler for handling storm cells query responses from the Aeris servers and passing the storm cells point data and polygon data to the AerisMapView.
-
-
Field Summary
-
Fields inherited from class com.aerisweather.aeris.maps.handlers.AerisPointHandler
mapView, pointData
-
-
Constructor Summary
Constructors Constructor Description StormCellPointHandler(AerisMapView mapView)
Create an instance for the AerisMapView to pass the Storm cell points to and the storm cell polygons too.
-
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
-
StormCellPointHandler
public StormCellPointHandler(AerisMapView mapView)
Create an instance for the AerisMapView to pass the Storm cell points to and the storm cell polygons too.- 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
-
-