Description | Hierarchy | Fields | Methods | Properties |
type TSfrSegmentFlowItem = class(TCustomModflowBoundaryItem)
TSfrSegmentFlowItem
represents a MODFLOW Streamflow Routing boundary for one time interval. TSfrSegmentFlowItem
is stored by TSfrCollection.
![]() |
FFlow: TFormulaObject; |
![]() |
FPrecipitation: TFormulaObject; |
![]() |
FEvapotranspiration: TFormulaObject; |
![]() |
FRunnoff: TFormulaObject; |
![]() |
procedure SetPrecipitation(const Value: string); |
![]() |
procedure SetFlow(const Value: string); |
![]() |
procedure SetEvapotranspiration(const Value: string); |
![]() |
procedure SetRunnoff(const Value: string); |
![]() |
function GetEvapotranspiration: string; |
![]() |
function GetFlow: string; |
![]() |
function GetPrecipitation: string; |
![]() |
function GetRunnoff: 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 Flow: string read GetFlow write SetFlow; |
![]() |
property Precipitation: string read GetPrecipitation write SetPrecipitation; |
![]() |
property Evapotranspiration: string read GetEvapotranspiration
write SetEvapotranspiration; |
![]() |
property Runnoff: string read GetRunnoff write SetRunnoff; |
![]() |
FFlow: TFormulaObject; |
![]() |
FPrecipitation: TFormulaObject; |
![]() |
FEvapotranspiration: TFormulaObject; |
![]() |
FRunnoff: TFormulaObject; |
![]() |
procedure SetPrecipitation(const Value: string); |
![]() |
procedure SetFlow(const Value: string); |
![]() |
procedure SetEvapotranspiration(const Value: string); |
![]() |
procedure SetRunnoff(const Value: string); |
![]() |
function GetEvapotranspiration: string; |
![]() |
function GetFlow: string; |
![]() |
function GetPrecipitation: string; |
![]() |
function GetRunnoff: 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 Flow: string read GetFlow write SetFlow; |
![]() |
property Precipitation: string read GetPrecipitation write SetPrecipitation; |
![]() |
property Evapotranspiration: string read GetEvapotranspiration
write SetEvapotranspiration; |
![]() |
property Runnoff: string read GetRunnoff write SetRunnoff; |