PlanetaryComputerModelFactory.PointGeometry Method

Definition

Represents a GeoJSON Point geometry.

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

Parameters

boundingBox
IEnumerable<Single>

Optional bounding box of the geometry.

coordinates
IEnumerable<Single>

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

Returns

A new PointGeometry instance for mocking.

Applies to