public interface IRelationalOperator3D2 extends IRelationalOperator3D, 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 |
IIDcc14f157_ec46_4498_8148_fde8d6b43e20 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf6eaefde_888e_4f1d_b5b7_84f36da677b0
Modifier and Type | Method and Description |
---|---|
boolean |
isNear3D(IGeometry pOther,
double distance)
Indicates if this geometry is within distance from the other geometry; both geometries must have Zs.
|
disjoint3D
static final int IIDcc14f157_ec46_4498_8148_fde8d6b43e20
static final int xxDummy
static final java.lang.String IID
boolean isNear3D(IGeometry pOther, double distance) throws java.io.IOException, AutomationException
pOther
- A reference to a com.esri.arcgis.geometry.IGeometry (in)distance
- The distance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.