Package | Description |
---|---|
org.gbif.api.service.checklistbank |
Modifier and Type | Method and Description |
---|---|
ParsedName |
ParsedNameService.get(int nameKey)
Retrieves a parsed name by its name key.
|
ParsedName |
NameUsageService.getParsedName(int taxonKey)
Gets the parsed name representation of a given name usage.
|
ParsedName |
NameParser.parse(String scientificName)
Delegate method to parse a scientific name of unknown rank.
|
ParsedName |
NameParser.parse(String scientificName,
Rank rank)
Fully parse the supplied name also trying to extract authorships, a conceptual sec reference, remarks or notes
on the nomenclatural status.
|
ParsedName |
NameParser.parseQuietly(String scientificName)
Delegate method to parse a scientific name of unknown rank quietly.
|
ParsedName |
NameParser.parseQuietly(String scientificName,
Rank rank)
Fully parses a name using #parse(String, Rank) but converts names that throw a UnparsableException
into ParsedName objects with the scientific name, rank and name type given.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.