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() 返回的点之间的最大角度。

属性

适用于