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) 교집합 패턴의 텍스트 표현을 포함하는 문자열입니다.

반품

true 지정된 교집합 패턴 행렬에 other 따라 이 기하 도형 값이 관련되어 있으면 이고, 그렇지 않으면 false.

예외

other matrix

적용 대상