Class TLak_Cell

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TLak_Cell = class(TValueCell)

Description

no description available, TValueCell description follows

Hierarchy

Overview

Fields

Private Values: TLakRecord;
Private StressPeriod: integer;

Methods

Private function GetEvaporation: double;
Private function GetMaximumStage: double;
Private function GetMinimumStage: double;
Private function GetOverlandRunoff: double;
Private function GetPrecipitation: double;
Private function GetWithdrawal: double;
Private function GetEvaporationAnnotation: string;
Private function GetMaximumStageAnnotation: string;
Private function GetMinimumStageAnnotation: string;
Private function GetOverlandRunoffAnnotation: string;
Private function GetPrecipitationAnnotation: string;
Private function GetWithdrawalAnnotation: string;
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 MinimumStage: double read GetMinimumStage;
Public property MaximumStage: double read GetMaximumStage;
Public property Precipitation: double read GetPrecipitation;
Public property Evaporation: double read GetEvaporation;
Public property OverlandRunoff: double read GetOverlandRunoff;
Public property Withdrawal: double read GetWithdrawal;
Public property MinimumStageAnnotation: string read GetMinimumStageAnnotation;
Public property MaximumStageAnnotation: string read GetMaximumStageAnnotation;
Public property PrecipitationAnnotation: string read GetPrecipitationAnnotation;
Public property EvaporationAnnotation: string read GetEvaporationAnnotation;
Public property OverlandRunoffAnnotation: string read GetOverlandRunoffAnnotation;
Public property WithdrawalAnnotation: string read GetWithdrawalAnnotation;

Description

Fields

Private Values: TLakRecord;
 
Private StressPeriod: integer;
 

Methods

Private function GetEvaporation: double;
 
Private function GetMaximumStage: double;
 
Private function GetMinimumStage: double;
 
Private function GetOverlandRunoff: double;
 
Private function GetPrecipitation: double;
 
Private function GetWithdrawal: double;
 
Private function GetEvaporationAnnotation: string;
 
Private function GetMaximumStageAnnotation: string;
 
Private function GetMinimumStageAnnotation: string;
 
Private function GetOverlandRunoffAnnotation: string;
 
Private function GetPrecipitationAnnotation: string;
 
Private function GetWithdrawalAnnotation: string;
 
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 MinimumStage: double read GetMinimumStage;
 
Public property MaximumStage: double read GetMaximumStage;
 
Public property Precipitation: double read GetPrecipitation;
 
Public property Evaporation: double read GetEvaporation;
 
Public property OverlandRunoff: double read GetOverlandRunoff;
 
Public property Withdrawal: double read GetWithdrawal;
 
Public property MinimumStageAnnotation: string read GetMinimumStageAnnotation;
 
Public property MaximumStageAnnotation: string read GetMaximumStageAnnotation;
 
Public property PrecipitationAnnotation: string read GetPrecipitationAnnotation;
 
Public property EvaporationAnnotation: string read GetEvaporationAnnotation;
 
Public property OverlandRunoffAnnotation: string read GetOverlandRunoffAnnotation;
 
Public property WithdrawalAnnotation: string read GetWithdrawalAnnotation;
 

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