Last updated

API / geotoolkit / controls / util / density / DensityGrid / DensityGrid

Namespace: DensityGrid

density.DensityGrid.DensityGrid

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

data

Type declaration

NameTypeDescription
bandwidth?numberband width
cellsize?numbercell size
dimension?Dimensionvirtual grid dimension
modellimits?Rectreal 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) => numberthresholds
x?number[]raw X values
y?number[]raw Y values

OptionsOut

Ƭ OptionsOut: Object

properties

Type declaration

NameTypeDescription
bandwidth?numberband width
cellsize?numbercell size
dimension?Dimensiongrid dimension
modellimits?Rect | nullvalues modellimits
thresholds?number | number[] | (value: Float32Array) => numberthresholds
x?null | number[]x values
y?null | number[]y values