Class 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.
    • 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 class AerisPointHandler
        Parameters:
        response - response object