Class TDrnItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TDrnItem = class(TCustomModflowBoundaryItem)

Description

TDrnItem represents a MODFLOW Drain boundary for one time interval. TDrnItem is stored by TDrnCollection.

Hierarchy

Overview

Fields

Protected FElevation: TFormulaObject;
Protected FConductance: TFormulaObject;

Methods

Private procedure SetElevation(const Value: string);
Private procedure SetConductance(const Value: string);
Private function GetConductance: string;
Private function GetElevation: string;
Protected procedure AssignObserverEvents(Collection: TCollection); override;
Protected procedure CreateFormulaObjects; override;
Protected procedure GetPropertyObserver(Sender: TObject; List: TList); override;
Protected procedure RemoveFormulaObjects; override;
Protected function GetBoundaryFormula(Index: integer): string; override;
Protected procedure SetBoundaryFormula(Index: integer; const Value: string); override;
Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;
Protected procedure InvalidateModel; override;
Protected function BoundaryFormulaCount: integer; override;
Public procedure Assign(Source: TPersistent); override;
Public Destructor Destroy; override;

Properties

Published property Elevation: string read GetElevation write SetElevation;
Published property Conductance: string read GetConductance write SetConductance;

Description

Fields

Protected FElevation: TFormulaObject;

See Elevation.

Protected FConductance: TFormulaObject;

See Conductance.

Methods

Private procedure SetElevation(const Value: string);

See Elevation.

Private procedure SetConductance(const Value: string);

See Conductance.

Private function GetConductance: string;
 
Private function GetElevation: string;
 
Protected procedure AssignObserverEvents(Collection: TCollection); override;
 
Protected procedure CreateFormulaObjects; override;
 
Protected procedure GetPropertyObserver(Sender: TObject; List: TList); override;
 
Protected procedure RemoveFormulaObjects; override;
 
Protected function GetBoundaryFormula(Index: integer): string; override;

See BoundaryFormula.

Protected procedure SetBoundaryFormula(Index: integer; const Value: string); override;

See BoundaryFormula.

Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;

IsSame checks whether AnotherItem is the same as the current TDrnItem.

Protected procedure InvalidateModel; override;
 
Protected function BoundaryFormulaCount: integer; override;
 
Public procedure Assign(Source: TPersistent); override;

Assign copies Source to this TDrnItem.

Public Destructor Destroy; override;
 

Properties

Published property Elevation: string read GetElevation write SetElevation;

Elevation is the formula used to set the elevation of this boundary.

Published property Conductance: string read GetConductance write SetConductance;

Conductance is the formula used to set the conductance or the conductance multiplier of this boundary.


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