다음을 통해 공유


DbGeography.Intersection(DbGeography) 메서드

정의

이 DbGeography 값과 다른 DbGeography 값의 교집합을 계산합니다.

public:
 System::Data::Spatial::DbGeography ^ Intersection(System::Data::Spatial::DbGeography ^ other);
public System.Data.Spatial.DbGeography Intersection (System.Data.Spatial.DbGeography other);
member this.Intersection : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public Function Intersection (other As DbGeography) As DbGeography

매개 변수

other
DbGeography

이 값의 교집합을 계산해야 하는 지리 값입니다.

반환

이 geography 값과 other의 교집합을 나타내는 새 DbGeography 값입니다.

예외

적용 대상