public static enum TLcdMBTilesDataSource.MBTilesType extends Enum<TLcdMBTilesDataSource.MBTilesType>
Enum Constant and Description |
---|
GRID_TILES |
IMAGE_TILES |
VECTOR_TILES |
Modifier and Type | Method and Description |
---|---|
static TLcdMBTilesDataSource.MBTilesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TLcdMBTilesDataSource.MBTilesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TLcdMBTilesDataSource.MBTilesType IMAGE_TILES
public static final TLcdMBTilesDataSource.MBTilesType VECTOR_TILES
public static final TLcdMBTilesDataSource.MBTilesType GRID_TILES
public static TLcdMBTilesDataSource.MBTilesType[] values()
for (TLcdMBTilesDataSource.MBTilesType c : TLcdMBTilesDataSource.MBTilesType.values()) System.out.println(c);
public static TLcdMBTilesDataSource.MBTilesType 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 null