Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ST_Contains (A: Geography, B: Geography)
true
SELECT ST_Contains( ST_GeogFromWKT('POLYGON ((0 0, 1 0, 1 1, 0 1, 0 0))'), ST_GeogFromWKT('POINT (0.5 0.5)') );
Was this page helpful?