MultiLineString 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 MultiLineString.
public class MultiLineString : Azure.Analytics.PlanetaryComputer.GeoJsonGeometry, System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.MultiLineString>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.MultiLineString>
type MultiLineString = class
inherit GeoJsonGeometry
interface IJsonModel<MultiLineString>
interface IPersistableModel<MultiLineString>
Public Class MultiLineString
Inherits GeoJsonGeometry
Implements IJsonModel(Of MultiLineString), IPersistableModel(Of MultiLineString)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| MultiLineString(IEnumerable<IList<IList<Single>>>) |
Initializes a new instance of MultiLineString. |
Properties
| Name | Description |
|---|---|
| BoundingBox |
Optional bounding box of the geometry. (Inherited from GeoJsonGeometry) |
| Coordinates |
The coordinates of the multilinestring. |