ST_Within¶
Introduction: Return true if A is fully contained by B
Format: ST_Within (A:geometry, B:geometry)
SQL example:
SELECT *
FROM pointdf
WHERE ST_Within(pointdf.arealandmark, ST_PolygonFromEnvelope(1.0,100.0,1000.0,1100.0))
Introduction: Return true if A is fully contained by B
Format: ST_Within (A:geometry, B:geometry)
SQL example:
SELECT *
FROM pointdf
WHERE ST_Within(pointdf.arealandmark, ST_PolygonFromEnvelope(1.0,100.0,1000.0,1100.0))