Class TRProperty

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRProperty = class(TCustomProperty)

Description

TRProperty represents an real-number value.

Hierarchy

Overview

Fields

Private FRValue: double;

Methods

Private function GetRValue: double; override;
Private procedure SetRValue(const Value: double); override;
Public procedure Assign(const DataSet: TDataArray; const LayerIndex, RowIndex, ColIndex: integer); override;
Public function DataType: TPropertyType; override;
Public function IsIdentical(AProperty: TCustomProperty): boolean; override;

Description

Fields

Private FRValue: double;

FRValue: double; FRValue is the value stored in the TRProperty.

Methods

Private function GetRValue: double; override;

See RValue.

Private procedure SetRValue(const Value: double); override;

See RValue.

Public procedure Assign(const DataSet: TDataArray; const LayerIndex, RowIndex, ColIndex: integer); override;

Assign assigns the integer value and PHAST-Interpolation parameters of DataSet at LayerIndex, RowIndex, ColIndex to the TRProperty.

Public function DataType: TPropertyType; override;

DataType identifies TRProperty as holding a real-number value.

Public function IsIdentical(AProperty: TCustomProperty): boolean; override;

IsIdentical determines whether two TRProperty's have the same values.


Generated by PasDoc 0.12.1 on 2013-05-13 15:42:07