public enum GbifRegion extends Enum<GbifRegion>
An enumeration for all GBIF Regions. These are based on IPBES regions.
This is a political division, part of GBIF's governance structure.
For a geographical division, see Continent
.
Enum Constant and Description |
---|
AFRICA
Africa: IPBES regions North Africa, West Africa, Central Africa, East Africa and adjacent islands, Southern Africa.
|
ANTARCTICA
Antarctica: "Excluded" IPBES regions, or GEO regions except Greenland.
|
ASIA
Asia: IPBES regions Western Asia, South Asia, North-East Asia, South-East Asia.
|
EUROPE
Europe and Central Asia: IPBES regions Central and Western Europe, Eastern Europe, Central Asia.
|
LATIN_AMERICA
Latin America and the Caribbean: IPBES regions Mesoamerica, Caribbean, South America.
|
NORTH_AMERICA
North America: IPBES region North America.
|
OCEANIA
Oceania: IPBES region Oceania.
|
Modifier and Type | Method and Description |
---|---|
static GbifRegion |
fromString(String region) |
static GbifRegion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GbifRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GbifRegion AFRICA
public static final GbifRegion ASIA
public static final GbifRegion EUROPE
public static final GbifRegion NORTH_AMERICA
public static final GbifRegion OCEANIA
public static final GbifRegion LATIN_AMERICA
public static final GbifRegion ANTARCTICA
public static GbifRegion[] values()
for (GbifRegion c : GbifRegion.values()) System.out.println(c);
public static GbifRegion 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 GbifRegion fromString(String region)
region
- GBIF's region nameCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.