次の方法で共有


GeoCollection コンストラクター

定義

オーバーロード

GeoCollection(IEnumerable<GeoObject>)

の新しいインスタンスを GeoCollection初期化します。

GeoCollection(IEnumerable<GeoObject>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)

の新しいインスタンスを GeoCollection初期化します。

GeoCollection(IEnumerable<GeoObject>)

ソース:
GeoCollection.cs

の新しいインスタンスを 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))

パラメーター

geometries
IEnumerable<GeoObject>

内部ジオメトリのコレクション。

適用対象

GeoCollection(IEnumerable<GeoObject>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)

ソース:
GeoCollection.cs

の新しいインスタンスを 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))

パラメーター

geometries
IEnumerable<GeoObject>

内部ジオメトリのコレクション。

boundingBox
GeoBoundingBox

使用する GeoBoundingBox

customProperties
IReadOnlyDictionary<String,Object>

に関連付けられているカスタム プロパティの GeoObjectセット。

適用対象