public class SampleStopLinker
extends Object
Link transit stops to the street network in a non-destructive manner; i.e. don't
modify the street network. Being non-destructive is important in Analyst; new transit
models should not affect the length of existing streets, even slightly (due to float
roundoff from splits, etc.) An error of even a few seconds can be significant if it causes
the router to miss a transit vehicle or transfer, or causes the stop to move just beyond a
hard boundary.
We do this by using the same linking code that is used
for Analyst (the SampleFactory code) which additionally means that this code
path is used and tested in multiple applications.
This is not currently used. But it could be very useful for patching temporary transit lines in
interactively generated scenarios.