Click or drag to resize
SpeciesObservationDataSourceGetSpeciesObservations Method
Overload List
  NameDescription
Public methodGetSpeciesObservations(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.
Public methodGetSpeciesObservations(IUserContext, ISpeciesObservationSearchCriteria, ICoordinateSystem, ISpeciesObservationPageSpecification, ISpeciesObservationSpecification)
Get information about species observations that matches the search criteria. This method provides paging functionality of the result. Max page size is 10000 species observations. Scope is restricted to those observations that the user has access rights to.
Public methodGetSpeciesObservations(IUserContext, ISpeciesObservationSearchCriteria, ICoordinateSystem, ISpeciesObservationSpecification, SpeciesObservationFieldSortOrderList)
Get information about species observations that matches the search criteria. Max 100000 observations with information can be retrieved in one call. Max 1000000 observation ids can be retrieved in one call.
Top
See Also