GeoCollection 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
GeoCollection(IEnumerable<GeoObject>) |
Inicializa a nova instância do GeoCollection. |
GeoCollection(IEnumerable<GeoObject>, GeoBoundingBox, IReadOnlyDictionary<String,Object>) |
Inicializa a nova instância do GeoCollection. |
GeoCollection(IEnumerable<GeoObject>)
- Origem:
- GeoCollection.cs
Inicializa a nova instância do GeoCollection.
public GeoCollection (System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoObject> geometries);
new Azure.Core.GeoJson.GeoCollection : seq<Azure.Core.GeoJson.GeoObject> -> Azure.Core.GeoJson.GeoCollection
Public Sub New (geometries As IEnumerable(Of GeoObject))
Parâmetros
- geometries
- IEnumerable<GeoObject>
A coleção de geometrias internas.
Aplica-se a
GeoCollection(IEnumerable<GeoObject>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)
- Origem:
- GeoCollection.cs
Inicializa a nova instância do GeoCollection.
public GeoCollection (System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoObject> geometries, Azure.Core.GeoJson.GeoBoundingBox? boundingBox, System.Collections.Generic.IReadOnlyDictionary<string,object?> customProperties);
new Azure.Core.GeoJson.GeoCollection : seq<Azure.Core.GeoJson.GeoObject> * Azure.Core.GeoJson.GeoBoundingBox * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Azure.Core.GeoJson.GeoCollection
Public Sub New (geometries As IEnumerable(Of GeoObject), boundingBox As GeoBoundingBox, customProperties As IReadOnlyDictionary(Of String, Object))
Parâmetros
- geometries
- IEnumerable<GeoObject>
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