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

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 WebGridCellSpeciesObservationCount : WebData

The WebGridCellSpeciesObservationCount type exposes the following members.

Constructors
  NameDescription
Public methodWebGridCellSpeciesObservationCount
Initializes a new instance of the WebGridCellSpeciesObservationCount 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 propertyCount
Number of species observations is based on selected species observation search criteria and grid cell specifications.
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.
Top
See Also