Find Database of Longitude/Latitude Coordinates of ALL Roads

318
2
11-04-2012 11:41 AM
AndreyNapalkov
New Contributor
I'm planning to create a tool for longboarders that finds all the hills (roads) in the area with a specific incline. There are a lot of parameters that have to be taken in to account (bends, type of road, etc).
I can definitely pull this off in JAVA but I need a way to extract the coordinates and elevations of ALL roads around a certain location (from a standard road vector data file). Does anyone how this is possible?
Thank you for the help!







I hope I put this in the correct subforum.
0 Kudos
2 Replies
AndreyNapalkov
New Contributor
friendly bump, please help
0 Kudos
LucasDanzinger
Esri Frequent Contributor
Do you have the data of all roads? Seeing that you have the data with z values, you should be able to use Feature Vertices to Points. This will get you points from your lines and you can then Add XY Coordinates. If your data are z enabled, you should be good to go. Otherwise, you could use an elevation raster and the Extract Values to Points tool.
0 Kudos