public interface IRelationalOperator
extends java.io.Serializable
Description: 'Provides access to members that determine if a certain spatial relationship exists between two geometries.' 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 |
IID1b07790e_38c5_11d0_92d2_00805f7c28b0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(IGeometry other)
Indicates if this geometry contains the other geometry.
|
boolean |
crosses(IGeometry other)
Indicates if the two geometries intersect in a geometry of lesser dimension.
|
boolean |
disjoint(IGeometry other)
Indicates if the two geometries share no points in common.
|
boolean |
esri_equals(IGeometry other)
Indicates if the two geometries are of the same type and define the same set of points in the plane.
|
boolean |
overlaps(IGeometry other)
Indicates if the intersection of the two geometries has the same dimension as one of the input geometries.
|
boolean |
relation(IGeometry other,
java.lang.String relationDescription)
Indicates if the defined relationship exists.
|
boolean |
touches(IGeometry other)
Indicates if the boundaries of the geometries intersect.
|
boolean |
within(IGeometry other)
Indicates if this geometry is contained (is within) another geometry.
|
static final int IID1b07790e_38c5_11d0_92d2_00805f7c28b0
static final int xxDummy
static final java.lang.String IID
boolean esri_equals(IGeometry other) throws java.io.IOException, AutomationException
other
- 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.boolean touches(IGeometry other) throws java.io.IOException, AutomationException
other
- 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.boolean contains(IGeometry other) throws java.io.IOException, AutomationException
other
- 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.boolean within(IGeometry other) throws java.io.IOException, AutomationException
other
- 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.boolean disjoint(IGeometry other) throws java.io.IOException, AutomationException
other
- 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.boolean crosses(IGeometry other) throws java.io.IOException, AutomationException
other
- 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.boolean overlaps(IGeometry other) throws java.io.IOException, AutomationException
other
- 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.boolean relation(IGeometry other, java.lang.String relationDescription) throws java.io.IOException, AutomationException
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)relationDescription
- The relationDescription (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.