GeoCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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セット。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET