Package | Description |
---|---|
org.opentripplanner.graph_builder.services | |
org.opentripplanner.routing.edgetype |
Modifier and Type | Method and Description |
---|---|
AreaEdge |
StreetEdgeFactory.createAreaEdge(IntersectionVertex startEndpoint,
IntersectionVertex endEndpoint,
org.locationtech.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permissions,
boolean back,
AreaEdgeList area) |
AreaEdge |
DefaultStreetEdgeFactory.createAreaEdge(IntersectionVertex startEndpoint,
IntersectionVertex endEndpoint,
org.locationtech.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permissions,
boolean back,
AreaEdgeList area) |
Modifier and Type | Method and Description |
---|---|
List<AreaEdge> |
AreaEdgeList.getEdges() |
Modifier and Type | Method and Description |
---|---|
void |
AreaEdgeList.addEdge(AreaEdge edge) |
void |
AreaEdgeList.removeEdge(AreaEdge edge) |
Modifier and Type | Method and Description |
---|---|
void |
AreaEdgeList.setEdges(ArrayList<AreaEdge> edges) |
Copyright © 2020. All rights reserved.