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

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

Implements

IAnalysisServiceGetSpeciesObservationCountBySpeciesObservationSearchCriteria(WebClientInformation, WebSpeciesObservationSearchCriteria, WebCoordinateSystem)
See Also