Class TMt3dmsTob_Cell

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMt3dmsTob_Cell = class(TValueCell)

Description

no description available, TValueCell description follows

Hierarchy

Overview

Fields

Private Values: TMt3dmsTobRecord;

Methods

Private function GetConcentration: double;
Private function GetTime: double;
Private function GetConcentrationAnnotation: string;
Private function GetWeight: double;
Private function GetComponentIndex: integer;
Protected function GetColumn: integer; override;
Protected function GetLayer: integer; override;
Protected function GetRow: integer; override;
Protected procedure SetColumn(const Value: integer); override;
Protected procedure SetLayer(const Value: integer); override;
Protected procedure SetRow(const Value: integer); override;
Protected function GetIntegerValue(Index: integer; AModel: TBaseModel): integer; override;
Protected function GetRealValue(Index: integer; AModel: TBaseModel): double; override;
Protected function GetRealAnnotation(Index: integer; AModel: TBaseModel): string; override;
Protected function GetIntegerAnnotation(Index: integer; AModel: TBaseModel): string; override;
Protected procedure Cache(Comp: TCompressionStream; Strings: TStringList); override;
Protected procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList); override;
Protected function GetSection: integer; override;
Protected procedure RecordStrings(Strings: TStringList); override;

Properties

Public property Concentration: double read GetConcentration;
Public property Weight: Double read GetWeight;
Public property ComponentIndex: integer read GetComponentIndex;
Public property Time: double read GetTime;
Public property ConcentrationAnnotation: string read GetConcentrationAnnotation;
Public property ObsType: TObservationType read Values.ObsType;
Public property ObsFreq: Integer read Values.ObsFreq;

Description

Fields

Private Values: TMt3dmsTobRecord;
 

Methods

Private function GetConcentration: double;
 
Private function GetTime: double;
 
Private function GetConcentrationAnnotation: string;
 
Private function GetWeight: double;
 
Private function GetComponentIndex: integer;
 
Protected function GetColumn: integer; override;
 
Protected function GetLayer: integer; override;
 
Protected function GetRow: integer; override;
 
Protected procedure SetColumn(const Value: integer); override;
 
Protected procedure SetLayer(const Value: integer); override;
 
Protected procedure SetRow(const Value: integer); override;
 
Protected function GetIntegerValue(Index: integer; AModel: TBaseModel): integer; override;
 
Protected function GetRealValue(Index: integer; AModel: TBaseModel): double; override;
 
Protected function GetRealAnnotation(Index: integer; AModel: TBaseModel): string; override;
 
Protected function GetIntegerAnnotation(Index: integer; AModel: TBaseModel): string; override;
 
Protected procedure Cache(Comp: TCompressionStream; Strings: TStringList); override;
 
Protected procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList); override;
 
Protected function GetSection: integer; override;
 
Protected procedure RecordStrings(Strings: TStringList); override;
 

Properties

Public property Concentration: double read GetConcentration;
 
Public property Weight: Double read GetWeight;
 
Public property ComponentIndex: integer read GetComponentIndex;
 
Public property Time: double read GetTime;
 
Public property ConcentrationAnnotation: string read GetConcentrationAnnotation;
 
Public property ObsType: TObservationType read Values.ObsType;
 
Public property ObsFreq: Integer read Values.ObsFreq;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:54