Click or drag to resize
ISpeciesObservationDataSourceGetSpeciesObservations Method (IUserContext, ISpeciesObservationSearchCriteria, ICoordinateSystem, ISpeciesObservationSpecification, SpeciesObservationFieldSortOrderList)
Get information about species observations that matches the search criteria. Max 25000 observations with information can be retrieved in one call. Max 1000000 observation ids 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,
	ISpeciesObservationSearchCriteria searchCriteria,
	ICoordinateSystem coordinateSystem,
	ISpeciesObservationSpecification speciesObservationSpecification,
	SpeciesObservationFieldSortOrderList sortOrder
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
searchCriteria
Type: ArtDatabanken.DataISpeciesObservationSearchCriteria
Species observation search criteria.
coordinateSystem
Type: ArtDatabanken.DataICoordinateSystem
Coordinate system used in geometry search criteria and 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.
sortOrder
Type: ArtDatabanken.DataSpeciesObservationFieldSortOrderList
Defines how species observations should be sorted. This parameter is optional. Random order is used if no sort order has been specified.

Return Value

Type: SpeciesObservationList
Information about requested species observations.
See Also