DigiPoint Methods |
The DigiPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Clone this vertex coordiante
(Inherited from Coordinate.) | |
| CompareTo(Object) |
Compares to aother obj. If ICoordinate, uses the comparison order M (chainage), X, Y, Z
(Inherited from Coordinate.) | |
| CompareTo(ICoordinate) |
Compares two ICoordinate. The comparison order is M (chainage), X, Y, Z
(Inherited from Coordinate.) | |
| Create(Double, Double, Double, Boolean) |
Create digipoint
| |
| Create(Double, Double, Double, Double, Boolean) |
Create digipoint
| |
| DistanceSqXY |
Distance squared in XY coordinates.
(does not take the square root for - optimizations when eg. searching for smallest distance)
(Inherited from Coordinate.) | |
| DistanceSqXYZ |
Distance squared in XYZ coordinates.
(does not take the square root - for optimizations when eg. searching for smallest distance)
(Inherited from Coordinate.) | |
| DistanceXY |
Distance in XY coordinates.
(Inherited from Coordinate.) | |
| DistanceXYZ |
Distance in XYZ coordinates.
(Inherited from Coordinate.) | |
| Equals(Object) | (Inherited from Coordinate.) | |
| Equals(ICoordinate) |
Indicates whether the current object is equal to another object of the same type.
(Inherited from Coordinate.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Coordinate.) | |
| UndefinedValue |
The undefined value
(Inherited from Coordinate.) |