PointGeometry(IEnumerable<Single>) Constructor

Definition

Initializes a new instance of PointGeometry.

public PointGeometry(System.Collections.Generic.IEnumerable<float> coordinates);
new Azure.Analytics.PlanetaryComputer.PointGeometry : seq<single> -> Azure.Analytics.PlanetaryComputer.PointGeometry
Public Sub New (coordinates As IEnumerable(Of Single))

Parameters

coordinates
IEnumerable<Single>

The coordinates of the point as [longitude, latitude].

Exceptions

coordinates is null.

Applies to