|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RoadPoint | |
|---|---|
| com.bbn.openmap.tools.roads | Provides classes to determine routes given a set of roads and intersections. |
| Uses of RoadPoint in com.bbn.openmap.tools.roads |
|---|
| Methods in com.bbn.openmap.tools.roads that return RoadPoint | |
|---|---|
RoadPoint |
RoadLine.addRoadPoint(int x,
int y)
|
RoadPoint[] |
Road.getPointsAfter(RoadPoint wp)
|
RoadPoint[] |
Road.getPointsBefore(RoadPoint wp)
|
RoadPoint |
RoadPoint.Graphic.getRoadPoint()
|
RoadPoint[] |
Road.getRoadPoints()
|
| Methods in com.bbn.openmap.tools.roads with parameters of type RoadPoint | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||