agrobot_base/Exemplos/Aspose.GIS-for-.NET-master/Apps/Geo.Tools.Paths
Diego Note cd05f42449 implementado mapas e camera 2023-12-06 10:04:54 -03:00
..
App.xaml implementado mapas e camera 2023-12-06 10:04:54 -03:00
App.xaml.cs implementado mapas e camera 2023-12-06 10:04:54 -03:00
AssemblyInfo.cs implementado mapas e camera 2023-12-06 10:04:54 -03:00
Geo.Tools.Paths.csproj implementado mapas e camera 2023-12-06 10:04:54 -03:00
GeometryOutput.cs implementado mapas e camera 2023-12-06 10:04:54 -03:00
MainWindow.xaml implementado mapas e camera 2023-12-06 10:04:54 -03:00
MainWindow.xaml.cs implementado mapas e camera 2023-12-06 10:04:54 -03:00
ProjectInfo.cs implementado mapas e camera 2023-12-06 10:04:54 -03:00
ProjectPresenter.cs implementado mapas e camera 2023-12-06 10:04:54 -03:00
ReadMe-Ru.md implementado mapas e camera 2023-12-06 10:04:54 -03:00
ReadMe.md implementado mapas e camera 2023-12-06 10:04:54 -03:00

ReadMe.md

Paths Finder

This code creates optimal paths.

  1. Creating a RoadInfo list that includes information about road segments and velocity.
  2. Adding fast roads to the list.
  3. Adding slow ring roads to the list.
  4. Creating a WayLayerGenerator for generating road layers and adding roads to it.
  5. Finding multiple paths from a starting point (startPoint) to multiple goal points (goalPoint01, goalPoint02, goalPoint03) using a specified radius.
  6. Preparing a roadsLayer for displaying on a map and adding road objects.
  7. Preparing a wayLayer for displaying on a map and creating geometric objects for each found path.
  8. Displaying the map using the ShowMap function and saving the map to the specified path.