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 | |
org.gbif.common.parsers.core | |
org.gbif.common.parsers.date |
Modifier and Type | Field and Description |
---|---|
static Dimension<OccurrenceIssue> |
OccurrenceCube.ISSUE |
Modifier and Type | Method and Description |
---|---|
void |
Occurrence.addIssue(OccurrenceIssue issue) |
Modifier and Type | Method and Description |
---|---|
void |
Occurrence.setIssues(Set<OccurrenceIssue> issues) |
Modifier and Type | Method and Description |
---|---|
void |
OccurrenceSearchRequest.addIssueFilter(OccurrenceIssue issue) |
Modifier and Type | Field and Description |
---|---|
static List<OccurrenceIssue> |
OccurrenceIssue.GEOSPATIAL_RULES
All issues that indicate problems with the coordinates and thus should not be shown on maps.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Set<OccurrenceIssue> |
OccurrenceParseResult.getIssues() |
Modifier and Type | Method and Description |
---|---|
void |
OccurrenceParseResult.addIssue(OccurrenceIssue issue) |
static <T> OccurrenceParseResult<T> |
OccurrenceParseResult.fail(OccurrenceIssue... issues) |
static <T> OccurrenceParseResult<T> |
OccurrenceParseResult.fail(OccurrenceIssue issue) |
static <T> OccurrenceParseResult<T> |
OccurrenceParseResult.fail(T payload,
OccurrenceIssue... issues) |
static <T> OccurrenceParseResult<T> |
OccurrenceParseResult.fail(T payload,
OccurrenceIssue issue)
This creates a ParseResult indicating a parse failure but it also has a payload.
|
static <T> OccurrenceParseResult<T> |
OccurrenceParseResult.success(ParseResult.CONFIDENCE confidence,
T payload,
OccurrenceIssue... issues) |
static <T> OccurrenceParseResult<T> |
OccurrenceParseResult.success(ParseResult.CONFIDENCE confidence,
T payload,
OccurrenceIssue issue) |
Modifier and Type | Method and Description |
---|---|
static <T> OccurrenceParseResult<T> |
OccurrenceParseResult.fail(Collection<OccurrenceIssue> issues) |
static <T> OccurrenceParseResult<T> |
OccurrenceParseResult.fail(T payload,
Collection<OccurrenceIssue> issues)
This creates a ParseResult indicating a parse failure but it also has a payload.
|
static <T> OccurrenceParseResult<T> |
OccurrenceParseResult.success(ParseResult.CONFIDENCE confidence,
T payload,
Collection<OccurrenceIssue> issues) |
Constructor and Description |
---|
OccurrenceParseResult(ParseResult.STATUS status,
ParseResult.CONFIDENCE confidence,
T payload,
List<T> alternativePayloads,
Throwable error,
Collection<OccurrenceIssue> issues) |
Modifier and Type | Method and Description |
---|---|
OccurrenceParseResult<TemporalAccessor> |
MultiinputTemporalParser.parseLocalDate(String dateString,
com.google.common.collect.Range<LocalDate> likelyRange,
OccurrenceIssue unlikelyIssue) |
OccurrenceParseResult<TemporalAccessor> |
MultiinputTemporalParser.parseLocalDate(String dateString,
com.google.common.collect.Range<LocalDate> likelyRange,
OccurrenceIssue unlikelyIssue,
OccurrenceIssue failIssue) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.