This document is archived and information here might be outdated. Recommended version. |
Resets spatial index on the mosaic catalog. Creates a new spatial index if none is found.
[Visual Basic .NET]
Public Sub ResetSpatialIndex ( _
ByVal gridSize1 As Double, _
ByVal gridSize2 As Double, _
ByVal gridSize3 As Double _
)
[C#]
public void ResetSpatialIndex (
double gridSize1,
double gridSize2,
double gridSize3
);
[C++]
HRESULT ResetSpatialIndex(
double gridSize1,
double gridSize2,
double gridSize3
);
[C++] Parameters gridSize1 [in]
gridSize1 is a parameter of type double gridSize2 [in]
gridSize2 is a parameter of type double gridSize3 [in]
gridSize3 is a parameter of type double