AnyLogic
Expand
Font size

public final class GisConstants
extends Object

Field Summary

Modifier and TypeFieldDescription
static final intGEO_SEARCH_CONNECT_TIMEOUT 
static final intROUTE_CONNECT_TIMEOUT 
static final intTILE_CONNECT_TIMEOUT 
static final intTILE_READ_TIMEOUT 

Constructor Summary

ConstructorDescription
GisConstants() 

Method Summary

Methods inherited from class java.lang.Object

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

Field Details

TILE_CONNECT_TIMEOUT

public static final int TILE_CONNECT_TIMEOUT
See Also:
Constant Field Values

TILE_READ_TIMEOUT

public static final int TILE_READ_TIMEOUT
See Also:
Constant Field Values

GEO_SEARCH_CONNECT_TIMEOUT

public static final int GEO_SEARCH_CONNECT_TIMEOUT
See Also:
Constant Field Values

ROUTE_CONNECT_TIMEOUT

public static final int ROUTE_CONNECT_TIMEOUT
See Also:
Constant Field Values

Constructor Details

GisConstants

public GisConstants()