SE_layerinfo_set_sparse_grids

Sets layerinfo to support sparse grids

Usage syntax

LONG SE_layerinfo_set_sparse_grids (SE_LAYERINFO layer, BOOL sparse_grids);

Parameters
layer Layer structure pointer.
sparse_grids TRUE to support sparse grids, otherwise FALSE.
Description

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.

Returns

SE_SUCCESS
SE_SDE_NOT_STARTED

SE_INVALID_PARAM_VALUE
SE_INVALID_LAYERINFO_OBJECT

SE_INVALID_POINTER