Sdílet prostřednictvím


AreaGeometry(GeoJsonGeometryType, IEnumerable<Single>) Konstruktor

Definice

Inicializuje novou instanci 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))

Parametry

type
GeoJsonGeometryType

GeoJSON typ geometrie.

coordinates
IEnumerable<Single>

Souřadnice středu plošného kruhu, reprezentované podle standardu GeoJSON . Jedná se o matici se 2 desetinnými čísly, zeměpisnou délkou a šířkou (přesně v tomto pořadí).

Výjimky

coordinates je null.

Platí pro