SqlSpatialFunctions.EnvelopeCenter(DbGeography) Yöntem

Tanım

Coğrafya örneği için sınırlayıcı dairenin merkezi olarak kullanılabilecek bir nokta döndürür.

[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

Parametreler

geographyValue
DbGeography

Coğrafya değeri.

Döndürülenler

Sınırlayıcı dairenin merkezinin konumunu belirten bir SqlGeography değeri.

Öznitelikler

Şunlara uygulanır