Click or drag to resize

RouteMatrix Constructor (RoutingStrategy, String, CancellationToken)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Load the RouteMatrix from the given journal file.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RouteMatrix(
	RoutingStrategy Strategy,
	string journalFile,
	CancellationToken cancelToken
)

Parameters

Strategy
Type: Telogis.GeoBase.RoutingRoutingStrategy
A RoutingStrategy to be used to calculate the costs within this matrix.
journalFile
Type: SystemString
The journal file with the previously recorded RouteMatrix data
cancelToken
Type: Telogis.GeoBase.ConcurrencyCancellationToken
The token to request the calculation cancellation.
Remarks
Any changes made to the matrix will be recorded in the same journal file, making it possible to load the matrix again at a later time.
See Also