다음을 통해 공유


GeographicArea(GeoJsonType, AreaGeometry, AreaProperties) 생성자

정의

GeographicArea의 새 instance 초기화합니다.

public GeographicArea (Azure.Health.Insights.ClinicalMatching.GeoJsonType type, Azure.Health.Insights.ClinicalMatching.AreaGeometry geometry, Azure.Health.Insights.ClinicalMatching.AreaProperties properties);
new Azure.Health.Insights.ClinicalMatching.GeographicArea : Azure.Health.Insights.ClinicalMatching.GeoJsonType * Azure.Health.Insights.ClinicalMatching.AreaGeometry * Azure.Health.Insights.ClinicalMatching.AreaProperties -> Azure.Health.Insights.ClinicalMatching.GeographicArea
Public Sub New (type As GeoJsonType, geometry As AreaGeometry, properties As AreaProperties)

매개 변수

type
GeoJsonType

GeoJSON 형식.

geometry
AreaGeometry

GeoJSON geometry- 영역 원의 중심을 나타냅니다.

properties
AreaProperties

GeoJSON 개체 속성입니다.

예외

geometry 또는 properties가 null입니다.

적용 대상