Compartilhar via


AreaGeometry(GeoJsonGeometryType, IEnumerable<Single>) Construtor

Definição

Inicializa uma nova instância de 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))

Parâmetros

type
GeoJsonGeometryType

GeoJSON tipo geometry.

coordinates
IEnumerable<Single>

Coordenadas do centro do círculo da área, representadas de acordo com o GeoJSON padrão. Essa é uma matriz de dois números decimais, longitude e latitude (precisamente nesta ordem).

Exceções

coordinates é nulo.

Aplica-se a