public enum ArcGISTileStorageFormat extends Enum<ArcGISTileStorageFormat>
| Enum Constant and Description |
|---|
Compact
紧凑型
|
CompactV2
紧凑型V2
|
Exploded
离散型
|
| Modifier and Type | Method and Description |
|---|---|
static ArcGISTileStorageFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArcGISTileStorageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArcGISTileStorageFormat Exploded
public static final ArcGISTileStorageFormat Compact
public static final ArcGISTileStorageFormat CompactV2
public final String value
public static ArcGISTileStorageFormat[] values()
for (ArcGISTileStorageFormat c : ArcGISTileStorageFormat.values()) System.out.println(c);
public static ArcGISTileStorageFormat 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 © 2025. All rights reserved.