Click or drag to resize
IAnalysisServiceGetGridFeatureStatistics Method
Get statistics about features in a web feature service. Returned statistics is adjusted to specified grid.

Namespace: AnalysisService
Assembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
List<WebGridCellFeatureStatistics> GetGridFeatureStatistics(
	WebClientInformation clientInformation,
	WebFeatureStatisticsSpecification featureStatisticsSpecification,
	string featuresUrl,
	string featureCollectionJson,
	WebGridSpecification gridSpecification,
	WebCoordinateSystem coordinateSystem
)

Parameters

clientInformation
Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call.
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.
featureCollectionJson
Type: SystemString
Feature collection as json string.
gridSpecification
Type: ArtDatabanken.WebService.DataWebGridSpecification
Information about the returned grid.
coordinateSystem
Type: ArtDatabanken.WebService.DataWebCoordinateSystem
Coordinate system used in returned grid.

Return Value

Type: ListWebGridCellFeatureStatistics
Statistics about features in a web feature service.
See Also