다음을 통해 공유


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

특성

적용 대상