Share via


SqlSpatialFunctions.EnvelopeCenter(DbGeography) Method

Definition

Returns a point that can be used as the center of a bounding circle for the geography instance.

[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

Parameters

geographyValue
DbGeography

The geography value.

Returns

A SqlGeography value that specifies the location of the center of a bounding circle.

Attributes

Applies to