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.

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

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