Click or drag to resize
IAnalysisService Interface
Interface to the web service AnalysisService. This web service is used to perform calculations on species observations made in Sweden.

Namespace: AnalysisService
Assembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAnalysisService

The IAnalysisService type exposes the following members.

Methods
  NameDescription
Public methodClearCache
Clear data cache in web service. This method can only be used by web service administrators.
Public methodDeleteTrace
Delete trace information from the web service log. This method can only be used by web service administrators.
Public methodGetGridCellFeatureStatisticsCombinedWithSpeciesObservationCounts
Gets the grid cell feature statistics combined with species observation counts.
Public methodGetGridFeatureStatistics
Get statistics about features in a web feature service. Returned statistics is adjusted to specified grid.
Public methodGetGridFeatureStatisticsCombinedWithSpeciesObservationCounts
Gets the grid feature statistics combined with species observation counts.
Public methodGetGridSpeciesCountsBySpeciesObservationSearchCriteria
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.
Public methodGetGridSpeciesObservationCountsBySpeciesObservationSearchCriteria
Gets no of species observations that matches the search criteria and selected grid specifications.
Public methodGetHostsBySpeciesFactSearchCriteria
Get unique hosts for all species facts that matches search criteria.
Public methodGetLog
Get entries from the web service log This method can only be used by web service administrators.
Public methodGetSpeciesCountBySpeciesObservationSearchCriteria
Get number of species that matches the search criteria.
Public methodGetSpeciesObservationAOOEOOAsGeoJson
Get EOO as geojson, EOO and AOO area as attributes
Public methodGetSpeciesObservationCountBySpeciesObservationSearchCriteria
Get number of species observations that matches the search criteria.
Public methodGetSpeciesObservationProvenancesBySearchCriteria
Get species observation provenances that matches the search criteria.
Public methodGetStatus
Get status for this web service.
Public methodGetTaxaBySpeciesFactSearchCriteria
Get unique taxa for all species facts that matches search criteria.
Public methodGetTaxaBySpeciesObservationSearchCriteria
Get no of species that matches WebSpeciesObservationSearchCriteria and specified what coordinate system to use in WebCoordinateSystem.
Public methodGetTaxaWithSpeciesObservationCountsBySpeciesObservationSearchCriteria
Get no of species, with related number of observed species, that matches WebSpeciesObservationSearchCriteria and specified what coordinate system to use in WebCoordinateSystem.
Public methodGetTimeSpeciesObservationCountsBySpeciesObservationSearchCriteria
Get time step specific species observation counts for a specific set of species observation search criteria. Only counts greater than zero is included in the resulting list.
Public methodLogin
Login user.
Public methodLogout
Logout user. Release resources.
Public methodLogStatistics
Log statistics.
Public methodPing
Check if the web service is up and running.
Public methodStartTrace
Start trace usage of web service for specified user. If no user is specified then all usage of web service is traced. Note: Tracing has negative impact on web service performance.
Public methodStopTrace
Stop tracing usage of web service.
Top
See Also