File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
application/src/main/java/org/opentripplanner/gtfs/mapping Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 88 * A representation that stores GTFS shape points in a memory-efficient way and allows you to
99 * iterate over them for further processing.
1010 * <p>
11+ * Shape points are stored in an automatically expanding sparse array of original coordinate values,
12+ * so when they are added out of order, the shape doesn't need to be encoded or sorted again.
1113 * It is a compromise between efficient memory consumption and efficient use of CPU by not compressing
12- * or encoding the shape but storing the raw coordinate values .
14+ * or encoding the points .
1315 * <p>
1416 * It is package-private but implements Iterable, so you should use that as the return type of the
1517 * mapping process.
You can’t perform that action at this time.
0 commit comments