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