Description | Hierarchy | Fields | Methods | Properties |
type TSfrEquationItem = class(TCustomModflowBoundaryItem)
TSfrEquationItem
represents a MODFLOW Streamflow Routing boundary for one time interval. TSfrEquationItem
is stored by TSfrCollection.
![]() |
FDepthCoefficient: TFormulaObject; |
![]() |
FDepthExponent: TFormulaObject; |
![]() |
FWidthCoefficient: TFormulaObject; |
![]() |
FWidthExponent: TFormulaObject; |
![]() |
procedure SetDepthExponent(const Value: string); |
![]() |
procedure SetDepthCoefficient(const Value: string); |
![]() |
procedure SetWidthCoefficient(const Value: string); |
![]() |
procedure SetWidthExponent(const Value: string); |
![]() |
function GetDepthCoefficient: string; |
![]() |
function GetDepthExponent: string; |
![]() |
function GetWidthCoefficient: string; |
![]() |
function GetWidthExponent: 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; |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property DepthCoefficient: string read GetDepthCoefficient
write SetDepthCoefficient; |
![]() |
property DepthExponent: string read GetDepthExponent
write SetDepthExponent; |
![]() |
property WidthCoefficient: string read GetWidthCoefficient
write SetWidthCoefficient; |
![]() |
property WidthExponent: string read GetWidthExponent
write SetWidthExponent; |
![]() |
FDepthCoefficient: TFormulaObject; |
![]() |
FDepthExponent: TFormulaObject; |
![]() |
FWidthCoefficient: TFormulaObject; |
![]() |
FWidthExponent: TFormulaObject; |
![]() |
procedure SetDepthExponent(const Value: string); |
![]() |
procedure SetDepthCoefficient(const Value: string); |
![]() |
procedure SetWidthCoefficient(const Value: string); |
![]() |
procedure SetWidthExponent(const Value: string); |
![]() |
function GetDepthCoefficient: string; |
![]() |
function GetDepthExponent: string; |
![]() |
function GetWidthCoefficient: string; |
![]() |
function GetWidthExponent: 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; |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
|
![]() |
property DepthCoefficient: string read GetDepthCoefficient
write SetDepthCoefficient; |
![]() |
property DepthExponent: string read GetDepthExponent
write SetDepthExponent; |
![]() |
property WidthCoefficient: string read GetWidthCoefficient
write SetWidthCoefficient; |
![]() |
property WidthExponent: string read GetWidthExponent
write SetWidthExponent; |