I'm provided with a contour shapefile. I need to convert the contour shapefile to a raster or DEM. Then I have centerpoints for 1185 polylines (all 1185 lines have only two vertices, so getting the center has been easy). I want to overlay the centerpoints of all 1185 polylines on the contour raster/dem to extract the elevation at that exact point. I will then add 1100 to all of the values (Example: Elevation 5803 would become Elevation 6903) and write it back to a field in the polyline layer the centerpoints originally came from.
Can anyone point me in the right direction to accomplish this?