|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Rendering
An object which can render data provided by a DataSet
.
Method Summary | |
---|---|
void |
render(DataSet data,
boolean renderVirtualNodes,
Bounds bbox)
Renders the OSM data in data |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |