Class TSfrSegmentFlowCollection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSfrSegmentFlowCollection = class(TCustomNonSpatialBoundColl)

Description

TSfrSegmentFlowCollection represents MODFLOW Streamflow Routing boundaries for a series of time intervals.

Hierarchy

Overview

Fields

Private FTimeValues: array of TSfrSegmentFlowRecord;

Methods

Private function GetFlowTimeValues(Index: integer): TSfrSegmentFlowRecord;
Private procedure SetFlowTimeValues(Index: integer; const Value: TSfrSegmentFlowRecord);
Protected class function ItemClass: TBoundaryItemClass; override;
Public procedure EvaluateBoundaries;
Public function GetFlowValuesFromTime(StartTime: double): TSfrSegmentFlowRecord;

Properties

Public property FlowTimeValues[Index:integer]: TSfrSegmentFlowRecord read GetFlowTimeValues write SetFlowTimeValues;

Description

Fields

Private FTimeValues: array of TSfrSegmentFlowRecord;
 

Methods

Private function GetFlowTimeValues(Index: integer): TSfrSegmentFlowRecord;
 
Private procedure SetFlowTimeValues(Index: integer; const Value: TSfrSegmentFlowRecord);
 
Protected class function ItemClass: TBoundaryItemClass; override;

See TCustomNonSpatialBoundColl.ItemClass

Public procedure EvaluateBoundaries;
 
Public function GetFlowValuesFromTime(StartTime: double): TSfrSegmentFlowRecord;
 

Properties

Public property FlowTimeValues[Index:integer]: TSfrSegmentFlowRecord read GetFlowTimeValues write SetFlowTimeValues;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:50