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

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebGridCellSpeciesCount : WebData

The WebGridCellSpeciesCount type exposes the following members.

Constructors
  NameDescription
Public methodWebGridCellSpeciesCount
Initializes a new instance of the WebGridCellSpeciesCount class
Top
Properties
  NameDescription
Public propertyBoundingBox
Bounding box for the grid cell in plotting coordinate system, ie CoordinateSystem.
Public propertyCentreCoordinate
Centre coordinate for the grid cell in plotting coordinate system, ie CoordinateSystem.
Public propertyCoordinateSystem
Property contains information about the coordinate system requested by the user and that is used for presentation of the grid.
Public propertyGeometryType
Property holding information about what kind of grid cell geometry information that should be returned together with requested grid statistics.
Public propertyGridCoordinateSystem
Property contains information about the grid coordinate system that is used for grid calculations and supported (by ArtDatabanken).
Public propertyOrginalBoundingBox
Bounding box for the grid cell in calculated coordinate system, ie GridCoordinateSystem.
Public propertyOrginalCentreCoordinate
Centre coordinate for the grid cell in calculated coordinate system, ie GridCoordinateSystem.
Public propertySize
Property holding information about size of the grid cell that has been used.
Public propertySpeciesCount
Number of species is based on selected species observation search criteria and grid cell specifications.
Public propertySpeciesObservationCount
Number of species observations is based on selected species observation search criteria and grid cell specifications.
Top
See Also