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

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<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().

Implements

IAnalysisDataSourceGetGridCellFeatureStatisticsCombinedWithSpeciesObservationCounts(IUserContext, IGridSpecification, ISpeciesObservationSearchCriteria, FeatureStatisticsSummary, String, String, ICoordinateSystem)
See Also