API / geotoolkit / map / layers / Heatmap / Mode
Enum for heatmap calculation mode (point intensity distribution)
Enumeration Members
• Cubic = "Cubic"
Impact decreases with the cube of the distance to the point
• Exp = "Exp"
Impact decreases with the distance to the point exponentially
• Linear = "Linear"
Influence decreases linearly with the distance to the point
• Quad = "Quad"
Impact decreases with the squared distance to the point