SqlSpatialFunctions.EnvelopeCenter(DbGeography) 方法

定义

返回可用作跳起圆形的中心为地理实例的点。

[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 值。

属性

适用于