PlanetaryComputerModelFactory.PointGeometry Method
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 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.