Wednesday 29 January 2020

arcgis server - Split polyline at specific distance


I am working on a project that uses SQL server for geometry datatype and ArcGIS Server and asp.net website and entity framework for data access and ArcGIS JavaScript API for map viewer.


I want to split polyline object in equal distance for example if I have a polyline with 60 km I want to split it in 10 polyline with 6 km distance and send polylines on ArcGIS JavaScript map api.


I can use T-Sql and C# for splitting polyline. How can I do it?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...