| Programming with JViews Maps > Creating a Map Application Using the API > Load-On-Demand > The IlvTiledLayer Class |
The IlvTiledLayer Class |
INDEX
PREVIOUS
NEXT
|
The IlvTiledLayer extends the IlvManagerLayer class and allows the loading of large sets of data, for example, large maps. It is divided into a number of rectangular areas called tiles (organized into grid cells or into a list of specified areas) and provides a notification mechanism to load only the graphic objects that are required by the application, because a tile is visible in one of the views of the manager or because it has been explicitly required by the application.
An IlvTiledLayer is associated with three important objects:
IlvTileController, which manages the tile events.
IlvTileLoader, which loads the tiles from a data source.
IlvTileCache, which manages the cache and deletes the unused tiles.
When an IlvTiledLayer is saved into an .ivl file, it does not save the graphic objects it contains. It saves its tiling parameters (loader, cache, tile controller, tiling structure).
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |