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.

[System.Data.Entity.DbFunction("SqlServer", "ENVELOPECENTER")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyValue")]
public static System.Data.Entity.Spatial.DbGeography EnvelopeCenter (System.Data.Entity.Spatial.DbGeography geographyValue);
static member EnvelopeCenter : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.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 à