Click or drag to resize

MapOutputFile Class

Flood map output file specification
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.HDParameterDataAccessMapOutputFile

Namespace:  DHI.Mike1D.HDParameterDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class MapOutputFile

The MapOutputFile type exposes the following members.

Constructors
Methods
  NameDescription
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 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldComponent
Component index - Only if item is ADComponent, otherwise -1
Public fieldFilePath
Filename
Public fieldFrequency
Frequency, when FrequencyType is PerTimeStep
Public fieldFrequencySpan
Frequency Span - if Storing Frequency type is not per time step
Public fieldFrequencyType
Frequency Type - only for Dynamic Maps. Frequency type of "default" results
Public fieldGridSize
Grid Size
Public fieldId
Id of map output
Public fieldIsDefaultPeriod
Default Period - covers the entire simulation
Public fieldMapEndTime
Map Output End Time - only for Dynamic maps and Default Period unchecked
Public fieldMapItem
Map Item
Public fieldMapStartTime
Map Output Start Time - only for Dynamic maps and Default Period unchecked
Public fieldMapType
Map Type
Public fieldNx
Number of Grid Cells in J direction (X-axis)
Public fieldNy
Number of Grid Cells in K direction (Y-axis)
Public fieldOrigin
Origin - X and Y coordinates in map projection coordinate system.
Public fieldRotation
Rotation of grid, defined positive clockwise from map projection north to grid y-axis
Top
See Also