LineString Properties |
The LineString type exposes the following members.
Name | Description | |
---|---|---|
BoundingBox |
Return the minimum-sized BoundingBox encapsulating all the points on this LineString.
(Overrides GeometryBoundingBox.) | |
FirstPoint |
The first point of this LineString.
| |
IsLoop |
Returns true of this LineString forms a connected loop.
A loop has at least 4 points, where the first and last points are equal.
| |
Item |
Gets the nth point from this LineString.
| |
LastPoint |
The last point of this LineString.
| |
Length |
The number of points in this LineString.
| |
Points |
Gets/sets an array of LatLons.
| |
Reverse |
Returns a LineString with the points in the opposite order to this LineString.
| |
WKT |
Returns this LineString in WKT string format.
(Overrides GeometryWKT.) | |
WKTWithZ |
Returns this LineString in WKT string format with Z level.
|