com.esri.arcgis.geometry
Interface IRelationalOperator3D

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRelationalOperator3D2
All Known Implementing Classes:
Envelope, IRelationalOperator3D2Proxy, IRelationalOperator3DProxy, MultiPatch, Multipoint, Point, Polygon, Polyline

public interface IRelationalOperator3D
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf6eaefde_888e_4f1d_b5b7_84f36da677b0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean disjoint3D(IGeometry pOther)
          Indicates if the two geometries share no points in common.
 

Field Detail

IIDf6eaefde_888e_4f1d_b5b7_84f36da677b0

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

disjoint3D

boolean disjoint3D(IGeometry pOther)
                   throws java.io.IOException,
                          AutomationException
Indicates if the two geometries share no points in common. Negate this result to compute the Intersect relation.

Parameters:
pOther - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Returns:
The pbDisjoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.