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
 
Uffe Kousgaard
www.routeware.dk
----- Original Message -----
Sent: Thursday, September 07, 2006 3:08 AM
Subject: [MI-L] Fnode - Tnode topology

What is the simplest way to generate fnode - tnode atributes on a street network???

I currently do it by running several spatial querries or exporting to ArcGIS, but wondered if theres an MBX out there.


Juan Pablo Berroa

Santo Domingo, D.R


_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l
_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l

Reply via email to