| Package | Description |
|---|---|
| au.org.ala.biocache.dao | |
| au.org.ala.biocache.web |
| Modifier and Type | Method and Description |
|---|---|
List<TaxaCountDTO> |
SearchDAOImpl.findAllSpecies(SpatialSearchRequestParams requestParams) |
List<TaxaCountDTO> |
SearchDAO.findAllSpecies(SpatialSearchRequestParams requestParams)
Find all species (and counts) for a given query.
|
List<TaxaCountDTO> |
SearchDAOImpl.findAllSpeciesByCircleAreaAndHigherTaxa(SpatialSearchRequestParams requestParams,
String speciesGroup) |
List<TaxaCountDTO> |
SearchDAO.findAllSpeciesByCircleAreaAndHigherTaxa(SpatialSearchRequestParams requestParams,
String speciesGroup)
Find all species (and counts) for a given location search (lat/long and radius) and a higher taxon (with rank)
|
protected List<TaxaCountDTO> |
SearchDAOImpl.getSpeciesCounts(String queryString,
List<String> filterQueries,
List<String> facetFields,
Integer pageSize,
Integer startIndex,
String sortField,
String sortDirection)
Get a distinct list of species and their counts using a facet search
|
| Modifier and Type | Method and Description |
|---|---|
List<TaxaCountDTO> |
WMSController.listSpecies(SpatialSearchRequestParams requestParams)
JSON web service that returns a list of species and record counts for a given location search
|
List<TaxaCountDTO> |
ExploreController.listSpeciesForHigherTaxa(SpatialSearchRequestParams requestParams,
String group,
boolean common,
org.springframework.ui.Model model)
JSON web service that returns a list of species and record counts for a given location search
and a higher taxa with rank.
|
Copyright © 2014. All rights reserved.