public class TransferFinder extends Object
Constructor and Description |
---|
TransferFinder(TransportNetwork network)
Eventually this should choose whether to search via the street network or straight line distance based on the
presence of OSM street data (whether the street layer is null).
|
Modifier and Type | Method and Description |
---|---|
void |
findParkRideTransfer() |
void |
findTransfers()
For each stop, store all transfers out of that stop as packed pairs of (toStopIndex, distance).
|
public TransferFinder(TransportNetwork network)
public void findParkRideTransfer()
public void findTransfers()
Copyright © 2019. All rights reserved.