Package org.gbif.api.model.event
Class Event
java.lang.Object
org.gbif.api.model.occurrence.VerbatimOccurrence
org.gbif.api.model.event.Event
Event class based on https://dwc.tdwg.org/terms/#event.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Event
fromOccurrence
(Occurrence occurrence) The geodetic datum for the interpreted decimal coordinates.boolean
Convenience method checking if any spatial validation rule has not passed.Methods inherited from class org.gbif.api.model.occurrence.VerbatimOccurrence
equals, getCrawlId, getDatasetKey, getExtensions, getHostingOrganizationKey, getInstallationKey, getKey, getLastCrawled, getLastParsed, getNetworkKeys, getProgrammeAcronym, getProjectId, getProtocol, getPublishedByGbifRegion, getPublishingCountry, getPublishingOrgKey, getVerbatimField, getVerbatimFields, hashCode, hasVerbatimField, setCrawlId, setDatasetKey, setExtensions, setHostingOrganizationKey, setInstallationKey, setKey, setLastCrawled, setLastParsed, setNetworkKeys, setProgrammeAcronym, setProjectId, setProtocol, setPublishedByGbifRegion, setPublishingCountry, setPublishingOrgKey, setVerbatimField, setVerbatimFields, toString
-
Field Details
-
GEO_DATUM
- See Also:
-
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
fromOccurrence
-
hasSpatialIssue
Convenience method checking if any spatial validation rule has not passed. Primarily used to indicate that the record should not be displayed on a map. -
getGeodeticDatum
The geodetic datum for the interpreted decimal coordinates. This is always WGS84 if there a coordinate exists as we reproject other datums into WGS84.
-