Last updated

API / geotoolkit / scene / RegularCache / RegularCache

Namespace: RegularCache

scene.RegularCache.RegularCache

Table of contents

Type Aliases

Contents

Type Aliases

LimitsCallback

Ƭ LimitsCallback: (tr: Transformation) => Rect | null

Type declaration

▸ (tr): Rect | null

Return cache model limits to be cached

Parameters
Name Type
trTransformation
Returns

Rect | null


Options

Ƭ Options: Object

cache options

Type declaration

NameTypeDescription
limits?Rect | LimitsCallbacktotal cache limits to use instead of the owner model limits (if needed)
memorylimit?numberupper memory limit in Mb
tileheight?numbertile height in pixels
tilewidth?numbertile width in pixels