ResultDataMapper Class

Helper class for creating map files from Result Data objects

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class ResultDataMapper
Inheritance
Object    ResultDataMapper

Constructors

ResultDataMapper Default constructor
ResultDataMapper(ResultData) Default constructor with result data object

Properties

GridSpecification Specification of grid to create map on
MapBoxFilePath If defined, mapping boxes will be printed to this file
MapFilePath File with results
Mapper Mapper for setting up map boxes
NumberOfTimeSteps Number of Time step to output.
Quantities Quantities to create maps for
Results Results to create map for
StartTime Time of first time step to output. If MinValue, start time of result file is used.
TimeStep Time step to output to map file. If Zero, use time step of file (assuming it is equidistant)

Methods

CreateMaps Create maps
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)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also