DisJoint

説明

あるジオメトリ (testGeometry) オブジェクトが別のジオメトリ (containerGeometry) オブジェクトと交差 (接触) していないかどうかを判定します。

構文

DisJoint ( testGeometry, containerGeometry )

引数

containerGeometrytestGeometry はジオメトリ オブジェクト (または式) です。

定義されているボックスが指定されている国のいずれとも交差していないかどうかを判定します。

select Disjoint(MI_Box(-13.36676789,8.05796847,79.06334219,62.70540978,'epsg:4326'),[Geometry_Column]) from countries where country = ANY ('Mauritania','Mali','Algeria')

コメント

testGeometrycontainerGeometry と交差していない場合は真を返し、それ以外の場合は偽を返します。containerGeometry または testGeometry が NULL の場合は偽を返します。この関数は、(containerGeometry) の座標系を使用して実行されます。