See: Description
Interface | Description |
---|---|
MultiLevelModel |
The
MultiLevelModel class represents a layout model for multi-resolution images such as image pyramids. |
MultiLevelRenderer |
An
MultiLevelRenderer is used to render images provided
by a MultiLevelSource s at a certain resolution level. |
MultiLevelSource |
A source for images at a given resolution level.
|
Class | Description |
---|---|
MultiLevelImage |
A
PlanarImage which can act as a MultiLevelSource . |
MultiLevelImage
) shall manage its lower-resolution instances such that
the same lower-resolution image instance is returned for the same level.
RenderedImage
(see DefaultMultiLevelSource
).
OpImage
DAG to produce its tiles.
It should be easy to implement the multi-resolution capability (see DefaultMultiLevelImage
). Tile computation
shall then directly take into account the resolution level.
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.