Class TMediaZone

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMediaZone = class(TCustomPhastZone)

Description

TMediaZone represents an individual media properties zone.

It provides TRPropertys for each type of media property.

Hierarchy

Overview

Fields

Public FHorzTransDisp: TRProperty;
Public FKx: TRProperty;
Public FKy: TRProperty;
Public FKz: TRProperty;
Public FLongDisp: TRProperty;
Public FPorosity: TRProperty;
Public FSpecificStorage: TRProperty;
Public FVertTransDisp: TRProperty;

Methods

Protected procedure AssignProperties(const LayerIndex, RowIndex, ColIndex: integer; const DataSets: TCustomDataSets; const CanMergeX, CanMergeY, CanMergeZ: boolean); override;
Public constructor Create; override;
Public destructor Destroy; override;

Description

Fields

Public FHorzTransDisp: TRProperty;

FHorzTransDisp: TRProperty; FHorzTransDisp specifies the horizontal transverse dispersivity of the zone.

Public FKx: TRProperty;

FKx: TRProperty; FKx specifies the permeability in the X direction of the zone.

Public FKy: TRProperty;

FKy: TRProperty; FKy specifies the permeability in the Y direction of the zone.

Public FKz: TRProperty;

FKz: TRProperty; FKz specifies the permeability in the Z direction of the zone.

Public FLongDisp: TRProperty;

FLongDisp: TRProperty; FLongDisp specifies the longitudinal dispersivity of the zone.

Public FPorosity: TRProperty;

FPorosity: TRProperty; FPorosity specifies the porosity of the zone.

Public FSpecificStorage: TRProperty;

FSpecificStorage: TRProperty; FSpecificStorage specifies the specific storage of the zone.

Public FVertTransDisp: TRProperty;

FVertTransDisp: TRProperty; FVertTransDisp specifies the vertical transverse dispersivity of the zone.

Methods

Protected procedure AssignProperties(const LayerIndex, RowIndex, ColIndex: integer; const DataSets: TCustomDataSets; const CanMergeX, CanMergeY, CanMergeZ: boolean); override;

AssignProperties calls the inherited AssignProperties and then assigns values to the TRPropertys based on the values at (LayerIndex, RowIndex, ColIndex) in DataSets.

Public constructor Create; override;

Create creates an instance of TMediaZone.

Public destructor Destroy; override;

Destroy destroys the current instance of TMediaZone. Do not call Destroy directly. Call Free instead.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:39