ICoordinate Interface |
Namespace: DHI.Mike1D.Generic.Spatial.Geometry
public interface ICoordinate : IComparable<ICoordinate>, IEquatable<ICoordinate>
The ICoordinate type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | 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 |
Name | Description | |
---|---|---|
![]() | AsCoordinate | (Defined by SpatialExtensions.) |
![]() | DistanceSqXY | (Defined by SpatialExtensions.) |
![]() | DistanceXY | (Defined by SpatialExtensions.) |