Last updated

API / geotoolkit / map / layers / Heatmap / Mode

Enumeration: Mode

layers.Heatmap.Mode

Enum for heatmap calculation mode (point intensity distribution)

Table of contents

Enumeration Members

Contents

Enumeration Members

Cubic

Cubic = "Cubic"

Impact decreases with the cube of the distance to the point


Exp

Exp = "Exp"

Impact decreases with the distance to the point exponentially


Linear

Linear = "Linear"

Influence decreases linearly with the distance to the point


Quad

Quad = "Quad"

Impact decreases with the squared distance to the point