I would start out in ArcMap, get free version of ETGeoWizard, see ian-ko.com (Mr. IANKO Tchoukanski rocks!!!!, thanks!!)
check out the
Export Nodes Wizard on the Polyline tab which does the following:
Analyzes the nodes of a polyline layer and exports them as a point feature class.
Inputs:
A polyline feature layer
Types of nodes to be exported
Outputs:
New point feature class
Contains points representing the specified node types
Regular nodes - node where more than two polylines intersect
Pseudo nodes - occur where a single line connects with itself or where only two polylines intersect
Dangling nodes - unconnected nodes of a dangling polylines
Several fields are added to the point attribute table :
[ET_Type] - thetype of node.
[PL_FID1], [PL_FID2] ...[PL_FIDn] carrying the IDs of the polylines that intersect in the node
the part that doesnt jump out at me is how to somehow make a column on your line table that has calculated the number of nodes; join your new point file...urrrr...play with it
of course with 14K nodes I think you might have to buy the GeoWizard--
If by ARCVIEW you mean 3.2a, the one for arcView 3.2a is free it has this function: thanks IanKo:
http://www.ian-ko.co..._user_guide.htmPolyline To Point - Converts polyline theme to point theme. All the vertices of the polylines are converted to points. An unique ID is assigned to the points that allows for easy conversion back to polylines. Each point is assigned a position along the pertaining line. Note: If you want the angle of the polyline in each vertex to be added to the point attribute table use the Polyline To Point function on the ET Polyline dialog with Vertex option
good luck,
chauncey