SqlSpatialFunctions.EnvelopeCenter(DbGeography) 方法

定义

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

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

属性

适用于