public static enum GeoPackageProcessRequest.LayerType extends Enum<GeoPackageProcessRequest.LayerType>
Modifier and Type | Method and Description |
---|---|
static GeoPackageProcessRequest.LayerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoPackageProcessRequest.LayerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoPackageProcessRequest.LayerType FEATURES
public static final GeoPackageProcessRequest.LayerType TILES
public static GeoPackageProcessRequest.LayerType[] values()
for (GeoPackageProcessRequest.LayerType c : GeoPackageProcessRequest.LayerType.values()) System.out.println(c);
public static GeoPackageProcessRequest.LayerType 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–2023 Geotools. All rights reserved.