次の方法で共有


GeoPointCollection クラス

定義

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

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

コンストラクター

GeoPointCollection(IEnumerable<GeoPoint>)

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

GeoPointCollection(IEnumerable<GeoPoint>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)

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

プロパティ

BoundingBox

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

(継承元 GeoObject)
Coordinates

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

Count

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

Item[Int32]

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

Type

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

メソッド

GetEnumerator()

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

ToString()

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

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

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

(継承元 GeoObject)

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

IEnumerable.GetEnumerator()

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

適用対象