@FunctionalInterface public interface Rendering
An object which can render data provided by a DataSet
.
Modifier and Type | Method and Description |
---|---|
void |
render(DataSet data,
boolean renderVirtualNodes,
Bounds bbox)
Renders the OSM data in
data |
void render(DataSet 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