Click or drag to resize
GridCellBase Class
This class contains information of selected grid cell coordinate system, gridcell size, centre coodinates (X and Y) for gridcell. The result i.e. counting/calculation 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 GridCellBase : IGridCellBase

The GridCellBase type exposes the following members.

Constructors
  NameDescription
Public methodGridCellBase
Initializes a new instance of the GridCellBase class
Top
Properties
  NameDescription
Public propertyCoordinateSystem
Property contains information about the coordinate system that is used for presentation and supported (by ArtDatabanken), when performing grid search.
Public propertyGridCellBoundingBox
Bounding box for the grid cell in plotting coordinate system, ie CoordinateSystem.
Public propertyGridCellCentreCoordinate
Centre coordinate for the grid cell in plotting coordinate system, ie CoordinateSystem.
Public propertyGridCellGeometryType
Property holding information about what kind of value is returned.
Public propertyGridCellSize
Property holding information om size of the grid cell that has been used.
Public propertyGridCoordinateSystem
Property contains information about the grid cell coordinate system that is use for grid calculations and supported (by ArtDatabanken).
Public propertyIdentifier
Gets a identifier that looks like this example: "SRID3006SIZE10000E745000N7295000".
Public propertyOrginalGridCellBoundingBox
Bounding box for the grid cell in calculated coordinate system, ie GridCellCoordinateSystem.
Public propertyOrginalGridCellCentreCoordinate
Centre coordinate for the grid cell in calculated coordinate system, ie GridCellCoordinateSystem.
Top
Methods
  NameDescription
Public methodCopyPropertiesTo
Copies the property values in this instance to the gridCell instance.
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