| Package | Description |
|---|---|
| org.opentripplanner.routing.edgetype | |
| org.opentripplanner.routing.impl |
| Constructor and Description |
|---|
TemporaryPartialStreetEdge(StreetEdge parentEdge,
StreetVertex v1,
TemporaryStreetLocation v2,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length) |
TemporaryPartialStreetEdge(StreetEdge parentEdge,
TemporaryStreetLocation v1,
StreetVertex v2,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length) |
TemporaryPartialStreetEdge(StreetEdge parentEdge,
TemporaryStreetLocation v1,
TemporaryStreetLocation v2,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length) |
| Modifier and Type | Method and Description |
|---|---|
static TemporaryStreetLocation |
StreetVertexIndexServiceImpl.createTemporaryStreetLocation(Graph graph,
String label,
I18NString name,
Iterable<StreetEdge> edges,
com.vividsolutions.jts.geom.Coordinate nearestPoint,
boolean endVertex)
Creates a TemporaryStreetLocation on the given street (set of PlainStreetEdges).
|
Copyright © 2018. All rights reserved.