Interface OccurrenceDistributionIndexService

    • Method Detail

      • getKingdomCounts

        Map<Kingdom,​LonggetKingdomCounts()
        Returns the occurrence records count by kingdom. The result is ordered descending by the count.
      • getYearCounts

        Map<Integer,​LonggetYearCounts​(@Min(0L)
                                              @javax.validation.constraints.Min(0L) int from,
                                              @Min(0L)
                                              @javax.validation.constraints.Min(0L) int to)
        Returns the occurrence records count by year. The result is ordered descending by the count.
        Parameters:
        from - minimum year
        to - maximum year