Compartir a través de


SqlSpatialFunctions.EnvelopeAngle(DbGeography) Método

Definición

Devuelve el ángulo máximo entre el punto devuelto por EnvelopeCenter() y un punto en la instancia de geografía en grados.

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

Valor de geografía.

Devoluciones

Ángulo máximo entre el punto devuelto por EnvelopeCenter().

Atributos

Se aplica a