LineString Methods |
The LineString type exposes the following members.
Name | Description | |
---|---|---|
Add |
Add the given point to the end of the LineString.
| |
DistanceTo(LatLon) |
Calculates the shortest distance from the given point to this LineString.
| |
DistanceTo(LatLon, Int32) |
Calculates the shortest distance (in degrees) from the given point to this LineString.
| |
DistanceTo(LatLon, DistanceUnit) |
Calculates the shortest distance from the given point to this LineString.
| |
DistanceTo(LatLon, Int32, DistanceUnit) |
Calculates the shortest distance (in degrees) from the given point to this LineString.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator |
Enumerate all points in the line string.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LineLength |
Calculate the length of this LineString in the specified DistanceUnits.
| |
PercentAlong |
Returns the distance that loc is from the start of the linestring, as a percentage.
| |
PythagoreanDistanceTo | Obsolete. | |
QuickDistanceTo |
Calculates the distance (in degrees) from the given point to this LineString.
| |
Substring |
Gets a LineString that is a sub-string of the current LineString.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |