SqlSpatialFunctions.EnvelopeCenter(DbGeography) Metodo

Definizione

Restituisce un punto che può essere utilizzato come centro di un cerchio di delimitazione per l'istanza 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

Parametri

geographyValue
DbGeography

Valore geography.

Valori restituiti

Valore SqlGeography che specifica la posizione del centro di un cerchio di delimitazione.

Attributi

Si applica a