Optional
options: BaseGridOptions<M> | GridRasterOptions<M>cluster options on how to build the cluster
the store to use for storing all the grid tiles
Build the grid cluster tiles
Get the point data as a grid of a tile
the cell id
Add a point to the maxzoom index. The point is a Point3D
the point to add
Insert an STPoint to the index
the face of the cell
the s coordinate
the t coordinate
the data associated with the point
Add a lon-lat pair to the cluster
lon-lat vector point in degrees
Add all points from a reader. It will try to use the M-value first, but if it doesn't exist it will use the feature properties data
a reader containing the input data
Grid Cluster
Description
A cluster store to build grid data of gridSize x gridSize. The resultant tiles are filled. Useful for building raster tiles or other grid like data (temperature, precipitation, wind, etc).
Usage