LineString Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a LineString.
public class LineString : Azure.Analytics.PlanetaryComputer.GeoJsonGeometry, System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.LineString>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.LineString>
type LineString = class
inherit GeoJsonGeometry
interface IJsonModel<LineString>
interface IPersistableModel<LineString>
Public Class LineString
Inherits GeoJsonGeometry
Implements IJsonModel(Of LineString), IPersistableModel(Of LineString)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| LineString(IEnumerable<IList<Single>>) |
Initializes a new instance of LineString. |
Properties
| Name | Description |
|---|---|
| BoundingBox |
Optional bounding box of the geometry. (Inherited from GeoJsonGeometry) |
| Coordinates |
The coordinates of the linestring. |