GeoPointCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
複数 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)
- 継承
- 属性
- 実装
コンストラクター
プロパティ
BoundingBox |
の座標範囲に関する情報を表します GeoObject。 (継承元 GeoObject) |
Coordinates |
このジオメトリを形成する座標配列のビューを返します。 |
Count |
コレクション内の要素の数を取得します。 |
Item[Int32] |
読み取り専用のリスト内の指定したインデックスにある要素を取得します。 |
Type |
このオブジェクトの GeoJSON 型を取得します。 |
メソッド
GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |
ToString() |
の GeoObject インスタンスを GeoJSON 表現に変換します。 (継承元 GeoObject) |
TryGetCustomProperty(String, Object) |
に関連付けられているカスタム プロパティの値の取得を GeoObject試みます。 (継承元 GeoObject) |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET