Click or drag to resize

cEcospaceRegionAvgResultsWriter Class

Implementation of IEcospaceResultsWriter and cEcospaceBaseResultsWriter to write Ecospace area averaged results to csv files. This class provides the framework for writting the file. The actual data is supplied by an implementation of cEcospaceResultsWriterDataSourceBase that supplies the data in a generic format.
Inheritance Hierarchy

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cEcospaceRegionAvgResultsWriter : cEcospaceBaseResultsWriter

The cEcospaceRegionAvgResultsWriter type exposes the following members.

Constructors
  NameDescription
Public methodcEcospaceRegionAvgResultsWriter
Initializes a new instance of the cEcospaceRegionAvgResultsWriter class
Top
Properties
Methods
  NameDescription
Protected methodCreateOutputDir
Make sure output directory is defined and available.
(Overrides cEcospaceBaseResultsWriterCreateOutputDir.)
Public methodEndWrite (Overrides cEcospaceBaseResultsWriterEndWrite.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFileExtension (Overrides cEcospaceBaseResultsWriterFileExtension.)
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 methodGetFleetFileName
Convert the variable, fleet index, extention and model time step into a valid fleet-based file name.
(Inherited from cEcospaceBaseResultsWriter.)
Public methodGetGroupFileName
Convert the variable, group index, extention and model time step into a valid group-based file name.
(Inherited from cEcospaceBaseResultsWriter.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit (Inherited from cEcospaceBaseResultsWriter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodScaleValue
Recalculate / rescale a value before it is written to the output file.
(Inherited from cEcospaceBaseResultsWriter.)
Protected methodsetAllFleetsSelected (Inherited from cEcospaceBaseResultsWriter.)
Protected methodsetAllGroupsSelected (Inherited from cEcospaceBaseResultsWriter.)
Protected methodsetCatchSelected (Inherited from cEcospaceBaseResultsWriter.)
Public methodStartWrite (Overrides cEcospaceBaseResultsWriterStartWrite.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteResults (Overrides cEcospaceBaseResultsWriterWriteResults(Object).)
Protected methodWriteRunInfo (Inherited from cEcospaceBaseResultsWriter.)
Top
Fields
  NameDescription
Public fieldStatic membercDATA_NAME
Protected fieldm_core
Zhe core.
(Inherited from cEcospaceBaseResultsWriter.)
Protected fieldm_FirstStep (Inherited from cEcospaceBaseResultsWriter.)
Protected fieldm_OutputPath
The complete path to the directory containing result files.
(Inherited from cEcospaceBaseResultsWriter.)
Protected fieldm_selGroups (Inherited from cEcospaceBaseResultsWriter.)
Protected fieldvars (Inherited from cEcospaceBaseResultsWriter.)
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
See Also