public class RoadPoint extends Waypoint implements RoadObject
Modifier and Type | Class and Description |
---|---|
class |
RoadPoint.Graphic |
location, screenLocation
blinkState, layer
Constructor and Description |
---|
RoadPoint(Road road,
Intersection intersection) |
RoadPoint(Road road,
LatLonPoint loc,
RoadLayer layer) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
static java.lang.Class |
getGraphicClass() |
Road |
getRoad() |
void |
render(OMGraphicList gl,
boolean forceNew)
Add the visual representation of this Waypoint to the graphics list.
|
java.lang.String |
toString() |
void |
update()
Mark this Visual as needing to have its visual representation
updated.
|
getLatitude, getLocation, getLongitude, getModified, getRoadLayer, getScreenLocation, moveTo, setLocation, setModified, setScreenLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
blink, moveTo
public RoadPoint(Road road, LatLonPoint loc, RoadLayer layer)
public RoadPoint(Road road, Intersection intersection)
public static java.lang.Class getGraphicClass()
public Road getRoad()
public void delete()
public void update()
Visual
public void render(OMGraphicList gl, boolean forceNew)
Waypoint
render
in interface RoadObject
render
in class Waypoint
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details