Uses of Enum Class
org.gbif.api.vocabulary.OccurrenceIssue
Packages that use OccurrenceIssue
Package
Description
Provides the classes necessary to construct read only requests to well defined cubes.
-
Uses of OccurrenceIssue in org.gbif.api.model.metrics.cube
Fields in org.gbif.api.model.metrics.cube with type parameters of type OccurrenceIssue -
Uses of OccurrenceIssue in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return types with arguments of type OccurrenceIssueModifier and TypeMethodDescription@NotNull Set<OccurrenceIssue>Occurrence.getIssues()A set of issues found for this occurrence.Methods in org.gbif.api.model.occurrence with parameters of type OccurrenceIssueMethod parameters in org.gbif.api.model.occurrence with type arguments of type OccurrenceIssue -
Uses of OccurrenceIssue in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search with parameters of type OccurrenceIssueModifier and TypeMethodDescriptionvoidOccurrenceSearchRequest.addIssueFilter(OccurrenceIssue issue) -
Uses of OccurrenceIssue in org.gbif.api.vocabulary
Fields in org.gbif.api.vocabulary with type parameters of type OccurrenceIssueModifier and TypeFieldDescriptionstatic final List<OccurrenceIssue>OccurrenceIssue.GEOSPATIAL_RULESAll issues that indicate problems with the coordinates and thus should not be shown on maps.static final List<OccurrenceIssue>OccurrenceIssue.TAXONOMIC_RULESAll issues related to taxonomic fields.Methods in org.gbif.api.vocabulary that return OccurrenceIssueModifier and TypeMethodDescriptionstatic OccurrenceIssueReturns the enum constant of this class with the specified name.static OccurrenceIssue[]OccurrenceIssue.values()Returns an array containing the constants of this enum class, in the order they are declared.