public static enum MapsforgeMapLayer.InternalRenderTheme extends Enum<MapsforgeMapLayer.InternalRenderTheme> implements org.mapsforge.android.maps.mapgenerator.JobTheme
Enum Constant and Description |
---|
OSMARENDER
A render-theme similar to the OpenStreetMap Osmarender style.
|
Modifier and Type | Method and Description |
---|---|
String |
getRelativePathPrefix() |
InputStream |
getRenderThemeAsStream() |
static MapsforgeMapLayer.InternalRenderTheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapsforgeMapLayer.InternalRenderTheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapsforgeMapLayer.InternalRenderTheme OSMARENDER
public static MapsforgeMapLayer.InternalRenderTheme[] values()
for (MapsforgeMapLayer.InternalRenderTheme c : MapsforgeMapLayer.InternalRenderTheme.values()) System.out.println(c);
public static MapsforgeMapLayer.InternalRenderTheme valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic InputStream getRenderThemeAsStream()
getRenderThemeAsStream
in interface org.mapsforge.android.maps.mapgenerator.JobTheme
public String getRelativePathPrefix()
getRelativePathPrefix
in interface org.mapsforge.android.maps.mapgenerator.JobTheme
Copyright © 2014. All rights reserved.