public static enum MBTilesMetadata.t_format extends Enum<MBTilesMetadata.t_format>
Enum Constant and Description |
---|
JPEG |
JPG |
PBF
Not part of the spec but used by some implementations of MBTiles for vector tiles
|
PNG |
Modifier and Type | Method and Description |
---|---|
static MBTilesMetadata.t_format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MBTilesMetadata.t_format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MBTilesMetadata.t_format JPG
public static final MBTilesMetadata.t_format JPEG
public static final MBTilesMetadata.t_format PNG
public static final MBTilesMetadata.t_format PBF
public static MBTilesMetadata.t_format[] values()
for (MBTilesMetadata.t_format c : MBTilesMetadata.t_format.values()) System.out.println(c);
public static MBTilesMetadata.t_format 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 nullCopyright © 1996–2019 Geotools. All rights reserved.