次の方法で共有


SqlSpatialFunctions.EnvelopeAngle(DbGeography) メソッド

定義

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

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

属性

適用対象