次の方法で共有


SqlSpatialFunctions.EnvelopeCenter(DbGeography) メソッド

定義

geography インスタンスに外接する円のセンターとして使用できるポイントを返します。

[System.Data.Entity.DbFunction("SqlServer", "ENVELOPECENTER")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyValue")]
public static System.Data.Entity.Spatial.DbGeography EnvelopeCenter(System.Data.Entity.Spatial.DbGeography geographyValue);
static member EnvelopeCenter : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Shared Function EnvelopeCenter (geographyValue As DbGeography) As DbGeography

パラメーター

geographyValue
DbGeography

地理的な値。

戻り値

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

属性

適用対象