ICoordinate Interface |
Namespace: DHI.Mike1D.Generic.Spatial.Geometry
public interface ICoordinate : IComparable<ICoordinate>, IEquatable<ICoordinate>
The ICoordinate type exposes the following members.
Name | Description | |
---|---|---|
M |
Parametric coordinate, usually chainage.
| |
X |
X coordinate.
| |
Y |
Y coordinate
| |
Z |
Z coordinate
|
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.) |