Click or drag to resize
ISpeciesObservationManager Methods

The ISpeciesObservationManager type exposes the following members.

Methods
  NameDescription
Public methodCreateFileByFileOrderSettings
Creates a file using file order settings. No file order is created, the file is returned directly.
Public methodCreateFileOrder
Creates and enqueues a file order.
Public methodGetBirdNestActivities
Get all bird nest activities.
Public methodGetCountyRegions
Get all county regions GetCountyRegions is for searching observations in SpeciesObservationService and AnalysisServce only. The regions does not contain polygons
Public methodGetCreatedWebFileOrderFile
Gets the created web file order file.
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.
Public methodGetDarwinCoreChange
Get information about species observations that has changed. Scope is restricted to those observations that the user has access rights to. There is no access right check on deleted species observations. This means that a client can obtain information about deleted species observations that the client has not received any create or update information about. Max 25000 species observation changes can be retrieved in one web service call. Exactly one of the parameters changedFrom and changeId should be specified.
Public methodGetFileOrderById
Gets a specific file order by id.
Public methodGetFileOrdersByUserId
Gets file orders by user id.
Public methodGetFileOrderSystemPublicSettings
Gets the file order system public visible service settings.
Public methodGetFileOrderSystemStatistics
Gets file order system statistics.
Public methodGetProtectedSpeciesObservationIndication
Get an indication if specified geometries contains any protected species observations.
Public methodGetProvinceRegions
Get all province regions GetProvinceRegions is for searching observations in SpeciesObservationService and AnalysisServce only. The regions does not contain polygons
Public methodGetSpeciesActivities
Get all species activities. This method is currently not implemented.
Public methodGetSpeciesActivityCategories
Get all species activity categories. This method is currently not implemented.
Public methodGetSpeciesActivityCategory
Get specific activity category with specified id.
Public methodGetSpeciesObservationChange
Get information about species observations that has changed. Scope is restricted to those observations that the user has access rights to. There is no access right check on deleted species observations. This means that a client can obtain information about deleted species observations that the client has not received any create or update information about. Max 25000 species observation changes can be retrieved in one web service call. Exactly one of the parameters changedFrom and changeId should be specified.
Public methodGetSpeciesObservationCoordinates
Get information about species observations that matches the search criteria. Max 1000000 observations can be retrieved in one call. Only Id, coordinates and taxon id are included in species observations.
Public methodGetSpeciesObservationCount
Get number of species observations that matches the search criteria. Scope is restricted to those observations that the user has access rights to.
Public methodGetSpeciesObservationDataProviders
Get all species observation data providers.
Public methodGetSpeciesObservations(IUserContext, ISpeciesObservationSearchCriteria, ICoordinateSystem)
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.
Public methodGetSpeciesObservations(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 methodGetSpeciesObservations(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.
Public methodGetSpeciesObservations(IUserContext, ListInt64, ICoordinateSystem, ISpeciesObservationSpecification)
Get requested species observations. Scope is restricted to those observations that the user has access rights to. Max 25000 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 25000 observations with information can be retrieved in one call. Max 1000000 observation ids can be retrieved in one call.
Top
See Also