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.

[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)

Parametri

geographyValue
DbGeography

Valore di geografia.

Restituisce

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

Attributi

Si applica a