Last updated

API / geotoolkit / scene / ViewCache / ViewCache

Namespace: ViewCache

scene.ViewCache.ViewCache

Table of contents

Type Aliases

Contents

Type Aliases

DebugInfo

Ƭ DebugInfo: Object

debug information

Type declaration

NameTypeDescription
showborder?booleandisplay tile border flag
showinvalidarea?booleandisplay tile invalid area

Options

Ƭ Options: Object

tile width in device coordinates

Type declaration

NameTypeDescription
async?booleantrue if actions are performed asynchronously
keepalive?booleankeep alive strategy, keeps tiles alive when rebuild as much as possible
memorylimit?numberUpper memory limit in Megabyte, ignored when in Shared mode use TileResourceManager.getInstance().setMemoryLimit() to set memory limit in Shared mode
mode?CacheModeShared mode by default
tileheight?numbertile height in device coordinates
tilewidth?numbertile width in device coordinates