Type Alias: GridLlmResult
GridLlmResult:
object
Defined in: packages/tools/geoda/src/spatial_ops/grid.ts:39
Type declaration
datasetName
datasetName:
string
gridInfo
gridInfo:
object
gridInfo.bounds
bounds:
object
gridInfo.bounds.maxX
maxX:
number
gridInfo.bounds.maxY
maxY:
number
gridInfo.bounds.minX
minX:
number
gridInfo.bounds.minY
minY:
number
gridInfo.columns
columns:
number
gridInfo.rows
rows:
number
gridInfo.totalCells
totalCells:
number
result
result:
string
success
success:
boolean