Uses of Class
org.openforis.collect.manager.speciesimport.SpeciesLine
-
Packages that use SpeciesLine Package Description org.openforis.collect.io.metadata.species org.openforis.collect.manager.speciesimport -
-
Uses of SpeciesLine in org.openforis.collect.io.metadata.species
Methods in org.openforis.collect.io.metadata.species with parameters of type SpeciesLine Modifier and Type Method Description protected voidSpeciesImportTask. checkDuplicates(SpeciesLine line, String code, Integer taxonId)protected voidSpeciesImportTask. checkDuplicateScientificName(SpeciesLine line, Taxon parent, String normalizedScientificName)protected TaxonSpeciesImportTask. createTaxon(SpeciesLine line, Taxon.TaxonRank rank, Taxon parent)protected TaxonSpeciesImportTask. createTaxon(SpeciesLine line, Taxon.TaxonRank rank, Taxon parent, String normalizedScientificName)protected TaxonSpeciesImportTask. createTaxonFamily(SpeciesLine line)protected TaxonSpeciesImportTask. createTaxonGenus(SpeciesLine line)protected TaxonSpeciesImportTask. createTaxonSpecies(SpeciesLine line)protected booleanSpeciesImportTask. processLine(SpeciesLine line, Taxon.TaxonRank rank)protected voidSpeciesImportTask. processVernacularNames(SpeciesLine line, Taxon taxon)protected voidSpeciesImportTask. throwDuplicateRowParsingException(SpeciesLine line, SpeciesFileColumn column, TaxonTree.Node foundNode) -
Uses of SpeciesLine in org.openforis.collect.manager.speciesimport
Methods in org.openforis.collect.manager.speciesimport that return SpeciesLine Modifier and Type Method Description SpeciesLineSpeciesCSVReader.SpeciesCSVLineParser. parse()
-