Provides access to members that determine if a certain spatial relationship exists between two geometries with Zs.
Members
Name | Description | |
---|---|---|
Disjoint3D | Indicates if the two geometries share no points in common. Negate this result to compute the Intersect relation. | |
IsNear3D | Indicates if this geometry is within distance from the other geometry; both geometries must have Zs. |
IRelationalOperator3D2.IsNear3D Method
Indicates if this geometry is within distance from the other geometry; both geometries must have Zs.
Public Function IsNear3D ( _
ByVal pOther As IGeometry, _
ByVal distance As Double _
) As Boolean
public bool IsNear3D (
IGeometry pOther,
double distance
);
Inherited Interfaces
Interfaces | Description |
---|---|
IRelationalOperator3D | Provides access to members that determine if a certain spatial relationship exists between two geometries with Zs. |
Classes that implement IRelationalOperator3D2
Classes | Description |
---|---|
Envelope | A rectangle with sides parallel to a coordinate system defining the extent of another geometry; optionally has min and max measure, height and ID attributes. |
MultiPatch | A collection of surface patches. |
Multipoint | An ordered collection of points; optionally has measure, height and ID attributes. |
Point | A two dimensional point, optionally with measure, height, and ID attributes. |
Polygon | A collection of rings ordered by their containment relationship; optionally has measure, height and ID attributes. |
Polyline | An ordered collection of paths; optionally has measure, height and ID attributes. |