ILinearRing Methods |
The ILinearRing type exposes the following members.
| Name | Description | |
|---|---|---|
| AsBinary |
Translates this geometry to its Well-Known Binary representation.
(Inherited from IGeometry.) | |
| AsBinary(WkbVariant) |
Translates this geometry to its Well-Known Binary representation.
(Inherited from IGeometry.) | |
| AsText |
Translates this geometry to its Well-Known Text representation.
(Inherited from IGeometry.) | |
| AsText(WktVariant) |
Translates this geometry to its Well-Known Text representation.
(Inherited from IGeometry.) | |
| Clone |
Clones this instance.
(Inherited from IGeometry.) | |
| CoveredBy |
Determines whether this geometry is covered by a specified geometry.
(Inherited from IGeometry.) | |
| Covers |
Determines whether this geometry covers a specified geometry.
(Inherited from IGeometry.) | |
| Crosses |
Determines if this geometry and a specified geometry cross.
(Inherited from IGeometry.) | |
| Difference |
Subtracts a specified geometry from this geometry.
(Inherited from IGeometry.) | |
| Disjoint |
Determines if this geometry is disjoint from a specified geometry.
(Inherited from IGeometry.) | |
| Equals | (Inherited from IEquatableILineString.) | |
| GetArea |
Computes the area of this geometry.
(Inherited from IGeometry.) | |
| GetBuffer |
Computes a buffer region around this geometry.
(Inherited from IGeometry.) | |
| GetCentroid |
Computes the centroid of this geometry.
(Inherited from IGeometry.) | |
| GetConvexHull |
Computes the convex hull of this geometry.
(Inherited from IGeometry.) | |
| GetDistanceTo |
Computes the minimum distance between this geometry and a specified geometry.
(Inherited from IGeometry.) | |
| GetEnumerator | (Inherited from IEnumerableIPoint.) | |
| GetExtent |
Computes and returns a bounding extent of this geometry.
(Inherited from IGeometry.) | |
| GetLength |
Computes the length of this geometry.
(Inherited from IGeometry.) | |
| Intersection |
Builds an intersection between this geometry and a specified geometry.
(Inherited from IGeometry.) | |
| Intersects(Extent) |
Determines whether this geometry intersects a specified extent.
(Inherited from IGeometry.) | |
| Intersects(IGeometry) |
Determines if this geometry and a specified geometry intersects.
(Inherited from IGeometry.) | |
| IsClockwise |
Determines if the ring has clockwise winding
| |
| Overlaps |
Determines whether this geometry overlap with a specified geometry.
(Inherited from IGeometry.) | |
| Relate |
Determines if DE-9IM intersection matrix of this geometry and a specified geometry matches provided pattern.
(Inherited from IGeometry.) | |
| SpatiallyContains |
Determines whether this geometry spatially contains a specified geometry.
(Inherited from IGeometry.) | |
| SpatiallyEquals |
Determines if this geometry spatially equal to a specified geometry.
(Inherited from IGeometry.) | |
| SymDifference |
Builds a symmetric difference between this geometry and a specified geometry.
(Inherited from IGeometry.) | |
| ToEditable |
Gets an editable copy of this geometry.
| |
| ToLinearGeometry |
Gets approximate or equivalent non-curve version of this geometry using the default tolerance.
(Inherited from ICurve.) | |
| ToLinearGeometry(Double) |
Gets approximate or equivalent non-curve version of this geometry using the specified tolerance.
(Inherited from ICurve.) | |
| Touches |
Determines if this geometry and a specified geometry touch.
(Inherited from IGeometry.) | |
| Union |
Unites this geometry and a specified geometry.
(Inherited from IGeometry.) | |
| Within(Extent) |
Determines whether this geometry is within a specified extent.
(Inherited from IGeometry.) | |
| Within(IGeometry) |
Determines whether this geometry is within a specified geometry.
(Inherited from IGeometry.) |