Partager via


SqlSpatialFunctions.EnvelopeAngle(DbGeography) Méthode

Définition

Retourne l'angle maximal entre le point retourné par EnvelopeCenter() et un point de l'instance géographique en degrés.

[System.Data.Entity.DbFunction("SqlServer", "ENVELOPEANGLE")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyValue")]
public static Nullable<double> EnvelopeAngle (System.Data.Entity.Spatial.DbGeography geographyValue);
static member EnvelopeAngle : System.Data.Entity.Spatial.DbGeography -> Nullable<double>
Public Shared Function EnvelopeAngle (geographyValue As DbGeography) As Nullable(Of Double)

Paramètres

geographyValue
DbGeography

Valeur géographique.

Retours

angle maximum entre le point retourné par EnvelopeCenter().

Attributs

S’applique à