IAnalysisServiceGetGridFeatureStatisticsCombinedWithSpeciesObservationCounts Method |
Gets the grid feature statistics combined with species observation counts.
Namespace: AnalysisServiceAssembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax List<WebGridCellCombinedStatistics> GetGridFeatureStatisticsCombinedWithSpeciesObservationCounts(
WebClientInformation clientInformation,
WebGridSpecification gridSpecification,
WebSpeciesObservationSearchCriteria searchCriteria,
WebFeatureStatisticsSpecification featureStatisticsSpecification,
string featuresUrl,
WebCoordinateSystem coordinateSystem
)
Function GetGridFeatureStatisticsCombinedWithSpeciesObservationCounts (
clientInformation As WebClientInformation,
gridSpecification As WebGridSpecification,
searchCriteria As WebSpeciesObservationSearchCriteria,
featureStatisticsSpecification As WebFeatureStatisticsSpecification,
featuresUrl As String,
coordinateSystem As WebCoordinateSystem
) As List(Of WebGridCellCombinedStatistics)
List<WebGridCellCombinedStatistics^>^ GetGridFeatureStatisticsCombinedWithSpeciesObservationCounts(
WebClientInformation^ clientInformation,
WebGridSpecification^ gridSpecification,
WebSpeciesObservationSearchCriteria^ searchCriteria,
WebFeatureStatisticsSpecification^ featureStatisticsSpecification,
String^ featuresUrl,
WebCoordinateSystem^ coordinateSystem
)
abstract GetGridFeatureStatisticsCombinedWithSpeciesObservationCounts :
clientInformation : WebClientInformation *
gridSpecification : WebGridSpecification *
searchCriteria : WebSpeciesObservationSearchCriteria *
featureStatisticsSpecification : WebFeatureStatisticsSpecification *
featuresUrl : string *
coordinateSystem : WebCoordinateSystem -> List<WebGridCellCombinedStatistics>
Parameters
- clientInformation
- Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call. - gridSpecification
- Type: ArtDatabanken.WebService.DataWebGridSpecification
The grid specification: bounding box, grid cell size, etc. - searchCriteria
- Type: ArtDatabanken.WebService.DataWebSpeciesObservationSearchCriteria
Species observation search criteria - defined in class WebSpeciesObservationSearchCriteria. - 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:
ListWebGridCellCombinedStatisticsA list with combined result from GetGridSpeciesCounts() and GetGridCellFeatureStatistics().
See Also