| Package | Description |
|---|---|
| com.conveyal.gtfs | |
| com.conveyal.gtfs.model |
This package contains an alternative to the GTFS loading classes we have been using from OBA.
|
| Modifier and Type | Method and Description |
|---|---|
Shape |
GTFSFeed.getShape(String shape_id)
Get the shape for the given shape ID
|
| Modifier and Type | Method and Description |
|---|---|
Shape |
ShapeMap.get(Object key) |
Shape |
ShapeMap.put(Integer key,
Shape value) |
Shape |
ShapeMap.remove(Object key) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Integer,Shape>> |
ShapeMap.entrySet() |
Collection<Shape> |
ShapeMap.values() |
| Modifier and Type | Method and Description |
|---|---|
Shape |
ShapeMap.put(Integer key,
Shape value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShapeMap.putAll(Map<? extends Integer,? extends Shape> m) |
| Constructor and Description |
|---|
ShapeMap(ConcurrentNavigableMap<org.mapdb.Fun.Tuple2,Shape> allShapes,
String shapeId) |
Copyright © 2019. All rights reserved.