PlanetaryComputerModelFactory.LineString Method

Definition

Represents a LineString.

public static Azure.Analytics.PlanetaryComputer.LineString LineString(System.Collections.Generic.IEnumerable<float> boundingBox = default, System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<float>> coordinates = default);
static member LineString : seq<single> * seq<System.Collections.Generic.IList<single>> -> Azure.Analytics.PlanetaryComputer.LineString
Public Shared Function LineString (Optional boundingBox As IEnumerable(Of Single) = Nothing, Optional coordinates As IEnumerable(Of IList(Of Single)) = Nothing) As LineString

Parameters

boundingBox
IEnumerable<Single>

Optional bounding box of the geometry.

coordinates
IEnumerable<IList<Single>>

The coordinates of the linestring.

Returns

A new LineString instance for mocking.

Applies to