Click or drag to resize

DigiPoint Methods

The DigiPoint type exposes the following members.

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
See Also