MapOutputFile Class

Flood map output file specification

Definition

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

Constructors

Methods

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)

Fields

Component Component index - Only relevant if MapItem is ADComponent, otherwise -1
FilePath Filename
Frequency Frequency, when FrequencyType is PerTimeStep
FrequencySpan Frequency Span - if Storing Frequency type is not per time step
FrequencyType Frequency Type - only for Dynamic Maps. Frequency type of "default" results
GridSize Grid Size
Id Id of map output
IsDefaultPeriod Default Period - covers the entire simulation
MapEndTime Map Output End Time - only for Dynamic maps and Default Period unchecked
MapItem Quantities/items to output. If Undefined, items to output are defined in Quantities.
MapStartTime Map Output Start Time - only for Dynamic maps and Default Period unchecked
MapType Map Type
Nx Number of Grid Cells in J direction (X-axis)
Ny Number of Grid Cells in K direction (Y-axis)
Origin Origin - X and Y coordinates in map projection coordinate system.
Quantities Quantities to output. To use this, MapItem must be Undefined.
Rotation Rotation of grid, defined positive clockwise from map projection north to grid y-axis, in degrees

See Also