Click or drag to resize
AnalysisServiceGetGridSpeciesObservationCountsBySpeciesObservationSearchCriteria Method
Gets no of species observations that matches the search criteria and selected grid specifications.

Namespace: AnalysisService
Assembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<WebGridCellSpeciesObservationCount> GetGridSpeciesObservationCountsBySpeciesObservationSearchCriteria(
	WebClientInformation clientInformation,
	WebSpeciesObservationSearchCriteria searchCriteria,
	WebGridSpecification gridSpecification,
	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.
gridSpecification
Type: ArtDatabanken.WebService.DataWebGridSpecification
Information about the returned grid.
coordinateSystem
Type: ArtDatabanken.WebService.DataWebCoordinateSystem
Coordinate system used in returned grid.

Return Value

Type: ListWebGridCellSpeciesObservationCount
Information about changed species observations.

Implements

IAnalysisServiceGetGridSpeciesObservationCountsBySpeciesObservationSearchCriteria(WebClientInformation, WebSpeciesObservationSearchCriteria, WebGridSpecification, WebCoordinateSystem)
See Also