Click or drag to resize
SpeciesObservationArea Class
This class contains area information about species observations for one taxon. That is AOO/EOO (Area of Occupancy/Extent of Occurrence) which is used in the redlist work.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataSpeciesObservationArea

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
[SerializableAttribute]
public class SpeciesObservationArea

The SpeciesObservationArea type exposes the following members.

Constructors
  NameDescription
Public methodSpeciesObservationArea
Create a SpeciesObservationArea instance.
Top
Properties
  NameDescription
Public propertyAreaOfOccupancy
Get area of Occupancy (AOO) value. Unit is square meter.
Public propertyExtentOfOccurrence
Get extent of Occurrence (EOO) value. Unit is square meter.
Public propertyGridSquareMaxDistance
Get max distance between grid squares. Unit is meter.
Public propertyGridSquareSize
Get size of grid square used in the calculation. The size is stated as the length of one side in the square. Unit is meter.
Public propertySpeciesObservationCount
Get number of species observation used in the calculation.
Public propertyTaxon
Get taxon for which the area calculations has been made.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also