Click or drag to resize
AnalysisDataSource Class
This class is used to retrieve species observation related information.
Inheritance Hierarchy

Namespace: ArtDatabanken.WebService.Client.AnalysisService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class AnalysisDataSource : AnalysisDataSourceBase, 
	IAnalysisDataSource, IDataSource

The AnalysisDataSource type exposes the following members.

Constructors
  NameDescription
Public methodAnalysisDataSource
Initializes a new instance of the AnalysisDataSource class
Top
Methods
  NameDescription
Public methodGetGridCellFeatureStatistics
Get information about spatial features in a grid representation inside a user supplied bounding box.
Public methodGetGridCellFeatureStatisticsCombinedWithSpeciesObservationCounts
Gets the grid cell feature statistics combined with species observation counts.
Public methodGetGridSpeciesCounts
Gets GridCellInformations that matches the search criteria and grid specifications.
Public methodGetGridSpeciesObservationCounts
Gets no of species observations that matches the search criteria and grid specifications.
Public methodGetHosts
Get unique hosts for all species facts that matches search criteria.
Public methodGetSpeciesCountBySearchCriteria
Get number of species that matches the search criteria. Scope is restricted to those species that the user has access rights to.
Public methodGetSpeciesObservationAOOEOOAsGeoJson
Get EOO as geojson, EOO and AOO area as attributes
Public methodGetSpeciesObservationCountBySearchCriteria
Get number of species observations that matches the search criteria. Scope is restricted to those observations that the user has access rights to.
Public methodGetSpeciesObservationProvenancesBySearchCriteria
Get species observation provenances that matches the search criteria. Scope is restricted to those observations that the user has access rights to.
Public methodGetTaxa
Get unique taxa for all species facts that matches search criteria.
Public methodGetTaxaBySearchCriteria
Gets taxa that matches the search criteria and grid specifications.
Public methodGetTaxaWithSpeciesObservationCountsBySearchCriteria
Gets taxa, with related number of observed species, that matches the search criteria and grid specifications.
Public methodGetTimeSpeciesObservationCounts
Get a time serie with species observation counts. It retrieves a shortlist of counts from the Analysis Service and complements it with zero counts for missing time steps.
Public methodLogin
Login user.
Public methodLogout
Logout user.
Public methodStatic memberSetDataSource
Set AnalysisService as data source in the onion data model.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also