SqlSpatialFunctions.EnvelopeCenter(DbGeography) Método

Definición

Devuelve un punto que se puede usar como el centro de un círculo delimitador para la instancia de geography.

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

Valor geography.

Devoluciones

Valor SqlGeography que especifica la ubicación del centro de un círculo delimitador.

Atributos

Se aplica a