Compartilhar via


SqlSpatialFunctions.EnvelopeAngle(DbGeography) Método

Definição

Retorna o ângulo máximo entre o ponto retornado por EnvelopeCenter() e um ponto na instância de geografia em graus.

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)

Parâmetros

geographyValue
DbGeography

O valor de geografia.

Retornos

o ângulo máximo entre o ponto retornado por EnvelopeCenter().

Atributos

Aplica-se a