|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRelationalOperator2
Additional relational functions.
| 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 |
| Method Detail |
|---|
boolean containsEx(IGeometry pOther,
int relation)
throws IOException,
AutomationException
pOther - A reference to a com.esri.arcgis.geometry.IGeometry (in)relation - A com.esri.arcgis.geometry.esriSpatialRelationExEnum constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean withinEx(IGeometry pOther,
int relation)
throws IOException,
AutomationException
pOther - A reference to a com.esri.arcgis.geometry.IGeometry (in)relation - A com.esri.arcgis.geometry.esriSpatialRelationExEnum constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isNear(IGeometry pOther,
double distance)
throws IOException,
AutomationException
pOther - A reference to a com.esri.arcgis.geometry.IGeometry (in)distance - The distance (in)
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 | ||||||||