Description | Hierarchy | Fields | Methods | Properties |
type TLakItem = class(TCustomModflowBoundaryItem)
TLakItem
represents a MODFLOW Drain boundary for one time interval. TLakItem
is stored by TResCollection.
![]() |
FMaximumStage: TFormulaObject; |
![]() |
FPrecipitation: TFormulaObject; |
![]() |
FMinimumStage: TFormulaObject; |
![]() |
FWithdrawal: TFormulaObject; |
![]() |
FOverlandRunoff: TFormulaObject; |
![]() |
FEvaporation: TFormulaObject; |
![]() |
procedure SetEvaporation(const Value: string); |
![]() |
procedure SetMaximumStage(const Value: string); |
![]() |
procedure SetMinimumStage(const Value: string); |
![]() |
procedure SetOverlandRunoff(const Value: string); |
![]() |
procedure SetPrecipitation(const Value: string); |
![]() |
procedure SetWithdrawal(const Value: string); |
![]() |
function ConvertString(Const AString: string): double; |
![]() |
function GetEvaporation: string; |
![]() |
function GetMaximumStage: string; |
![]() |
function GetMinimumStage: string; |
![]() |
function GetOverlandRunoff: string; |
![]() |
function GetPrecipitation: string; |
![]() |
function GetWithdrawal: string; |
![]() |
procedure AssignObserverEvents(Collection: TCollection); override; |
![]() |
procedure CreateFormulaObjects; override; |
![]() |
procedure GetPropertyObserver(Sender: TObject; List: TList); override; |
![]() |
procedure RemoveFormulaObjects; override; |
![]() |
function GetBoundaryFormula(Index: integer): string; override; |
![]() |
procedure SetBoundaryFormula(Index: integer; const Value: string); override; |
![]() |
function IsSame(AnotherItem: TOrderedItem): boolean; override; |
![]() |
function BoundaryFormulaCount: integer; override; |
![]() |
function SSMN: double; |
![]() |
function SSMX: double; |
![]() |
function PRCPLK: double; |
![]() |
function EVAPLK: double; |
![]() |
function RNF: double; |
![]() |
function WTHDRW: double; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property MinimumStage: string read GetMinimumStage write SetMinimumStage; |
![]() |
property MaximumStage: string read GetMaximumStage write SetMaximumStage; |
![]() |
property Precipitation: string read GetPrecipitation write SetPrecipitation; |
![]() |
property Evaporation: string read GetEvaporation write SetEvaporation; |
![]() |
property OverlandRunoff: string read GetOverlandRunoff write SetOverlandRunoff; |
![]() |
property Withdrawal: string read GetWithdrawal write SetWithdrawal; |
![]() |
FMaximumStage: TFormulaObject; |
![]() |
FPrecipitation: TFormulaObject; |
![]() |
FMinimumStage: TFormulaObject; |
![]() |
FWithdrawal: TFormulaObject; |
![]() |
FOverlandRunoff: TFormulaObject; |
![]() |
FEvaporation: TFormulaObject; |
![]() |
procedure SetEvaporation(const Value: string); |
![]() |
procedure SetMaximumStage(const Value: string); |
![]() |
procedure SetMinimumStage(const Value: string); |
![]() |
procedure SetOverlandRunoff(const Value: string); |
![]() |
procedure SetPrecipitation(const Value: string); |
![]() |
procedure SetWithdrawal(const Value: string); |
![]() |
function ConvertString(Const AString: string): double; |
![]() |
function GetEvaporation: string; |
![]() |
function GetMaximumStage: string; |
![]() |
function GetMinimumStage: string; |
![]() |
function GetOverlandRunoff: string; |
![]() |
function GetPrecipitation: string; |
![]() |
function GetWithdrawal: string; |
![]() |
procedure AssignObserverEvents(Collection: TCollection); override; |
![]() |
procedure CreateFormulaObjects; override; |
![]() |
procedure GetPropertyObserver(Sender: TObject; List: TList); override; |
![]() |
procedure RemoveFormulaObjects; override; |
![]() |
function GetBoundaryFormula(Index: integer): string; override; |
See BoundaryFormula. |
![]() |
procedure SetBoundaryFormula(Index: integer; const Value: string); override; |
See BoundaryFormula. |
![]() |
function IsSame(AnotherItem: TOrderedItem): boolean; override; |
|
![]() |
function BoundaryFormulaCount: integer; override; |
![]() |
function SSMN: double; |
![]() |
function SSMX: double; |
![]() |
function PRCPLK: double; |
![]() |
function EVAPLK: double; |
![]() |
function RNF: double; |
![]() |
function WTHDRW: double; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
|
![]() |
property MinimumStage: string read GetMinimumStage write SetMinimumStage; |
![]() |
property MaximumStage: string read GetMaximumStage write SetMaximumStage; |
![]() |
property Precipitation: string read GetPrecipitation write SetPrecipitation; |
![]() |
property Evaporation: string read GetEvaporation write SetEvaporation; |
![]() |
property OverlandRunoff: string read GetOverlandRunoff write SetOverlandRunoff; |
![]() |
property Withdrawal: string read GetWithdrawal write SetWithdrawal; |