Uses of Class
org.gbif.api.model.occurrence.VerbatimOccurrence
Packages that use VerbatimOccurrence
Package
Description
-
Uses of VerbatimOccurrence in org.gbif.api.model.event
Subclasses of VerbatimOccurrence in org.gbif.api.model.eventModifier and TypeClassDescriptionclass
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.occurrenceModifier and TypeClassDescriptionclass
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 VerbatimOccurrenceModifierConstructorDescriptionOccurrence
(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 VerbatimOccurrenceModifier and TypeMethodDescriptionOccurrenceService.getVerbatim
(Long key) Attempt to find the verbatim values for an occurrence matching the passed key.