[fdo-users] FDO spatial query

Dan Stoica dan.stoica at autodesk.com
Mon Mar 9 13:46:17 EDT 2009


The short answer is: no, you cannot solve the problem without post processing the points.

-----Original Message-----
From: fdo-users-bounces at lists.osgeo.org [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of bebeto
Sent: Monday, March 09, 2009 1:00 PM
To: fdo-users at lists.osgeo.org
Subject: [fdo-users] FDO spatial query


hi, I need to create FDO query to return set of points in specific order.
To explain problem easiest way - imagine you have predefined route (line)
and want to return list gas stations (points) along that route with nearest
first.

Only solution I was able to create was FDO_SELECT command with
SpatialOperations.SpatialOperations_Intersects filter
(usually they are in some short distance to this line, but make it simplier
and assume points are exactly on line)
collection of points returned was ok, but in random order.

Any ideas (even with different technology like FDO) how to solve this are
welcome. My goal is to manage geometry only with using some library and do
not write complex algorithms dealing with different geom. types like
linestring curvestring etc. 
-- 
View this message in context: http://n2.nabble.com/FDO-spatial-query-tp2450209p2450209.html
Sent from the FDO Users mailing list archive at Nabble.com.

_______________________________________________
fdo-users mailing list
fdo-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-users


More information about the fdo-users mailing list