Description | Hierarchy | Fields | Methods | Properties |
type TEvtSurfDepthItem = class(TCustomModflowBoundaryItem)
TEvtSurfDepthItem
represents a MODFLOW ET layer for one time interval. TEvtSurfDepthItem
is stored by TEvtSurfDepthCollection.
![]() |
FEvapotranspirationSurface: TFormulaObject; |
![]() |
FEvapotranspirationDepth: TFormulaObject; |
![]() |
procedure SetEvapotranspirationSurface(const Value: string); |
![]() |
procedure SetEvapotranspirationDepth(const Value: string); |
![]() |
function GetEvapotranspirationDepth: string; |
![]() |
function GetEvapotranspirationSurface: 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; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property EvapotranspirationSurface: string read GetEvapotranspirationSurface
write SetEvapotranspirationSurface; |
![]() |
property EvapotranspirationDepth: string read GetEvapotranspirationDepth
write SetEvapotranspirationDepth; |
![]() |
FEvapotranspirationSurface: TFormulaObject; |
![]() |
FEvapotranspirationDepth: TFormulaObject; |
![]() |
procedure SetEvapotranspirationSurface(const Value: string); |
![]() |
procedure SetEvapotranspirationDepth(const Value: string); |
![]() |
function GetEvapotranspirationDepth: string; |
![]() |
function GetEvapotranspirationSurface: 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; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
|
![]() |
property EvapotranspirationSurface: string read GetEvapotranspirationSurface
write SetEvapotranspirationSurface; |
|
![]() |
property EvapotranspirationDepth: string read GetEvapotranspirationDepth
write SetEvapotranspirationDepth; |