Coordinate coordinates[] = new Coordinate[] {c, other.getCoordinate()};
double distance = distanceLibrary.distance(coordinates[0], coordinates[1]);
LineString geometry = geometryFactory.createLineString(coordinates);
LOG.trace(" to stop: {} ({}m)", other, distance);
new SimpleTransfer(ts, other, distance, geometry);
n += 1;
}
LOG.trace("linked to {} others.", n);
}