1PtDistWithin: Polygon / Linestring
2:memory:
3SELECT PtDistWithin(GeomFromText('POLYGON((5 5, 5.1 5, 5.1 5.1, 5 5.1, 5 5))', 4326), GeomFromText('LINESTRING(4 4, 4.1 4.1)', 4326), 200);
41 # rows
51 # column
6PtDistWithin(GeomFromText('POLYGON((5 5, 5.1 5, 5.1 5.1, 5 5.1, 5 5))', 4326), GeomFromText('LINESTRING(4 4, 4.1 4.1)', 4326), 200)
71
8