I need to use IBM Informix for my project where I have point coordinates and I need to find which points are present in query rectangular region.
Informix has spatial datablade module with ST_POINT and ST_POLYGON data objects.
I know how to create, insert and create r-tree index on tables with such objects.
But problem is how to do a SELECT statement, something which list all the points in a particular rectangular region.
You’ve got the Spatial Datablade documentation at your fingertips? It is available in the IDS 11.50 Info Centre.
For example, the section in Chapter 1 discusses performing spatial queries: