SqlSpatialFunctions.EnvelopeAngle(DbGeography) Metodo

Definizione

Restituisce l'angolo massimo tra il punto restituito da EnvelopeCenter() e un punto nell'istanza geography 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 geography.

Valori restituiti

angolo massimo tra il punto restituito da EnvelopeCenter().

Attributi

Si applica a