ICoordinate Methods |
The ICoordinate type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Clone this vertex coordiante
| |
| CompareTo | Compares the current object with another object of the same type. (Inherited from IComparableICoordinate.) | |
| Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatableICoordinate.) | |
| UndefinedValue |
Value of a undefined coordinate.
|
| Name | Description | |
|---|---|---|
| AsCoordinate |
Return a Coordinate from an ICoordinate. If it is already an
Coordinate, this is returned, i.e. it is not copied.
(Defined by SpatialExtensions.) | |
| DistanceSqXY |
Distance squared in XY coordinates.
(Defined by SpatialExtensions.) | |
| DistanceXY |
Distance in XY coordinates.
(Defined by SpatialExtensions.) |