public enum DownloadFormat extends Enum<DownloadFormat>
Enum Constant and Description |
---|
BIONOMIA
Special export format for the Bionomia project.
|
DWCA
Darwin Core Archive file that is a zip of all indexed fields in both verbatim and interpreted, plus multimedia and metadata files.
|
MAP_OF_LIFE
Special Avro format for the Map of Life project.
|
SIMPLE_AVRO
Avro (with Deflate compression codec) format export of the most common indexed terms.
|
SIMPLE_CSV
Zipped text file of the most common indexed terms, but note that it is delimited by tabs, not commas.
|
SIMPLE_PARQUET
Parquet (with Snappy compression codec) format export of the most common indexed terms.
|
SIMPLE_WITH_VERBATIM_AVRO
Avro (with Deflate compression codec) format export of the most common indexed terms, plus many verbatim terms.
|
SPECIES_LIST
TSV format export of the distinct species and taxonomic field associated to each.
|
SQL_TSV_ZIP
Experimental feature.
Zipped tab-delimited text file resulting from an SQL query.
|
Modifier and Type | Method and Description |
---|---|
String |
getExtension() |
static DownloadFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DownloadFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DownloadFormat DWCA
public static final DownloadFormat SIMPLE_CSV
public static final DownloadFormat SIMPLE_AVRO
public static final DownloadFormat SIMPLE_WITH_VERBATIM_AVRO
public static final DownloadFormat SPECIES_LIST
public static final DownloadFormat MAP_OF_LIFE
public static final DownloadFormat BIONOMIA
public static final DownloadFormat SIMPLE_PARQUET
public static final DownloadFormat SQL_TSV_ZIP
public static DownloadFormat[] values()
for (DownloadFormat c : DownloadFormat.values()) System.out.println(c);
public static DownloadFormat 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 String getExtension()
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.