次の方法で共有


GeoCollection クラス

定義

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

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

コンストラクター

GeoCollection(IEnumerable<GeoObject>)

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

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

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

プロパティ

BoundingBox

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

(継承元 GeoObject)
Count

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

Item[Int32]

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

Type

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

メソッド

GetEnumerator()

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

ToString()

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

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

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

(継承元 GeoObject)

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

IEnumerable.GetEnumerator()

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

適用対象