Class Event


public class Event extends VerbatimOccurrence
Event class based on https://dwc.tdwg.org/terms/#event.
  • Field Details

  • Constructor Details

  • Method Details

    • fromOccurrence

      public static Event fromOccurrence(Occurrence occurrence)
    • hasSpatialIssue

      public boolean 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

      @Nullable public String 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.