Package | Description |
---|---|
org.opentripplanner.graph_builder.module.osm | |
org.opentripplanner.openstreetmap.model | |
org.opentripplanner.openstreetmap.services |
Modifier and Type | Field and Description |
---|---|
List<OSMNode> |
Ring.nodes |
Modifier and Type | Method and Description |
---|---|
OSMNode |
OSMDatabase.getNode(Long nodeId) |
Modifier and Type | Method and Description |
---|---|
Collection<OSMNode> |
OSMDatabase.getBikeParkingNodes() |
Collection<OSMNode> |
OSMDatabase.getBikeRentalNodes() |
Collection<OSMNode> |
OSMDatabase.getStopsInArea(OSMWithTags areaParent) |
Modifier and Type | Method and Description |
---|---|
void |
OSMDatabase.addNode(OSMNode node) |
protected OsmVertex |
OpenStreetMapModule.Handler.getVertexForOsmNode(OSMNode node,
OSMWithTags way)
Make or get a shared vertex for flat intersections, or one vertex per level for multilevel nodes like elevators.
|
Constructor and Description |
---|
Ring(List<Long> osmNodes,
Map<Long,OSMNode> _nodes) |
Ring(List<OSMNode> osmNodes,
boolean javaSucks)
Why is there a boolean parameter called javaSucks? Because otherwise the two constructors
have the same erasure, meaning that even though Java has enough information at compile-time
to figure out which constructor I am talking about, it intentionally throws this away in the
interest of having worse run-time performance.
|
Modifier and Type | Method and Description |
---|---|
OSMNode |
OSMMap.getNodeForId(long nodeId) |
Modifier and Type | Method and Description |
---|---|
Map<Long,OSMNode> |
OSMMap.getNodes() |
Modifier and Type | Method and Description |
---|---|
void |
OSMMap.addNode(OSMNode node)
OpenStreetMapContentHandler Interface |
Modifier and Type | Method and Description |
---|---|
void |
OpenStreetMapContentHandler.addNode(OSMNode node)
Stores a node.
|
Copyright © 2019. All rights reserved.