Views
Maps Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Typedefs
tilectrl.h File Reference
#include <ilviews/maps/tiling/tile.h>
#include <ilviews/maps/tiling/tileloader.h>
#include <ilviews/manager/manager.h>
#include <ilviews/maps/clssinfo.h>

Classes

class  IlvTileController
 This class manages the load-on-demand process. More...
 
class  IlvTileListener
 Used to be notified of the tile events (tile loaded, tile released, tile cached, and so on). More...
 

Typedefs

typedef void(* IlvTileControllerMapFunction) (IlvTile *tile, IlAny arg)
 Definition of the type of function that maps to a set of tiles. More...
 
typedef IlBoolean(* IlvTileControllerMatchFunction) (IlvTile *tile, IlAny arg)
 Definition of the type of function that matches to a set of tiles. More...
 

Detailed Description

Library: ilvmaps
Declaration of the IlvTileController class and of the IlvTileListener abstract base class.

Typedef Documentation

◆ IlvTileControllerMapFunction

IlvTileControllerMapFunction

Definition of the type of function that maps to a set of tiles.

Parameters
tileThe current tile.
argThe user argument.
See also
IlvTileController::mapToTiles()

◆ IlvTileControllerMatchFunction

IlvTileControllerMatchFunction

Definition of the type of function that matches to a set of tiles.

Parameters
tileThe current tile.
argThe user argument.
See also
IlvTileController::mapToTilesUntilMatch()