次の方法で共有


AreaGeometry(GeoJsonGeometryType, IEnumerable<Single>) コンストラクター

定義

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

public AreaGeometry (Azure.Health.Insights.ClinicalMatching.GeoJsonGeometryType type, System.Collections.Generic.IEnumerable<float> coordinates);
new Azure.Health.Insights.ClinicalMatching.AreaGeometry : Azure.Health.Insights.ClinicalMatching.GeoJsonGeometryType * seq<single> -> Azure.Health.Insights.ClinicalMatching.AreaGeometry
Public Sub New (type As GeoJsonGeometryType, coordinates As IEnumerable(Of Single))

パラメーター

type
GeoJsonGeometryType

GeoJSON geometry 型。

coordinates
IEnumerable<Single>

標準に従って表されるエリア円の中心の GeoJSON 座標。 これは、経度と緯度 (正確にはこの順序) の 2 つの 10 進数の配列です。

例外

coordinates が null です。

適用対象