|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRelationalOperatorNxM
Provides access to members that determines which pairs of geometries from two sets are in a specified relation.
| Method Summary | |
|---|---|
void |
compress(IRelationResult[] result,
boolean leftIndex)
Comresses this bag and one index of relationship result based on left or right index. |
IRelationResult |
contains(IGeometryBag other)
Indicates if this geometry contains the other geometry. |
IRelationResult |
crosses(IGeometryBag other)
Indicates if the two geometries intersect in a geometry of lesser dimension. |
IRelationResult |
disjoint(IGeometryBag other)
Indicates if the two geometries share no points in common. |
IRelationResult |
esri_equals(IGeometryBag other)
Indicates if the two geometries are of the same type and define the same set of points in the plane. |
IRelationResult |
intersects(IGeometryBag other)
Indicates if the two geometries share any points in common. |
IRelationResult |
overlaps(IGeometryBag other)
Indicates if the intersection of the two geometries has the same dimension as one of the input geometries. |
IRelationResult |
relation(IGeometryBag other,
String relationDescription)
Evaluates an arbitrary relation specified using a dimension-extended matrix. |
IRelationResult |
relationEx(IGeometryBag other,
int relation)
Evaluates the relation specified by esriSpatialRelationEnum. |
IRelationResult |
touches(IGeometryBag other)
Indicates if the boundaries of the geometries intersect. |
IRelationResult |
within(IGeometryBag other)
Indicates if this geometry is contained (is within) another geometry. |
| Method Detail |
|---|
IRelationResult esri_equals(IGeometryBag other)
throws IOException,
AutomationException
other - A reference to a com.esri.arcgis.geometry.IGeometryBag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRelationResult touches(IGeometryBag other)
throws IOException,
AutomationException
other - A reference to a com.esri.arcgis.geometry.IGeometryBag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRelationResult contains(IGeometryBag other)
throws IOException,
AutomationException
other - A reference to a com.esri.arcgis.geometry.IGeometryBag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRelationResult within(IGeometryBag other)
throws IOException,
AutomationException
other - A reference to a com.esri.arcgis.geometry.IGeometryBag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRelationResult disjoint(IGeometryBag other)
throws IOException,
AutomationException
other - A reference to a com.esri.arcgis.geometry.IGeometryBag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRelationResult intersects(IGeometryBag other)
throws IOException,
AutomationException
other - A reference to a com.esri.arcgis.geometry.IGeometryBag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRelationResult crosses(IGeometryBag other)
throws IOException,
AutomationException
other - A reference to a com.esri.arcgis.geometry.IGeometryBag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRelationResult overlaps(IGeometryBag other)
throws IOException,
AutomationException
other - A reference to a com.esri.arcgis.geometry.IGeometryBag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRelationResult relation(IGeometryBag other,
String relationDescription)
throws IOException,
AutomationException
other - A reference to a com.esri.arcgis.geometry.IGeometryBag (in)relationDescription - The relationDescription (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRelationResult relationEx(IGeometryBag other,
int relation)
throws IOException,
AutomationException
other - A reference to a com.esri.arcgis.geometry.IGeometryBag (in)relation - A com.esri.arcgis.geometry.esriSpatialRelationEnum constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void compress(IRelationResult[] result,
boolean leftIndex)
throws IOException,
AutomationException
result - A reference to a com.esri.arcgis.geometry.IRelationResult (in/out: use single element array)leftIndex - The leftIndex (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 | ||||||||