Click or drag to resize

DigiPoint Class

A coordinate that can specify whether the chainage has been user specified (fixed) or calculated.
Inheritance Hierarchy

Namespace:  DHI.Mike1D.NetworkDataAccess
Assembly:  DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public class DigiPoint : Coordinate

The DigiPoint type exposes the following members.

Constructors
  NameDescription
Public methodDigiPoint
Initializes a new instance of the DigiPoint class
Top
Properties
  NameDescription
Public propertyM
Parametric coordinate, usually chainage.
(Inherited from Coordinate.)
Public propertyX
X coordinate.
(Inherited from Coordinate.)
Public propertyY
Y coordinate
(Inherited from Coordinate.)
Public propertyZ
Z coordinate
(Inherited from Coordinate.)
Top
Methods
  NameDescription
Public methodClone
Clone this vertex coordiante
(Inherited from Coordinate.)
Public methodCompareTo(Object)
Compares to aother obj. If ICoordinate, uses the comparison order M (chainage), X, Y, Z
(Inherited from Coordinate.)
Public methodCompareTo(ICoordinate)
Compares two ICoordinate. The comparison order is M (chainage), X, Y, Z
(Inherited from Coordinate.)
Public methodStatic memberCreate(Double, Double, Double, Boolean)
Create digipoint
Public methodStatic memberCreate(Double, Double, Double, Double, Boolean)
Create digipoint
Public methodDistanceSqXY
Distance squared in XY coordinates. (does not take the square root for - optimizations when eg. searching for smallest distance)
(Inherited from Coordinate.)
Public methodDistanceSqXYZ
Distance squared in XYZ coordinates. (does not take the square root - for optimizations when eg. searching for smallest distance)
(Inherited from Coordinate.)
Public methodDistanceXY
Distance in XY coordinates.
(Inherited from Coordinate.)
Public methodDistanceXYZ
Distance in XYZ coordinates.
(Inherited from Coordinate.)
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Coordinate.)
Public methodEquals(ICoordinate)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Coordinate.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Coordinate.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Coordinate.)
Public methodUndefinedValue
The undefined value
(Inherited from Coordinate.)
Top
Fields
  NameDescription
Public fieldFixedChainage
Digipoint is at a fixed chainage
Top
See Also