com.esri.arcgis.geometry
Interface IRelationalOperator3D2

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

public interface IRelationalOperator3D2
extends IRelationalOperator3D, java.io.Serializable

COM Interface 'IRelationalOperator3D2'. 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 IIDcc14f157_ec46_4498_8148_fde8d6b43e20
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IRelationalOperator3D
IIDf6eaefde_888e_4f1d_b5b7_84f36da677b0
 
Method Summary
 boolean isNear3D(IGeometry pOther, double distance)
          Indicates if this geometry is within distance from the other geometry; both geometries must have Zs.
 
Methods inherited from interface com.esri.arcgis.geometry.IRelationalOperator3D
disjoint3D
 

Field Detail

IIDcc14f157_ec46_4498_8148_fde8d6b43e20

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

isNear3D

boolean isNear3D(IGeometry pOther,
                 double distance)
                 throws java.io.IOException,
                        AutomationException
Indicates if this geometry is within distance from the other geometry; both geometries must have Zs.

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