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

Namespace: ArtDatabanken.WebService.Client.AnalysisService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public IList<IGridCellSpeciesObservationCount> GetGridSpeciesObservationCounts(
	IUserContext userContext,
	ISpeciesObservationSearchCriteria searchCriteria,
	IGridSpecification gridSpecification,
	ICoordinateSystem coordinateSystem
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
searchCriteria
Type: ArtDatabanken.DataISpeciesObservationSearchCriteria
The species observation search criteria.
gridSpecification
Type: ArtDatabanken.DataIGridSpecification
Specifications used for the grid in grid search.
coordinateSystem
Type: ArtDatabanken.DataICoordinateSystem
Coordinate system used in search criterias.

Return Value

Type: IListIGridCellSpeciesObservationCount
Information about changed species observations.

Implements

IAnalysisDataSourceGetGridSpeciesObservationCounts(IUserContext, ISpeciesObservationSearchCriteria, IGridSpecification, ICoordinateSystem)
See Also