SqlSpatialFunctions.EnvelopeAngle(DbGeography) Yöntem

Tanım

EnvelopeCenter() tarafından döndürülen nokta ile coğrafya örneğindeki bir nokta arasındaki en büyük açıyı derece cinsinden döndürür.

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)

Parametreler

geographyValue
DbGeography

Coğrafya değeri.

Döndürülenler

EnvelopeCenter() tarafından döndürülen nokta arasındaki en büyük açı.

Öznitelikler

Şunlara uygulanır