This document is archived and information here might be outdated. Recommended version. |
Returns the spatial index and grid sizes of the mosaic catalog.
[Visual Basic .NET] Public Sub QuerySpatialIndex ( _ ByRef ppSpatialIndex As IIndex, _ ByRef pGridSize1 As Double, _ ByRef pGridSize2 As Double, _ ByRef pGridSize3 As Double _ )
[C#] public void QuerySpatialIndex ( ref IIndex ppSpatialIndex, ref double pGridSize1, ref double pGridSize2, ref double pGridSize3 );
[C++]
HRESULT QuerySpatialIndex(
IIndex** ppSpatialIndex,
System.Double* pGridSize1,
System.Double* pGridSize2,
System.Double* pGridSize3
);
[C++] Parameters ppSpatialIndex [out]
ppSpatialIndex is a parameter of type IIndex** pGridSize1 [out]
pGridSize1 is a parameter of type double* pGridSize2 [out]
pGridSize2 is a parameter of type double* pGridSize3 [out]
pGridSize3 is a parameter of type double*