PointGeometry(IEnumerable<Single>) Constructor
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.
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.