Click or drag to resize
GridCellSpeciesCount Class
This class contains information on counting number of species and observations, selected grid cell coordinate system, gridcell size, centre coodinates (X and Y) for gridcell. The species counting result i.e. counting number of species is based on selected species observation search criteria and gridcell size.
Inheritance Hierarchy

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class GridCellSpeciesCount : GridCellBase, 
	IGridCellSpeciesCount, IGridCellBase

The GridCellSpeciesCount type exposes the following members.

Constructors
  NameDescription
Public methodGridCellSpeciesCount
Initializes a new instance of the GridCellSpeciesCount class
Top
Properties
  NameDescription
Public propertyObservationCount
Number of species observations is based on selected species observation search criteria and grid cell specifications.
Public propertySpeciesCount
Number of species is based on selected species observation search criteria and grid cell specifications.
Top
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