public static class NearbyStopFinder.StopAtDistance extends Object implements Comparable<NearbyStopFinder.StopAtDistance>
| Modifier and Type | Field and Description |
|---|---|
double |
dist |
List<Edge> |
edges |
com.vividsolutions.jts.geom.LineString |
geom |
TransitStop |
tstop |
| Constructor and Description |
|---|
StopAtDistance(TransitStop tstop,
double dist) |
public TransitStop tstop
public double dist
public com.vividsolutions.jts.geom.LineString geom
public StopAtDistance(TransitStop tstop, double dist)
public int compareTo(NearbyStopFinder.StopAtDistance that)
compareTo in interface Comparable<NearbyStopFinder.StopAtDistance>Copyright © 2018. All rights reserved.