SqlSpatialFunctions.EnvelopeAngle(DbGeography) 方法

定义

返回由 EnvelopeCenter()返回的点之间的最大角度和在地理事例的点之间程度。

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

参数

geographyValue
DbGeography

地理值。

返回

由 EnvelopeCenter() 返回的点之间的最大角度。

属性

适用于