Click or drag to resize
SpeciesObservationDataSourceGetSpeciesObservations 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 100000 observations with information can be retrieved in one call.

Namespace: ArtDatabanken.WebService.Client.SpeciesObservationService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual 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.

Implements

ISpeciesObservationDataSourceGetSpeciesObservations(IUserContext, ListInt64, ICoordinateSystem, ISpeciesObservationSpecification)
See Also