SE_layerinfo_set_sparse_grids |
Sets layerinfo to support sparse grids
LONG SE_layerinfo_set_sparse_grids (SE_LAYERINFO layer, BOOL sparse_grids);
layer | Layer structure pointer. |
sparse_grids | TRUE to support sparse grids, otherwise FALSE. |
This function configures the LAYERINFO object to allow or disallow the generation of sparse spatial index grids.
This is only valid for layers that use a spatial grid index.
SE_SUCCESS
SE_SDE_NOT_STARTED
SE_INVALID_PARAM_VALUE
SE_INVALID_LAYERINFO_OBJECT
SE_INVALID_POINTER