Click or drag to resize
AnalysisServiceGetTaxaWithSpeciesObservationCountsBySpeciesObservationSearchCriteria Method
Get no of species, with related number of observed species, that matches WebSpeciesObservationSearchCriteria and specified what coordinate system to use in WebCoordinateSystem.

Namespace: AnalysisService
Assembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<WebTaxonSpeciesObservationCount> GetTaxaWithSpeciesObservationCountsBySpeciesObservationSearchCriteria(
	WebClientInformation clientInformation,
	WebSpeciesObservationSearchCriteria searchCriteria,
	WebCoordinateSystem coordinateSystem
)

Parameters

clientInformation
Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call.
searchCriteria
Type: ArtDatabanken.WebService.DataWebSpeciesObservationSearchCriteria
Species observation search criteria - defined in class WebSpeciesObservationSearchCriteria.
coordinateSystem
Type: ArtDatabanken.WebService.DataWebCoordinateSystem
Coordinate system used in returned species observations.

Return Value

Type: ListWebTaxonSpeciesObservationCount
No of species that matches search criteria.

Implements

IAnalysisServiceGetTaxaWithSpeciesObservationCountsBySpeciesObservationSearchCriteria(WebClientInformation, WebSpeciesObservationSearchCriteria, WebCoordinateSystem)
See Also