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

geography 値。

返品

EnvelopeCenter() によって返されるポイント間の最大角度。

属性

適用対象