Uses of Class
org.gbif.api.model.occurrence.VerbatimOccurrence
-
Packages that use VerbatimOccurrence Package Description org.gbif.api.model.event org.gbif.api.model.occurrence org.gbif.api.service.occurrence -
-
Uses of VerbatimOccurrence in org.gbif.api.model.event
Subclasses of VerbatimOccurrence in org.gbif.api.model.event Modifier and Type Class Description class
Event
Event class based on https://dwc.tdwg.org/terms/#event. -
Uses of VerbatimOccurrence in org.gbif.api.model.occurrence
Subclasses of VerbatimOccurrence in org.gbif.api.model.occurrence Modifier and Type Class Description class
Occurrence
Represents an Occurrence as interpreted by GBIF, adding typed properties on top of the verbatim ones.Constructors in org.gbif.api.model.occurrence with parameters of type VerbatimOccurrence Constructor Description Occurrence(VerbatimOccurrence verbatim)
Create occurrence instance from existing verbatim one, copying over all data. -
Uses of VerbatimOccurrence in org.gbif.api.service.occurrence
Methods in org.gbif.api.service.occurrence that return VerbatimOccurrence Modifier and Type Method Description VerbatimOccurrence
OccurrenceService. getVerbatim(Long key)
Attempt to find the verbatim values for an occurrence matching the passed key.
-