I have a long length polyline i.e. 400m that has 2 vertices start and end therefore being a straight line (from a shape file) - is it possible to split the line into smaller segments to i.e. 10m apart. I need to find the nearest vertices on the line to another feature ( a point on the map) for an accurate shortest straight line distance to the polyline - if so, do you have any example code?
EDIT.. In ESRI (ARC) they have a function : Geometry.Geodesic.Densify
Thanks
Richard