Condividi tramite


SqlSpatialFunctions.EnvelopeAngle(DbGeography) Metodo

Definizione

Restituisce l'angolo massimo tra il punto restituito da EnvelopeCenter() e un punto nell'istanza di posizione geografica in gradi.

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)

Parametri

geographyValue
DbGeography

Valore di geografia.

Restituisce

L'angolo massimo tra il punto restituito da EnvelopeCenter ().

Attributi

Si applica a