Map building for a road network using Java swing,
March 21, 2010 at 8:08 AM
Hello All I am trying to built a map for a road network from shapefiles. i am able to read the shapefiles(points, polylines, polygons etc.) and collect the coordinates from it, but i can't proceed further with the building of road network. i know i have to do it using java 2d or swing but i can't think of a start here. Any suggestions of how i can start building a road network and display it?
View All Comments
| View Tutorial