See: Description
Interface | Description |
---|---|
EdgeStore.PointConsumer |
A functional interface that consumes the points in a street geometry one by one.
|
EdgeStore.SegmentConsumer |
A functional interface that consumes segments in a street geometry one by one.
|
LinkedPointSet.TravelTimeFunction |
A functional interface for fetching the travel time to any street vertex in the transport network.
|
Class | Description |
---|---|
EdgeStore |
Column store is better than struct simulation because 1.
|
Histogram |
For design and debugging purposes, a simple class that tracks the frequency of different numbers.
|
IntBinHeap |
TODO Adapt the binheap to use only primitive ints.
|
IntHashGrid |
A spatial index using a 2D fast long hashtable from the Trove library.
|
LinkedPointSet |
A LinkedPointSet is a PointSet that has been pre-connected to a StreetLayer in a non-destructive, reversible way.
|
PointSetTimes |
The travel time to every point in a PointSet.
|
Split |
Represents a potential split point along an existing edge, retaining some geometric calculation state so that
once the best candidate is found more detailed calculations can continue.
|
StreetLayer |
This stores the street layer of OTP routing data.
|
StreetRouter |
This routes over the street layer of a TransitNetwork.
|
StreetRouter.State | |
VertexStore |
Enum | Description |
---|---|
EdgeStore.Flag |
Copyright © 2015. All rights reserved.