Click or drag to resize

cEcospaceXYZTResultsWriter Class

Implementation of IEcospaceResultsWriter and cEcospaceBaseResultsWriter to save Ecospace results to a series of CSV files.
Inheritance Hierarchy

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

The cEcospaceXYZTResultsWriter type exposes the following members.

Constructors
  NameDescription
Public methodcEcospaceXYZTResultsWriter
Initializes a new instance of the cEcospaceXYZTResultsWriter class
Top
Properties
Methods
  NameDescription
Protected methodCreateOutputDir
Create the time stamped ouput directory.
(Inherited from cEcospaceBaseResultsWriter.)
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
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
Remarks
There will be one CSV file for each group containing data for all the time steps.
See Also