VectorLayerUseSpatialIndex Method

Overload List
  NameDescription
Public methodUseSpatialIndex(String, Boolean)
Loads spatial index to speed up filtering by attributes value in filter methods like WhereIntersects(IGeometry) and NearestTo(Double, Double). If index does not exist creates it first. Use forceRebuild to force index recreation.
Public methodUseSpatialIndex(AbstractPath, Boolean)
Loads spatial index to speed up filtering by attributes value in filter methods like WhereIntersects(IGeometry) and NearestTo(Double, Double). If index does not exist creates it first. Use forceRebuild to force index recreation.
See Also