I have a polyline feature class in the form of a shapefile. The coordinate system is Geographic and the earth datum used is the North American Datum of 1983.
I would like to get a table that contains the lat, lon coordinates of the end points (called 'nodes') of each polyline in the feature class. Note that I do have an associated object class that contains unique identifiers for each polyline in the shapefile, and also for all nodes.
I would appreciate it if someone could provide me some guidance on this issue. I find it strange that we can quickly view a table of point data (given with x, y coordinates) in GIS, but the method to 'deconstruct' things is not so obvious!