com.esri.arcgis.geometry
Interface ISpatialIndex

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ISpatialIndex2
All Known Implementing Classes:
GeometryBag, ISpatialIndex2Proxy, ISpatialIndexProxy, Multipoint, Polygon, Polyline

public interface ISpatialIndex
extends java.io.Serializable

COM Interface 'ISpatialIndex'. 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 IID8c6e62ce_74fd_11d3_9f49_00c04f6bdd7f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void invalidate()
          Invalidate the spatial index.
 boolean isAllowIndexing()
          Indicates whether to allow a spatial index to be created for this geometry.
 void setAllowIndexing(boolean allowIndexing)
          Indicates whether to allow a spatial index to be created for this geometry.
 

Field Detail

IID8c6e62ce_74fd_11d3_9f49_00c04f6bdd7f

static final int IID8c6e62ce_74fd_11d3_9f49_00c04f6bdd7f
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

setAllowIndexing

void setAllowIndexing(boolean allowIndexing)
                      throws java.io.IOException,
                             AutomationException
Indicates whether to allow a spatial index to be created for this geometry.

Parameters:
allowIndexing - The allowIndexing (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAllowIndexing

boolean isAllowIndexing()
                        throws java.io.IOException,
                               AutomationException
Indicates whether to allow a spatial index to be created for this geometry.

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

invalidate

void invalidate()
                throws java.io.IOException,
                       AutomationException
Invalidate the spatial index.

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