Slide 8
Slide 8 text
◼ ST_Intersects(g1, g2)
• g1 が g2 と空間的に交差している場合に1、
交差していない場合に0を返す関数
◼ ST_Overlaps(g1, g2)
• g1 が g2 と空間的にオーバーラップしている場合に1、
オーバーラップしていない場合に0を返す関数
補足:ST_Intersects()、ST_Overlaps()
https://dev.mysql.com/doc/refman/8.0/en/spatial-relation-functions-object-shapes.html#function_st-intersects
https://dev.mysql.com/doc/refman/8.0/en/spatial-relation-functions-object-shapes.html#function_st-overlaps
Copyright © 2020, Oracle and/or its affiliates
8