public static enum MapsforgeRasterDataSource.InternalRenderTheme extends Enum<MapsforgeRasterDataSource.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 MapsforgeRasterDataSource.InternalRenderTheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapsforgeRasterDataSource.InternalRenderTheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapsforgeRasterDataSource.InternalRenderTheme OSMARENDER
public static MapsforgeRasterDataSource.InternalRenderTheme[] values()
for (MapsforgeRasterDataSource.InternalRenderTheme c : MapsforgeRasterDataSource.InternalRenderTheme.values()) System.out.println(c);
public static MapsforgeRasterDataSource.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.