hello all,
i'd like to create a new shp file and merge two different shape file. one is point shape (point.shp), the other is line shape (road.shp).
first, i get the center coordinate form each line.
second, i want to create a new shp file of point shape and add all coordinate and column of roadid.
third, add point.shp data to new shp file
the follows code can't run, i don't know how to modify it.
shapeCollect.Add(NointerList(i), New MultilineShape(features.Item(i).GetShape()))
i attach my code as follows.
on the other question...
if i want to add new coordinate in exist shp file, how can i do?
(if i want to add new coordinates and data in point.shp)
1596-fix.txt (6.19 KB)