[]
Represents the geospatial line shape.
public class GeoLineString : GeoCurve
Name | Description |
---|---|
GeoLineString(IEnumerable<GeoPoint>) | Initializes a new instance of the GeoLineString class. |
Name | Description |
---|---|
Bounds | Returns the bounds of the line shape. |
Is3D | Returns |
IsEmpty | Returns a value indicating whether the collection of line points is empty. |
IsMeasured | Returns |
Points | Gets the line points. |
PointsCount | Returns the number of points in the line. |