public interface IRelationalOperator2 extends IRelationalOperator, java.io.Serializable
Description: 'Additional relational functions.' 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 |
IID839f5c7e_ed5f_4b3f_8f97_c0a9cc4817ee |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1b07790e_38c5_11d0_92d2_00805f7c28b0
Modifier and Type | Method and Description |
---|---|
boolean |
containsEx(IGeometry pOther,
int relation)
Indicates if this geometry contains the other geometry, optionally using Celementini's definition.
|
boolean |
isNear(IGeometry pOther,
double distance)
Indicates if this geometry is within distance from the other geometry.
|
boolean |
withinEx(IGeometry pOther,
int relation)
Indicates if this geometry contains the other geometry, optionally using Celementini's definition.
|
contains, crosses, disjoint, esri_equals, overlaps, relation, touches, within
static final int IID839f5c7e_ed5f_4b3f_8f97_c0a9cc4817ee
static final int xxDummy
static final java.lang.String IID
boolean containsEx(IGeometry pOther, int relation) throws java.io.IOException, AutomationException
pOther
- A reference to a com.esri.arcgis.geometry.IGeometry (in)relation
- A com.esri.arcgis.geometry.esriSpatialRelationExEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean withinEx(IGeometry pOther, int relation) throws java.io.IOException, AutomationException
pOther
- A reference to a com.esri.arcgis.geometry.IGeometry (in)relation
- A com.esri.arcgis.geometry.esriSpatialRelationExEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isNear(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.