Compartir a través de


SqlSpatialFunctions.EnvelopeCenter(DbGeography) Método

Definición

Devuelve un punto que se puede utilizar como centro de un círculo de límite para la instancia de geografía.

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 de geografía.

Devoluciones

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

Atributos

Se aplica a