GeoPolygonCollection Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GeoPolygonCollection(IEnumerable<GeoPolygon>) |
Initialise de nouvelles instance de GeoPolygonCollection. |
GeoPolygonCollection(IEnumerable<GeoPolygon>, GeoBoundingBox, IReadOnlyDictionary<String,Object>) |
Initialise de nouvelles instance de GeoPolygonCollection. |
GeoPolygonCollection(IEnumerable<GeoPolygon>)
- Source:
- GeoPolygonCollection.cs
Initialise de nouvelles instance de GeoPolygonCollection.
public GeoPolygonCollection (System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoPolygon> polygons);
new Azure.Core.GeoJson.GeoPolygonCollection : seq<Azure.Core.GeoJson.GeoPolygon> -> Azure.Core.GeoJson.GeoPolygonCollection
Public Sub New (polygons As IEnumerable(Of GeoPolygon))
Paramètres
- polygons
- IEnumerable<GeoPolygon>
Collection de polygones internes.
S’applique à
GeoPolygonCollection(IEnumerable<GeoPolygon>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)
- Source:
- GeoPolygonCollection.cs
Initialise de nouvelles instance de GeoPolygonCollection.
public GeoPolygonCollection (System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoPolygon> polygons, Azure.Core.GeoJson.GeoBoundingBox? boundingBox, System.Collections.Generic.IReadOnlyDictionary<string,object?> customProperties);
new Azure.Core.GeoJson.GeoPolygonCollection : seq<Azure.Core.GeoJson.GeoPolygon> * Azure.Core.GeoJson.GeoBoundingBox * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Azure.Core.GeoJson.GeoPolygonCollection
Public Sub New (polygons As IEnumerable(Of GeoPolygon), boundingBox As GeoBoundingBox, customProperties As IReadOnlyDictionary(Of String, Object))
Paramètres
- polygons
- IEnumerable<GeoPolygon>
Collection de géométries internes.
- boundingBox
- GeoBoundingBox
GeoBoundingBox à utiliser.
- customProperties
- IReadOnlyDictionary<String,Object>
Ensemble de propriétés personnalisées associées à .GeoObject
S’applique à
Azure SDK for .NET