Click or drag to resize
ISpeciesObservationDataSourceGetSpeciesObservations Method (IUserContext, ListInt64, ICoordinateSystem, ISpeciesObservationSpecification)
Get requested species observations. Scope is restricted to those observations that the user has access rights to. Species observations are returned in a format that is compatible with Darwin Core 1.5. Max 25000 observations with information can be retrieved in one call.

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
SpeciesObservationList GetSpeciesObservations(
	IUserContext userContext,
	List<long> speciesObservationIds,
	ICoordinateSystem coordinateSystem,
	ISpeciesObservationSpecification speciesObservationSpecification
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
speciesObservationIds
Type: System.Collections.GenericListInt64
Id for species observations to get.
coordinateSystem
Type: ArtDatabanken.DataICoordinateSystem
Coordinate system used in returned species observations.
speciesObservationSpecification
Type: ArtDatabanken.DataISpeciesObservationSpecification
Specify which subset of the data that should be returned for each species observation. All information for each species observation is returned if this parameter is null. This parameter is currently not used.

Return Value

Type: SpeciesObservationList
Species observations.
See Also