Class ViewHeatmap

  • All Implemented Interfaces:
    Heatmap

    public class ViewHeatmap
    extends Object
    implements Heatmap
    Represents a heatmap on the View.
    Author:
    Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
    • Constructor Detail

      • ViewHeatmap

        public ViewHeatmap()
    • Method Detail

      • getDissipateOnZoom

        public boolean getDissipateOnZoom()
        Description copied from interface: Heatmap
        Gets if heatmaps dissipate on zoom.
        Specified by:
        getDissipateOnZoom in interface Heatmap
        Returns:
        True if heatmap dissipate on zoom.
      • setDissipateOnZoom

        public void setDissipateOnZoom​(boolean dissipating)
        Description copied from interface: Heatmap
        Sets if heatmaps dissipate on zoom.
        Specified by:
        setDissipateOnZoom in interface Heatmap
        Parameters:
        dissipating - True dissipate on zoom.
      • getPoints

        public List<GeoCoordinate> getPoints()
        Description copied from interface: Heatmap
        Gets the points displayed by this heatmap.
        Specified by:
        getPoints in interface Heatmap
        Returns:
        The points displayed by this heatmap.
      • setPoints

        public void setPoints​(List<GeoCoordinate> points)
        Description copied from interface: Heatmap
        Sets the points to be displayed by this heatmap.
        Specified by:
        setPoints in interface Heatmap
        Parameters:
        points - The points to be displayed by this heatmap.