다음을 통해 공유


AreaGeometry(GeoJsonGeometryType, IEnumerable<Single>) 생성자

정의

AreaGeometry의 새 instance 초기화합니다.

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 표시되는 영역 원 가운데의 좌표입니다. 이 배열은 10진수 2개, 경도 및 위도(정확하게 이 순서로)의 배열입니다.

예외

coordinates가 null입니다.

적용 대상