Partager via


SqlSpatialFunctions.EnvelopeCenter(DbGeography) Méthode

Définition

Retourne un point qui peut être utilisé comme centre d'un cercle englobant de l'instance géographique.

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

Paramètres

geographyValue
DbGeography

Valeur géographique.

Retours

Valeur SqlGeography qui spécifie l'emplacement du centre d'un cercle englobant.

Attributs

S’applique à