Click or drag to resize
WebGridSpecification Class
This class holds grid information regarding gridcell size, coordinat system and bounding box.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebGridSpecification

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

The WebGridSpecification type exposes the following members.

Constructors
  NameDescription
Public methodWebGridSpecification
Initializes a new instance of the WebGridSpecification class
Top
Properties
  NameDescription
Public propertyBoundingBox
Property holding bounding box information. Only two-dimensional bounding boxes (rectangles) are handled in the first version of AnalysisService.
Public propertyGridCellGeometryType
Property holding information about what kind of value should be returned.
Public propertyGridCellSize
Property holding information about size of the grid cell to be handled.
Public propertyGridCoordinateSystem
Property contains information about coordinate system that is used for performing grid calculations in when performing grid search.¨Allowed coordinate systems are RT 90 2.5 gon V 0:-15 and SWEREF 99.
Public propertyIsGridCellSizeSpecified
Property holding information if size of the grid cell is set.
Top
See Also