public class CandidateEdgeBundle extends ArrayList<CandidateEdge>
Modifier and Type | Field and Description |
---|---|
CandidateEdge |
best |
static double |
DISTANCE_ERROR |
StreetVertex |
endwiseVertex |
modCount
Constructor and Description |
---|
CandidateEdgeBundle() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(CandidateEdge ce) |
boolean |
allowsCars() |
Collection<CandidateEdgeBundle> |
binByDistanceAndAngle() |
boolean |
endwise() |
double |
getScore() |
boolean |
isPlatform() |
List<StreetEdge> |
toEdgeList() |
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public static final double DISTANCE_ERROR
public StreetVertex endwiseVertex
public CandidateEdge best
public boolean add(CandidateEdge ce)
add
in interface Collection<CandidateEdge>
add
in interface List<CandidateEdge>
add
in class ArrayList<CandidateEdge>
public List<StreetEdge> toEdgeList()
public Collection<CandidateEdgeBundle> binByDistanceAndAngle()
public boolean endwise()
public double getScore()
public boolean isPlatform()
public boolean allowsCars()
Copyright © 2015. All rights reserved.