Click or drag to resize
IAnalysisManagerGetGridCellFeatureStatisticsCombinedWithSpeciesObservationCounts Method
Gets the grid cell feature statistics combined with species observation counts.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
IList<IGridCellCombinedStatistics> GetGridCellFeatureStatisticsCombinedWithSpeciesObservationCounts(
	IUserContext userContext,
	IGridSpecification gridSpecification,
	ISpeciesObservationSearchCriteria searchCriteria,
	FeatureStatisticsSummary featureStatistics,
	string featuresUrl,
	string featureCollectionJson,
	ICoordinateSystem coordinateSystem
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
gridSpecification
Type: ArtDatabanken.DataIGridSpecification
The grid specification: bounding box, grid cell size, etc.
searchCriteria
Type: ArtDatabanken.DataISpeciesObservationSearchCriteria
The species observation search criteria.
featureStatistics
Type: ArtDatabanken.DataFeatureStatisticsSummary
Information about requested information from a web feature service.
featuresUrl
Type: SystemString
Address to data in a web feature service.
featureCollectionJson
Type: SystemString
Feature collection as json.
coordinateSystem
Type: ArtDatabanken.DataICoordinateSystem
Coordinate system used in returned grid.

Return Value

Type: IListIGridCellCombinedStatistics
A list with combined result from GetGridSpeciesCounts() and GetGridCellFeatureStatistics().
See Also