Description | Hierarchy | Fields | Methods | Properties |
type TRivItem = class(TCustomModflowBoundaryItem)
TRivItem
represents a MODFLOW River boundary for one time interval. TRivItem
is stored by TRivCollection.
![]() |
FRiverBottom: TFormulaObject; |
![]() |
FRiverStage: TFormulaObject; |
![]() |
FConductance: TFormulaObject; |
![]() |
procedure SetRiverBottom(const Value: string); |
![]() |
procedure SetRiverStage(const Value: string); |
![]() |
procedure SetConductance(const Value: string); |
![]() |
function GetConductance: string; |
![]() |
function GetRiverBottom: string; |
![]() |
function GetRiverStage: 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; |
![]() |
procedure InvalidateModel; override; |
![]() |
function BoundaryFormulaCount: integer; override; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property RiverBottom: string read GetRiverBottom write SetRiverBottom; |
![]() |
property RiverStage: string read GetRiverStage write SetRiverStage; |
![]() |
property Conductance: string read GetConductance write SetConductance; |
![]() |
FRiverBottom: TFormulaObject; |
See RiverBottom. |
![]() |
FRiverStage: TFormulaObject; |
See RiverStage. |
![]() |
FConductance: TFormulaObject; |
See Conductance. |
![]() |
procedure SetRiverBottom(const Value: string); |
See RiverBottom. |
![]() |
procedure SetRiverStage(const Value: string); |
See RiverStage. |
![]() |
procedure SetConductance(const Value: string); |
See Conductance. |
![]() |
function GetConductance: string; |
![]() |
function GetRiverBottom: string; |
![]() |
function GetRiverStage: 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; |
|
![]() |
procedure InvalidateModel; override; |
![]() |
function BoundaryFormulaCount: integer; override; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
|
![]() |
property RiverBottom: string read GetRiverBottom write SetRiverBottom; |
|
![]() |
property RiverStage: string read GetRiverStage write SetRiverStage; |
|
![]() |
property Conductance: string read GetConductance write SetConductance; |
|