API / geotoolkit / controls / util / density / DensityGrid / DensityGrid
density.DensityGrid.DensityGrid
Type Aliases
Type Aliases
Ƭ Options: Object
data
| Name | Type | Description |
|---|---|---|
bandwidth? | number | band width |
cellsize? | number | cell size |
dimension? | Dimension | virtual grid dimension |
modellimits? | Rect | real model limits of X and Y values, by default it is calculated with using min and max values for specified data |
thresholds? | number | number[] | (value: Float32Array) => number | thresholds |
x? | number[] | raw X values |
y? | number[] | raw Y values |
Ƭ OptionsOut: Object
properties