public class MapDisplayFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_USE_DISTORTION |
static boolean |
DEFAULT_USE_MASK |
static java.lang.String |
OPEN_GL_CLASSNAME |
static java.lang.String |
OSM_API_KEY |
static int |
OSM_STYLE_ID |
Constructor and Description |
---|
MapDisplayFactory() |
Modifier and Type | Method and Description |
---|---|
static AbstractMapProvider |
getDefaultProvider() |
static AbstractMapDisplay |
getMapDisplay(processing.core.PApplet p,
java.lang.String id,
float x,
float y,
float width,
float height,
AbstractMapProvider provider,
UnfoldingMap map,
java.lang.String renderer) |
static AbstractMapDisplay |
getMapDisplay(processing.core.PApplet p,
java.lang.String id,
float x,
float y,
float width,
float height,
boolean useMask,
boolean useDistortion,
AbstractMapProvider provider,
UnfoldingMap map,
java.lang.String renderer) |
public static final java.lang.String OPEN_GL_CLASSNAME
public static final boolean DEFAULT_USE_MASK
public static final boolean DEFAULT_USE_DISTORTION
public static final java.lang.String OSM_API_KEY
public static final int OSM_STYLE_ID
public static AbstractMapDisplay getMapDisplay(processing.core.PApplet p, java.lang.String id, float x, float y, float width, float height, AbstractMapProvider provider, UnfoldingMap map, java.lang.String renderer)
public static AbstractMapDisplay getMapDisplay(processing.core.PApplet p, java.lang.String id, float x, float y, float width, float height, boolean useMask, boolean useDistortion, AbstractMapProvider provider, UnfoldingMap map, java.lang.String renderer)
public static AbstractMapProvider getDefaultProvider()