次の方法で共有


GeoPolygonCollection コンストラクター

定義

オーバーロード

GeoPolygonCollection(IEnumerable<GeoPolygon>)

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

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

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

GeoPolygonCollection(IEnumerable<GeoPolygon>)

ソース:
GeoPolygonCollection.cs

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

パラメーター

polygons
IEnumerable<GeoPolygon>

内側の多角形のコレクション。

適用対象

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

ソース:
GeoPolygonCollection.cs

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

パラメーター

polygons
IEnumerable<GeoPolygon>

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

boundingBox
GeoBoundingBox

使用する GeoBoundingBox

customProperties
IReadOnlyDictionary<String,Object>

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

適用対象