Package com.anylogic.engine.gis
- java.lang.Object
-
- com.anylogic.engine.gis.BuiltInTileCache
- All Implemented Interfaces:
java.io.Serializable
@AnyLogicInternalAPI public class BuiltInTileCache extends java.lang.Object
- See Also:
- Serialized Form
BuiltInTileCache(ITileURLProvider tileURLProvider) |
|
Constructor | Description |
---|
byte[] |
getFromCache(int x,
int y,
int z) |
|
java.awt.image.BufferedImage |
getImage(int x,
int y,
int z) |
|
ITileURLProvider |
getTileURLProvider() |
|
Modifier and Type | Method | Description |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BuiltInTileCache(ITileURLProvider tileURLProvider)
public java.awt.image.BufferedImage getImage(int x, int y, int z)
public final ITileURLProvider getTileURLProvider()
public byte[] getFromCache(int x, int y, int z)
-
How can we improve this article?
-