Click or drag to resize
AnalysisManager Class
Analysis manager processes any type of data.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataAnalysisManager

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class AnalysisManager : IAnalysisManager

The AnalysisManager type exposes the following members.

Constructors
  NameDescription
Public methodAnalysisManager
Initializes a new instance of the AnalysisManager class
Top
Properties
  NameDescription
Public propertyDataSource
This property is used to retrieve or update information.
Top
Methods
  NameDescription
Public methodGetDataSourceInformation
Get information about data source.
Public methodGetGridCellFeatureStatisticsCombinedWithSpeciesObservationCounts
Gets the grid cell feature statistics combined with species observation counts.
Public methodGetGridFeatureStatistics
Get information about spatial features in a grid representation inside a user supplied bounding box.
Public methodGetGridSpeciesCounts
Gets no of species 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(IUserContext, IOrganismGroup)
Get taxa that belongs to specified organism group.
Public methodGetTaxa(IUserContext, ISpeciesFactSearchCriteria)
Get unique taxa for all species facts that matches search criteria.
Public methodGetTaxa(IUserContext, OrganismGroupList)
Get taxa that belongs to specified organism groups.
Public methodGetTaxaBySearchCriteria
Gets taxa that matches the specified species observation search criteria.
Public methodGetTaxaWithSpeciesObservationCountsBySearchCriteria
Gets taxa, with related number of observed species, that matches the specified species observation search criteria.
Public methodGetTimeSpeciesObservationCounts
Gets a time serie with species observation counts based on time step specifications and observation search criteria.
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