Table of Contents

Class JAMS

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Class for reading JAMS/J2000/J2K timeseries results

public class JAMS : TimeSeriesFile
Inheritance
JAMS
Inherited Members

Remarks

Constructors

JAMS(string, bool)

public JAMS(string FileName, bool ReadAllNow = false)

Parameters

FileName string
ReadAllNow bool

Properties

UseImportDialog

Gibt an, ob beim Import des Dateiformats der Importdialog angezeigt werden soll

public override bool UseImportDialog { get; }

Property Value

bool

Methods

readFile()

Reads the selected series (see SelectedSeries) from the file and stores them as timeseries in TimeSeries

public override void readFile()

readSeriesInfo()

Reads information about the series contained in the file and stores it in TimeSeriesInfos

public override void readSeriesInfo()

verifyFormat(string)

Checks whether a file is a readable JAMS timeseries result file

public static bool verifyFormat(string file)

Parameters

file string

path to file

Returns

bool