Uses of Interface
com.bbn.openmap.tools.roads.RoadObject

Packages that use RoadObject
com.bbn.openmap.tools.roads Provides classes to determine routes given a set of roads and intersections. 
 

Uses of RoadObject in com.bbn.openmap.tools.roads
 

Classes in com.bbn.openmap.tools.roads that implement RoadObject
 class Intersection
           
 class Road
           
 class RoadLine
           
 class RoadPoint
           
 

Methods in com.bbn.openmap.tools.roads that return RoadObject
protected  RoadObject RoadFinder.createRoadFromPoints(int id, int[] xpoints, int[] ypoints, int nPoints)
          Makes a road object given the points on the shape that are within the visible box
abstract  RoadObject Waypoint.Graphic.getRoadObject()
           
 RoadObject RoadPoint.Graphic.getRoadObject()
           
 RoadObject RoadLine.Graphic.getRoadObject()
           
 RoadObject RoadGraphic.getRoadObject()
           
 RoadObject Intersection.Graphic.getRoadObject()
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details