Package | Description |
---|---|
com.bbn.openmap.tools.roads |
Provides classes to determine routes given a set of roads and
intersections.
|
Modifier and Type | Class and Description |
---|---|
class |
RoadFinder
Gives road access to a shape or vpf layer.
|
Modifier and Type | Field and Description |
---|---|
protected RoadLayer |
Visual.layer
The RoadLayer of which we are a part.
|
Modifier and Type | Method and Description |
---|---|
RoadLayer |
Waypoint.getRoadLayer()
Get the RoadLayer of which this is a part.
|
RoadLayer |
Road.getRoadLayer() |
Constructor and Description |
---|
Intersection(LatLonPoint loc,
RoadLayer layer)
Create an Intersection at a given location.
|
Intersection(LatLonPoint loc,
java.lang.String name,
RoadLayer layer) |
Road(int id,
java.lang.String name,
Intersection from,
Intersection to,
RoadClass roadClass,
RoadLayer roadLayer)
Create a road between two Intersections.
|
RoadPoint(Road road,
LatLonPoint loc,
RoadLayer layer) |
Waypoint(LatLonPoint loc,
RoadLayer layer)
create a Waypoint at a given location.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details