IAnalysisServiceGetGridSpeciesCountsBySpeciesObservationSearchCriteria 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: AnalysisServiceAssembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax List<WebGridCellSpeciesCount> GetGridSpeciesCountsBySpeciesObservationSearchCriteria(
WebClientInformation clientInformation,
WebSpeciesObservationSearchCriteria searchCriteria,
WebGridSpecification gridSpecification,
WebCoordinateSystem coordinateSystem
)
Function GetGridSpeciesCountsBySpeciesObservationSearchCriteria (
clientInformation As WebClientInformation,
searchCriteria As WebSpeciesObservationSearchCriteria,
gridSpecification As WebGridSpecification,
coordinateSystem As WebCoordinateSystem
) As List(Of WebGridCellSpeciesCount)
List<WebGridCellSpeciesCount^>^ GetGridSpeciesCountsBySpeciesObservationSearchCriteria(
WebClientInformation^ clientInformation,
WebSpeciesObservationSearchCriteria^ searchCriteria,
WebGridSpecification^ gridSpecification,
WebCoordinateSystem^ coordinateSystem
)
abstract GetGridSpeciesCountsBySpeciesObservationSearchCriteria :
clientInformation : WebClientInformation *
searchCriteria : WebSpeciesObservationSearchCriteria *
gridSpecification : WebGridSpecification *
coordinateSystem : WebCoordinateSystem -> List<WebGridCellSpeciesCount>
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.
See Also