AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public class BuiltInTileCache
extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
Author:
AnyLogic North America, LLC https://anylogic.com

Constructor Summary

ConstructorDescription
BuiltInTileCache(String tileCachePath, ITileURLProvider tileURLProvider) 

Method Summary

Modifier and TypeMethodDescription
byte[]get(int x, int y, int z) 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

BuiltInTileCache

public BuiltInTileCache(String tileCachePath,
 ITileURLProvider tileURLProvider)

Method Details

get

public byte[] get(int x,
 int y,
 int z)