Uses of Class
org.gbif.api.vocabulary.OccurrenceIssue
-
Packages that use OccurrenceIssue Package Description org.gbif.api.model.metrics.cube Provides the classes necessary to construct read only requests to well defined cubes.org.gbif.api.model.occurrence org.gbif.api.model.occurrence.search org.gbif.api.vocabulary -
-
Uses of OccurrenceIssue in org.gbif.api.model.metrics.cube
Fields in org.gbif.api.model.metrics.cube with type parameters of type OccurrenceIssue Modifier and Type Field Description static Dimension<OccurrenceIssue>
OccurrenceCube. ISSUE
-
Uses of OccurrenceIssue in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return types with arguments of type OccurrenceIssue Modifier and Type Method Description @NotNull Set<OccurrenceIssue>
Occurrence. getIssues()
A set of issues found for this occurrence.Methods in org.gbif.api.model.occurrence with parameters of type OccurrenceIssue Modifier and Type Method Description void
Occurrence. addIssue(OccurrenceIssue issue)
Method parameters in org.gbif.api.model.occurrence with type arguments of type OccurrenceIssue Modifier and Type Method Description void
Occurrence. setIssues(Set<OccurrenceIssue> issues)
-
Uses of OccurrenceIssue in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search with parameters of type OccurrenceIssue Modifier and Type Method Description void
OccurrenceSearchRequest. addIssueFilter(OccurrenceIssue issue)
-
Uses of OccurrenceIssue in org.gbif.api.vocabulary
Fields in org.gbif.api.vocabulary with type parameters of type OccurrenceIssue Modifier and Type Field Description static List<OccurrenceIssue>
OccurrenceIssue. GEOSPATIAL_RULES
All issues that indicate problems with the coordinates and thus should not be shown on maps.Methods in org.gbif.api.vocabulary that return OccurrenceIssue Modifier and Type Method Description static OccurrenceIssue
OccurrenceIssue. valueOf(String name)
Returns the enum constant of this type with the specified name.static OccurrenceIssue[]
OccurrenceIssue. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-