public static enum GDALUtilities.DriverCreateCapabilities extends Enum<GDALUtilities.DriverCreateCapabilities>
Enum Constant and Description |
---|
CREATE
Driver supports up to create. |
CREATE_COPY
Driver supports up to create copy. |
READ_ONLY
Driver supports up to read only. |
Modifier and Type | Method and Description |
---|---|
static GDALUtilities.DriverCreateCapabilities |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GDALUtilities.DriverCreateCapabilities[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GDALUtilities.DriverCreateCapabilities CREATE
Driver
supports up to create.public static final GDALUtilities.DriverCreateCapabilities CREATE_COPY
Driver
supports up to create copy.public static final GDALUtilities.DriverCreateCapabilities READ_ONLY
Driver
supports up to read only.public static GDALUtilities.DriverCreateCapabilities[] values()
for (GDALUtilities.DriverCreateCapabilities c : GDALUtilities.DriverCreateCapabilities.values()) System.out.println(c);
public static GDALUtilities.DriverCreateCapabilities 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 © 2006-2018 GeoSolutions. All Rights Reserved.