次の方法で共有


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

地理的な値。

戻り値

外接する円の中心の位置を指定する SqlGeography 値。

属性

適用対象