GridDfs2Data Class

Class for accessing dfs2 data in the GridToTsProcessor.

Definition

Namespace: DHI.Mike1D.BoundaryModule
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class GridDfs2Data : IGridData
Inheritance
Object    GridDfs2Data
Implements
IGridData

Constructors

GridDfs2Data Constructor

Properties

BufferData Bool indicating if data should be read once and buffered in memory, for fast processing.
ConvertToBaseUnit Bool indicating if data should be converted to base unit (SI) when loading.
ItemValueType Item value type
NumberOfTimeSteps Number of time steps in grid file
Quantity Quantity in grid file
StartTime Start time of data in grid file, for grids with calendar type time axis
TimeStep Time step size in seconds in grid file, for equidistant type time axis
TimeType Time step type in grid file
XCount Number of elements in x direction

Methods

Close Close grid file
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTimeStep Get value for time step
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Open Open grid file
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also