Click or drag to resize
AnalysisServiceGetGridSpeciesCountsBySpeciesObservationSearchCriteria Method
This method get species (Taxa of category species) and observations per grid cell that matches species observation search criteria, grid cell specifications and specified coordinate system to getting results in.

Namespace: AnalysisService
Assembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<WebGridCellSpeciesCount> GetGridSpeciesCountsBySpeciesObservationSearchCriteria(
	WebClientInformation clientInformation,
	WebSpeciesObservationSearchCriteria searchCriteria,
	WebGridSpecification gridSpecification,
	WebCoordinateSystem coordinateSystem
)

Parameters

clientInformation
Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call.
searchCriteria
Type: ArtDatabanken.WebService.DataWebSpeciesObservationSearchCriteria
Species observation search criteria - defined in class WebSpeciesObservationSearchCriteria.
gridSpecification
Type: ArtDatabanken.WebService.DataWebGridSpecification
Grid specifications i.e settings for result grid. These settings are defined in class WebGridSpecifications. Note! GridCellSize and GridCoordinateSystem classes are the only properties that is used in this method. If Bounding Box is set then WebSpeciesObservationSearchCriteria property BoundingBox is override with WebGridSpecifications property BoundingBox.
coordinateSystem
Type: ArtDatabanken.WebService.DataWebCoordinateSystem
Coordinate systen whch is used for performing grid caluculations defined in WebCoordinateSystem

Return Value

Type: ListWebGridCellSpeciesCount
A list of grid cells is returned that matches. Grid cell results is presented in WebGridCellSpeciesCount class showing number of species, no of observations.

Implements

IAnalysisServiceGetGridSpeciesCountsBySpeciesObservationSearchCriteria(WebClientInformation, WebSpeciesObservationSearchCriteria, WebGridSpecification, WebCoordinateSystem)
See Also