Click or drag to resize
ISpeciesObservationManagerGetDarwinCore Method
Overload List
  NameDescription
Public methodGetDarwinCore(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.
Public methodGetDarwinCore(IUserContext, ISpeciesObservationSearchCriteria, ICoordinateSystem, ISpeciesObservationPageSpecification)
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. Species observations are returned in a format that is compatible with Darwin Core 1.5.
Public methodGetDarwinCore(IUserContext, ISpeciesObservationSearchCriteria, ICoordinateSystem, SpeciesObservationFieldSortOrderList)
Get information about species observations that matches the search criteria.
Top
See Also