Partilhar via


GeoPolygonCollection Construtores

Definição

Sobrecargas

GeoPolygonCollection(IEnumerable<GeoPolygon>)

Inicializa a nova instância do GeoPolygonCollection.

GeoPolygonCollection(IEnumerable<GeoPolygon>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)

Inicializa a nova instância do GeoPolygonCollection.

GeoPolygonCollection(IEnumerable<GeoPolygon>)

Origem:
GeoPolygonCollection.cs

Inicializa a nova instância do 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))

Parâmetros

polygons
IEnumerable<GeoPolygon>

A coleção de polígonos internos.

Aplica-se a

GeoPolygonCollection(IEnumerable<GeoPolygon>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)

Origem:
GeoPolygonCollection.cs

Inicializa a nova instância do 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))

Parâmetros

polygons
IEnumerable<GeoPolygon>

A coleção de geometrias internas.

boundingBox
GeoBoundingBox

O GeoBoundingBox a ser usado.

customProperties
IReadOnlyDictionary<String,Object>

O conjunto de propriedades personalizadas associadas ao GeoObject.

Aplica-se a