次の方法で共有


GeoPolygonCollection クラス

定義

複数 GeoPolygonの で構成されるジオメトリを表します。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.GeoJson.GeoJsonConverter))]
public sealed class GeoPolygonCollection : Azure.Core.GeoJson.GeoObject, System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoPolygon>, System.Collections.Generic.IReadOnlyCollection<Azure.Core.GeoJson.GeoPolygon>, System.Collections.Generic.IReadOnlyList<Azure.Core.GeoJson.GeoPolygon>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.GeoJson.GeoJsonConverter))>]
type GeoPolygonCollection = class
    inherit GeoObject
    interface IReadOnlyList<GeoPolygon>
    interface seq<GeoPolygon>
    interface IEnumerable
    interface IReadOnlyCollection<GeoPolygon>
Public NotInheritable Class GeoPolygonCollection
Inherits GeoObject
Implements IEnumerable(Of GeoPolygon), IReadOnlyCollection(Of GeoPolygon), IReadOnlyList(Of GeoPolygon)
継承
GeoPolygonCollection
属性
実装

コンストラクター

GeoPolygonCollection(IEnumerable<GeoPolygon>)

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

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

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

プロパティ

BoundingBox

の座標範囲に関する情報を表します GeoObject

(継承元 GeoObject)
Coordinates

このジオメトリを形成する座標配列のビューを返します。

Count

コレクション内の要素の数を取得します。

Item[Int32]

読み取り専用のリスト内の指定したインデックスにある要素を取得します。

Type

このオブジェクトの GeoJSON 型を取得します。

メソッド

GetEnumerator()

コレクションを反復処理する列挙子を返します。

ToString()

GeoObject インスタンスを GeoJSON 表現に変換します。

(継承元 GeoObject)
TryGetCustomProperty(String, Object)

に関連付けられているカスタム プロパティの値の取得を GeoObject試みます。

(継承元 GeoObject)

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象