PolygonGeometry(IEnumerable<IList<IList<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 PolygonGeometry.
public PolygonGeometry(System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<System.Collections.Generic.IList<float>>> coordinates);
new Azure.Analytics.PlanetaryComputer.PolygonGeometry : seq<System.Collections.Generic.IList<System.Collections.Generic.IList<single>>> -> Azure.Analytics.PlanetaryComputer.PolygonGeometry
Public Sub New (coordinates As IEnumerable(Of IList(Of IList(Of Single))))
Parameters
- coordinates
- IEnumerable<IList<IList<Single>>>
The coordinates of the polygon.
Exceptions
coordinates is null.