|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRelationalOperator2
COM Interface 'IRelationalOperator2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID839f5c7e_ed5f_4b3f_8f97_c0a9cc4817ee
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.geometry.IRelationalOperator |
|---|
IID1b07790e_38c5_11d0_92d2_00805f7c28b0 |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.esri.arcgis.geometry.IRelationalOperator |
|---|
contains, crosses, disjoint, esri_equals, overlaps, relation, touches, within |
| Field Detail |
|---|
static final int IID839f5c7e_ed5f_4b3f_8f97_c0a9cc4817ee
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||