public interface IRelationalOperator3D
extends java.io.Serializable
Description: 'Provides access to members that determine if a certain spatial relationship exists between two geometries with Zs.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf6eaefde_888e_4f1d_b5b7_84f36da677b0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
disjoint3D(IGeometry pOther)
Indicates if the two geometries share no points in common.
|
static final int IIDf6eaefde_888e_4f1d_b5b7_84f36da677b0
static final int xxDummy
static final java.lang.String IID
boolean disjoint3D(IGeometry pOther) throws java.io.IOException, AutomationException
pOther
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.