Sdílet prostřednictvím


SqlSpatialFunctions.EnvelopeCenter(DbGeography) Metoda

Definice

Vrátí bod, který lze použít jako střed ohraničujícího kruhu pro geografickou instanci.

[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

Parametry

geographyValue
DbGeography

Zeměpisná hodnota.

Návraty

Hodnota SqlGeography, která určuje umístění středu ohraničujícího kruhu.

Atributy

Platí pro