Click or drag to resize
ISpeciesObservationManagerGetDarwinCore Method (IUserContext, ListInt64, ICoordinateSystem)
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
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
DarwinCoreList GetDarwinCore(
	IUserContext userContext,
	List<long> speciesObservationIds,
	ICoordinateSystem coordinateSystem
)

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.

Return Value

Type: DarwinCoreList
Requested species observations.
See Also