|
Hi Juan,
You can also use RW Net DLL to do it with a
bit of mapbasic. These are the (untested) steps:
include "rwnet_header.def"
dim error as integer
call setcoord(XYm)
error = NWcreateTAB("link",false)
error = NWload() open table "link"
update link set Fnode = link2fromnode(rowid) update link set Tnode =
link2tonode(rowid)
Done.
With RW Net Free you can process networks with up
to 3000 links. If you want more than that, you need RW Net Standard /
Pro.
In any case it is way faster than using mapbasic
spatial queries.
Kind regards
|
_______________________________________________ MapInfo-L mailing list [email protected] http://www.directionsmag.com/mailman/listinfo/mapinfo-l
