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.

public:
 static System::Data::Spatial::DbGeography ^ EnvelopeCenter(System::Data::Spatial::DbGeography ^ geographyValue);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ENVELOPECENTER")]
public static System.Data.Spatial.DbGeography EnvelopeCenter (System.Data.Spatial.DbGeography geographyValue);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ENVELOPECENTER")>]
static member EnvelopeCenter : System.Data.Spatial.DbGeography -> System.Data.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