共用方式為


SqlSpatialFunctions.EnvelopeAngle(DbGeography) 方法

定義

傳回 EnvelopeCenter() 傳回的點和地理執行個體中的典之間的最大角度,以度為單位。

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)

參數

geographyValue
DbGeography

地理值。

傳回

EnvelopeCenter() 所傳回的點之間的最大角度。

屬性

適用於