public static enum GDALUtilities.MetadataChoice extends Enum<GDALUtilities.MetadataChoice>
Enum Constant and Description |
---|
EVERYTHING |
ONLY_IMAGE_METADATA |
ONLY_STREAM_METADATA |
PROJECT_AND_GEOTRANSF |
STREAM_AND_IMAGE_METADATA |
Modifier and Type | Method and Description |
---|---|
static GDALUtilities.MetadataChoice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GDALUtilities.MetadataChoice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GDALUtilities.MetadataChoice ONLY_IMAGE_METADATA
public static final GDALUtilities.MetadataChoice ONLY_STREAM_METADATA
public static final GDALUtilities.MetadataChoice STREAM_AND_IMAGE_METADATA
public static final GDALUtilities.MetadataChoice PROJECT_AND_GEOTRANSF
public static final GDALUtilities.MetadataChoice EVERYTHING
public static GDALUtilities.MetadataChoice[] values()
for (GDALUtilities.MetadataChoice c : GDALUtilities.MetadataChoice.values()) System.out.println(c);
public static GDALUtilities.MetadataChoice 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–2019 GeoSolutions. All rights reserved.