RouteMatrix Constructor (RoutingStrategy, String) | |
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
)
Public Sub New (
Strategy As RoutingStrategy,
journalFile As String
)
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
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