IBM Informix using spatial datablade
Posted
by changed
on Stack Overflow
See other posts from Stack Overflow
or by changed
Published on 2010-03-25T22:16:11Z
Indexed on
2010/03/26
0:23 UTC
Read the original article
Hit count: 359
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.
© Stack Overflow or respective owner