com.esri.arcgis.geometry
Interface IRelationalOperator3D2
- All Superinterfaces:
- IRelationalOperator3D, Serializable
- All Known Implementing Classes:
- Envelope, MultiPatch, Multipoint, Point, Polygon, Polyline
public interface IRelationalOperator3D2
- extends IRelationalOperator3D, Serializable
Provides access to members that determine if a certain spatial relationship exists between two geometries with Zs.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
boolean |
isNear3D(IGeometry pOther,
double distance)
Indicates if this geometry is within distance from the other geometry; both geometries must have Zs. |
isNear3D
boolean isNear3D(IGeometry pOther,
double distance)
throws IOException,
AutomationException
- Indicates if this geometry is within distance from the other geometry; both geometries must have Zs.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
pOther
- A reference to a com.esri.arcgis.geometry.IGeometry (in)distance
- The distance (in)
- Returns:
- The pbNear
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.