SqlSpatialFunctions.EnvelopeCenter(DbGeography) Método

Definição

Retorna um ponto que pode ser usado como o centro de um círculo delimitadora 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 SqlGeography que especifica o local do centro de um círculo delimitamento.

Atributos

Aplica-se a