TwoDLocation Methods |
The TwoDLocation type exposes the following members.
Name | Description | |
---|---|---|
Clone |
ICloneable implementation. deep clone.
| |
CompareTo(Object) |
IComparable implementation. Hierarchical calls to the CompareTo methods
for topo ID, then x1, then y1, x2, y2 comparison (but not Info). String comparisons
are case-insensitive and culture-invariant.
| |
CompareTo(ILocation, Double) |
like IComaparable, but with tolerance for coordinate comparison as an argument.
Hierarchical calls to the CompareTo methods
for topo ID, then x1, then y1, x2, y2 comparison (but not Info). String comparisons
are case-insensitive and culture-invariant.
| |
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Equals(ILocation) |
Indicates whether the current object is equal to another object of the same type.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromString | ||
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IDCompareTo |
Compare the ID with the others ID.
| |
IDEquals |
Check if the ID equals the others ID.
| |
IsNull | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NumberofPoints |
Returns the number of points
| |
Point |
Returns _points[x]
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ToStringInUserUnits | ||
Weight |
Returns an array with weights of the form li/L
|
Name | Description | |
---|---|---|
ChainageAsDiagnosticsValue |
Get chainage as DiagnosticsValue (includes unit)
(Defined by GenericExtensions.) | |
ChainageEquals(Double) | Overloaded.
Returns true if the chainage equals, withing LOCATION_EQUAL_TOLERANCE (Defined by GenericExtensions.) | |
ChainageEquals(Double, Double) | Overloaded.
Returns true if the chainage equals, withing tolerance
(Defined by GenericExtensions.) |