API / geotoolkit / scene / RegularCache / RegularCache
scene.RegularCache.RegularCache
Type Aliases
Type Aliases
Ƭ LimitsCallback: (tr: Transformation) => Rect | null
▸ (tr): Rect | null
Return cache model limits to be cached
| Name | Type |
|---|---|
tr | Transformation |
Rect | null
Ƭ Options: Object
cache options
| Name | Type | Description |
|---|---|---|
limits? | Rect | LimitsCallback | total cache limits to use instead of the owner model limits (if needed) |
memorylimit? | number | upper memory limit in Mb |
tileheight? | number | tile height in pixels |
tilewidth? | number | tile width in pixels |