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