다음을 통해 공유


DbGeometry.Relate(DbGeometry, String) 메서드

정의

이 DbGeometry 값이 주어진 DE-9IM(Dimensionally Extended Nine-Intersection Model) 교차 패턴에 따라 지정된 DbGeometry 인수와 공간적으로 관련되어 있는지 여부를 확인합니다.

public:
 bool Relate(System::Data::Spatial::DbGeometry ^ other, System::String ^ matrix);
public bool Relate (System.Data.Spatial.DbGeometry other, string matrix);
member this.Relate : System.Data.Spatial.DbGeometry * string -> bool
Public Function Relate (other As DbGeometry, matrix As String) As Boolean

매개 변수

other
DbGeometry

관계가 있는지 이 기하 값과 비교해야 하는 기하 값입니다.

matrix
String

관계를 정의하는 (DE 9IM) 교차 패턴의 텍스트 표현을 포함하는 문자열입니다.

반환

지정된 교차 패턴 매트릭스에 따라 이 기하 도형 값이 other와 관련이 있는 경우 true이고, 그렇지 않으면 false입니다.

예외

other matrix

적용 대상