Package | Description |
---|---|
com.bbn.openmap.tools.roads |
Provides classes to determine routes given a set of roads and
intersections.
|
Modifier and Type | Method and Description |
---|---|
RoadPoint |
RoadLine.addRoadPoint(int x,
int y) |
RoadPoint[] |
Road.getPointsAfter(RoadPoint wp) |
RoadPoint[] |
Road.getPointsBefore(RoadPoint wp) |
RoadPoint |
RoadPoint.Graphic.getRoadPoint() |
RoadPoint[] |
Road.getRoadPoints() |
Modifier and Type | Method and Description |
---|---|
void |
Road.deleteRoadPoint(RoadPoint rp) |
RoadPoint[] |
Road.getPointsAfter(RoadPoint wp) |
RoadPoint[] |
Road.getPointsBefore(RoadPoint wp) |
void |
Road.insertRoadPointAt(RoadPoint wp,
int ix) |
void |
Road.setRoadPoints(RoadPoint[] innerPoints) |
Intersection |
RoadFinder.splitRoad(Road road,
RoadPoint rp)
Split a road into two roads at one of its corners.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details