Package com.anylogic.engine.gis
- java.lang.Object
- com.anylogic.engine.gis.AnyLogicMapDB
@AnyLogicInternalAPI public class AnyLogicMapDB extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
- Author:
- AnyLogic North America, LLC https://anylogic.com
Modifier and Type | Class | Description |
---|---|---|
static enum | AnyLogicMapDB.DBFile |
Modifier and Type | Field | Description |
---|---|---|
static final String | CACHE_PATH_PROPERTY_NAME | |
static final String | DB_DIR |
Constructor | Description |
---|---|
AnyLogicMapDB |
Modifier and Type | Method | Description |
---|---|---|
MapDBCache<double[], | getRouteCache | |
MapDBCache<String, | getSearchCache | |
MapDBCache<int[], | getTileCache | |
static AnyLogicMapDB | instance() |
public static final String DB_DIR
- See Also:
- Constant Field Values
public static final String CACHE_PATH_PROPERTY_NAME
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public AnyLogicMapDB(String cachePath)
- Parameters:
cachePath
- cache directory location
public static AnyLogicMapDB instance()
public MapDBCache<int[],byte[]> getTileCache(String cacheId)
public MapDBCache<String,List<GISMarkupDescriptor>> getSearchCache(String cacheId)
public MapDBCache<double[],double[]> getRouteCache(String cacheId)