Click or drag to resize
WebGridCellFeatureStatistics Class
This class contains information about features in grid cells.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebGridCellFeatureStatistics

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

The WebGridCellFeatureStatistics type exposes the following members.

Constructors
  NameDescription
Public methodWebGridCellFeatureStatistics
Initializes a new instance of the WebGridCellFeatureStatistics 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 propertyFeatureArea
Area of polygon feature.
Public propertyFeatureCount
Number of features.
Public propertyFeatureLength
Length of line feature.
Public propertyFeatureType
Type of feature.
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