Click or drag to resize
GridSpecification Class
This class holds requested grid information reagaring gridcell size, coordinat system and bounding box.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataGridSpecification

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class GridSpecification : IGridSpecification

The GridSpecification type exposes the following members.

Constructors
  NameDescription
Public methodGridSpecification
Initializes a new instance of the GridSpecification class
Top
Properties
  NameDescription
Public propertyBoundingBox
Property holding bounding box information. Only two-dimensional bounding boxes (rectangles) are handled.
Public propertyGridCellGeometryType
Property holding information about what kind of value should be returned.
Public propertyGridCellSize
Property holding information om size of the grid cell to be handeled.
Public propertyGridCoordinateSystem
Enum property contains information about the grid cell coordinate system that is provided or requested. Only grid cell coordinate systems that are supported by ArtDatabanken are avaliable.
Public propertyIsGridCellSizeSpecified
Property holding information if size of the grid cell is set.
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