@FunctionalInterface public interface Rendering
An object which can render data provided by a OsmData.
| Modifier and Type | Method and Description |
|---|---|
void |
render(OsmData<?,?,?,?> data,
boolean renderVirtualNodes,
Bounds bbox)
Renders the OSM data in
data |
void render(OsmData<?,?,?,?> data, boolean renderVirtualNodes, Bounds bbox)
Renders the OSM data in data
data - the data set to be renderedrenderVirtualNodes - if true, renders virtual nodes. Otherwise, ignores them.bbox - the bounding box for the data to be rendered. Only objects within or intersecting
with bbox are rendered