Skip to main content

Type Alias: SpatialCountFunctionContext

SpatialCountFunctionContext: object

Defined in: packages/geoda/src/spatial-count/tool.ts:72

The context for the spatial count function

Type declaration

getGeometries

getGeometries: GetGeometries

getValues

getValues: GetValues

saveAsDataset()?

optional saveAsDataset: (datasetName, data) => void

Parameters

datasetName

string

data

Record<string, number[]>

Returns

void

Param

the function to get the geometries from the dataset: (datasetName: string) => SpatialJoinGeometries

Returns

the geometries from the dataset