次の方法で共有


SqlSpatialFunctions.EnvelopeAngle(DbGeography) メソッド

定義

EnvelopeCenter() によって返されるポイントと geography インスタンスのポイントとの間の最大角度を度で返します。

[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() によって返される点の間の最大角度。

属性

適用対象