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.

public:
 static Nullable<double> EnvelopeAngle(System::Data::Spatial::DbGeography ^ geographyValue);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ENVELOPEANGLE")]
public static double? EnvelopeAngle (System.Data.Spatial.DbGeography geographyValue);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ENVELOPEANGLE")>]
static member EnvelopeAngle : System.Data.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 à