Click or drag to resize

GridDfs2Data Class

Class for accessing dfs2 data in the GridToTsProcessor.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.BoundaryModuleGridDfs2Data

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class GridDfs2Data : IGridData

The GridDfs2Data type exposes the following members.

Constructors
  NameDescription
Public methodGridDfs2Data
Constructor
Top
Properties
  NameDescription
Public propertyBufferData
Bool indicating if data should be read once and buffered in memory, for fast processing.
Public propertyConvertToBaseUnit
Bool indicating if data should be converted to base unit (SI) when loading.
Public propertyItemValueType
Item value type
Public propertyNumberOfTimeSteps
Number of time steps in grid file
Public propertyQuantity
Quantity in grid file
Public propertyStartTime
Start time of data in grid file, for grids with calendar type time axis
Public propertyTimeStep
Time step size in seconds in grid file, for equidistant type time axis
Public propertyTimeType
Time step type in grid file
Public propertyXCount
Number of elements in x direction
Top
Methods
  NameDescription
Public methodClose
Close grid file
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTimeStep
Get value for time step
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpen
Open grid file
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also