Compartilhar via


SqlSpatialFunctions.EnvelopeCenter(DbGeography) Método

Definição

Retorna um ponto que pode ser usado como o centro de um círculo delimitador para a instância de geografia.

[System.Data.Entity.DbFunction("SqlServer", "ENVELOPECENTER")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyValue")]
public static System.Data.Entity.Spatial.DbGeography EnvelopeCenter (System.Data.Entity.Spatial.DbGeography geographyValue);
static member EnvelopeCenter : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Shared Function EnvelopeCenter (geographyValue As DbGeography) As DbGeography

Parâmetros

geographyValue
DbGeography

O valor de geografia.

Retornos

Um valor de SqlGeography que especifica o local do centro de um círculo delimitador.

Atributos

Aplica-se a