com.esri.arcgis.geometry
Interface ISpatialIndex2

All Superinterfaces:
ISpatialIndex, java.io.Serializable
All Known Implementing Classes:
ISpatialIndex2Proxy, Polygon, Polyline

public interface ISpatialIndex2
extends ISpatialIndex, java.io.Serializable

COM Interface 'ISpatialIndex2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that create a temporary spatial index for improving performance of "Disjoint" and some other relational operators.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8d7948bc_8dca_4e81_a7d5_8c259f202bd3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.ISpatialIndex
IID8c6e62ce_74fd_11d3_9f49_00c04f6bdd7f
 
Method Summary
 void checkInvalidate()
          Invalidates the spatial index if the geometry has been changed since the index was last constructed.
 
Methods inherited from interface com.esri.arcgis.geometry.ISpatialIndex
invalidate, isAllowIndexing, setAllowIndexing
 

Field Detail

IID8d7948bc_8dca_4e81_a7d5_8c259f202bd3

static final int IID8d7948bc_8dca_4e81_a7d5_8c259f202bd3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

checkInvalidate

void checkInvalidate()
                     throws java.io.IOException,
                            AutomationException
Invalidates the spatial index if the geometry has been changed since the index was last constructed.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.