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

Namespace: AnalysisService
Assembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<WebGridCellCombinedStatistics> GetGridFeatureStatisticsCombinedWithSpeciesObservationCounts(
	WebClientInformation clientInformation,
	WebGridSpecification gridSpecification,
	WebSpeciesObservationSearchCriteria searchCriteria,
	WebFeatureStatisticsSpecification featureStatisticsSpecification,
	string featuresUrl,
	WebCoordinateSystem coordinateSystem
)

Parameters

clientInformation
Type: ArtDatabanken.WebService.DataWebClientInformation
Client information.
gridSpecification
Type: ArtDatabanken.WebService.DataWebGridSpecification
The grid specification: bounding box, grid cell size, etc.
searchCriteria
Type: ArtDatabanken.WebService.DataWebSpeciesObservationSearchCriteria
The species observation search criteria.
featureStatisticsSpecification
Type: ArtDatabanken.WebService.DataWebFeatureStatisticsSpecification
Information about requested information from a web feature service.
featuresUrl
Type: SystemString
Address to data in a web feature service.
coordinateSystem
Type: ArtDatabanken.WebService.DataWebCoordinateSystem
Coordinate system used in returned grid.

Return Value

Type: ListWebGridCellCombinedStatistics
A list with combined result from GetGridSpeciesCounts() and GetGridCellFeatureStatistics().

Implements

IAnalysisServiceGetGridFeatureStatisticsCombinedWithSpeciesObservationCounts(WebClientInformation, WebGridSpecification, WebSpeciesObservationSearchCriteria, WebFeatureStatisticsSpecification, String, WebCoordinateSystem)
See Also