다음을 통해 공유


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 값입니다.

특성

적용 대상