Click or drag to resize

ICoordinate Interface

A coordinate of a vertex.

Namespace:  DHI.Mike1D.Generic.Spatial.Geometry
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface ICoordinate : IComparable<ICoordinate>, 
	IEquatable<ICoordinate>

The ICoordinate type exposes the following members.

Properties
  NameDescription
Public propertyM
Parametric coordinate, usually chainage.
Public propertyX
X coordinate.
Public propertyY
Y coordinate
Public propertyZ
Z coordinate
Top
Methods
  NameDescription
Public methodClone
Clone this vertex coordiante
Public methodCompareTo
Compares the current object with another object of the same type.
(Inherited from IComparableICoordinate.)
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableICoordinate.)
Public methodUndefinedValue
Value of a undefined coordinate.
Top
Extension Methods
  NameDescription
Public Extension MethodAsCoordinate
Return a Coordinate from an ICoordinate. If it is already an Coordinate, this is returned, i.e. it is not copied.
(Defined by SpatialExtensions.)
Public Extension MethodDistanceSqXY
Distance squared in XY coordinates.
(Defined by SpatialExtensions.)
Public Extension MethodDistanceXY
Distance in XY coordinates.
(Defined by SpatialExtensions.)
Top
See Also