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

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public IList<IGridCellSpeciesCount> GetGridSpeciesCounts(
	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
The species observation search criteria, GridCellSize and GridCoordinateSystem are the only properties that is used in this method.
coordinateSystem
Type: ArtDatabanken.DataICoordinateSystem
Coordinate system used in geometry search criteria.

Return Value

Type: IListIGridCellSpeciesCount
Information about species.

Implements

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