SqlSpatialFunctions.EnvelopeCenter(DbGeography) メソッド

定義

geography インスタンスの境界円の中心として使用できるポイントを返します。

public:
 static System::Data::Spatial::DbGeography ^ EnvelopeCenter(System::Data::Spatial::DbGeography ^ geographyValue);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ENVELOPECENTER")]
public static System.Data.Spatial.DbGeography EnvelopeCenter(System.Data.Spatial.DbGeography geographyValue);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ENVELOPECENTER")>]
static member EnvelopeCenter : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public Shared Function EnvelopeCenter (geographyValue As DbGeography) As DbGeography

パラメーター

geographyValue
DbGeography

geography 値。

返品

境界円の中心の位置を指定する SqlGeography 値。

属性

適用対象