GeoPolygonCollection Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET