Class GbifService
java.lang.Object
org.episteme.natural.biology.loaders.GbifService
Service for accessing GBIF data.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GbifServicegetSpeciesMedia(int key) Returns a URL to an image/media of the species.searchSpecies(String query) Searches for species.
-
Constructor Details
-
GbifService
public GbifService()
-
-
Method Details
-
getInstance
-
searchSpecies
Searches for species. -
getSpeciesMedia
Returns a URL to an image/media of the species.
-