@Api(allMethods=true) public enum PreferredPixelsPerTileType extends Enum<PreferredPixelsPerTileType>
| Enum Constant and Description |
|---|
CONFIGURED
The preferred pixels per tile is configured as a value.
|
MAP
The preferred pixels per tile are based on the map dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
static PreferredPixelsPerTileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferredPixelsPerTileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreferredPixelsPerTileType MAP
public static final PreferredPixelsPerTileType CONFIGURED
public static PreferredPixelsPerTileType[] values()
for (PreferredPixelsPerTileType c : PreferredPixelsPerTileType.values()) System.out.println(c);
public static PreferredPixelsPerTileType 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 © 2015 Geosparc. All Rights Reserved.