Click or drag to resize

MultiThreadMatrix Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Overload List
  NameDescription
Public methodCode exampleMultiThreadMatrix(RouteStop)
Create a MultiThreadMatrix using an array of RouteStops. The default RoutingStrategy is RoutingStrategyFastest. The default number of threads is equal to the number of CPU cores available on the local machine.
Public methodCode exampleMultiThreadMatrix(RouteStop, LinkCost)
Create a MultiThreadMatrix using an array of RouteStops. The RoutingStrategy defaults to RoutingStrategyFastest. The default number of threads is equal to the number of CPU cores available on the local machine.
Public methodCode exampleMultiThreadMatrix(RouteStop, RoutingStrategy)
Create a MultiThreadMatrix using an array of RouteStops, and a RoutingStrategy. The default number of threads is equal to the number of CPU cores available on the local machine.
Public methodCode exampleMultiThreadMatrix(RouteStop, RoutingStrategy, LatLon)
Create a MultiThreadMatrix using an array of RouteStops, and a RoutingStrategy. The default number of threads is equal to the number of CPU cores available on the local machine.
Public methodCode exampleMultiThreadMatrix(RouteStop, RoutingStrategy, Int32, Boolean)
Create a MultiThreadMatrix using an array of RouteStops, and a RoutingStrategy. Define the number of threads to use (NumThreads), and specify if the calculated data should be saved to disk (persist = true) for quicker, subsequent data reading.
Public methodCode exampleMultiThreadMatrix(RouteStop, RoutingStrategy, Int32, Boolean, LinkCost)
Create a MultiThreadMatrix using an array of RouteStops, and a RoutingStrategy. Define the number of threads to use (NumThreads), and specify if the calculated data should be saved to disk (persist = true) for quicker, subsequent data reading.
Public methodCode exampleMultiThreadMatrix(RouteStop, RoutingStrategy, LatLon, Int32, Boolean, LinkCost)
Create a MultiThreadMatrix using an array of RouteStops, and a RoutingStrategy. Define the number of threads to use (NumThreads), and specify if the calculated data should be saved to disk (persist = true) for quicker, subsequent data reading.
Top
See Also