Click or drag to resize
AnalysisServiceGetSpeciesCountBySpeciesObservationSearchCriteria Method
Get number of species that matches the search criteria.

Namespace: AnalysisService
Assembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public long GetSpeciesCountBySpeciesObservationSearchCriteria(
	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 search criteria.

Return Value

Type: Int64
Number of species that matches the search criteria.

Implements

IAnalysisServiceGetSpeciesCountBySpeciesObservationSearchCriteria(WebClientInformation, WebSpeciesObservationSearchCriteria, WebCoordinateSystem)
See Also