public interface LayerView
Modifier and Type | Method and Description |
---|---|
java.util.List |
getGraphicList()
Should return a flattened list of road OMGraphics.
|
Projection |
getProjection()
Needed to find the height and width of the displayed routes,
etc.
|
void |
setExtraGraphics(java.util.List toDraw)
Draw extra OMGraphics (intersections, to debug the road layer),
a callback method to the LayerView to let it know what the
RoadFinder is doing.
|
Projection getProjection()
java.util.List getGraphicList()
void setExtraGraphics(java.util.List toDraw)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details