DbGeometry.Relate(DbGeometry, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 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