Package | Description |
---|---|
fr.cnes.genius.calculator | |
fr.cnes.genius.plots |
$Id: package-info.java 1980 2016-10-31 13:08:11Z ffsm $
HISTORIQUE
VERSION:1.3:DM:DM-62:15/10/2015: Added plots package.
|
fr.cnes.genius.sqlite |
$Id: package-info.java 2191 2017-10-02 14:13:51Z jjct $
HISTORIQUE
VERSION:1.7:DM:DM-207:22/09/2017: Initial version of the sqlite storage system.
|
Modifier and Type | Method and Description |
---|---|
ColumnInfo |
GCalculatorRef.getNewVarInfo()
Method to get the new variable information.
|
ColumnInfo |
GCalculatorFormula.getNewVarInfo()
Method to get the new variable information.
|
Modifier and Type | Method and Description |
---|---|
List<ColumnInfo> |
GCalculator.getListOfNewInfos()
Method to get information about the new variables.
|
Modifier and Type | Method and Description |
---|---|
void |
GCalculator.setList(List<ColumnInfo> colInfo,
Map<String,Object[]> inputData)
Method to set the list of variables (data and information) and to initialize the GList widget.
|
Modifier and Type | Class and Description |
---|---|
class |
GPlotColumnInfo
Class used to store the column information for data files used to build plots.
|
Modifier and Type | Method and Description |
---|---|
void |
GPlotDataMadonaReader.addColumnInfo(ColumnInfo columnInfo) |
void |
GPlotDataReaderInterface.addColumnInfo(ColumnInfo columnInfo)
Method that allows the user to add column information
|
Modifier and Type | Method and Description |
---|---|
void |
GDetachedPlotPanel.updateWithNewVar(List<ColumnInfo> info,
List<Double[]> data)
Adds new Variables to the plot panel
|
void |
GPlotPanel.updateWithNewVar(List<ColumnInfo> info,
List<Double[]> newData)
Private method to update data thanks to a new variable.
|
Modifier and Type | Method and Description |
---|---|
ColumnInfo |
FileColumn.getColumn() |
ColumnInfo |
TableDataBuffer.getColumnInfo(String columnName)
Get the information associated with a column.
|
ColumnInfo |
ResultReader.getColumnInfoByIndex(String tableName,
int columnIndex)
Get the column information given the table and the index.
|
ColumnInfo |
ResultReader.getColumnInfoByName(String tableName,
String columnName)
Get the column information given the table and the index.
|
Modifier and Type | Method and Description |
---|---|
void |
TableDataBuffer.addColumn(ColumnInfo columnInfo)
Adds a column to the buffer.
|
void |
GPlotDataSqliteReader.addColumnInfo(ColumnInfo columnInfo) |
void |
FileColumnWriter.addColumns(ColumnInfo column,
List<Object> columnValues,
int i)
Add the columns values in a map be able to print each line.
|
List<Object> |
ResultReader.getColumns(String tableName,
ColumnInfo column)
Get the columns information.
|
List<Object> |
ResultReader.getColumns(String tableName,
ColumnInfo column,
String sortColumn)
Get the columns information.
|
List<Object> |
ResultReader.getColumns(String tableName1,
String tableName2,
ColumnInfo column,
String sortColumn)
Get the columns information.
|
List<Object> |
ResultReader.getColumnsWithUnit(String tableName,
ColumnInfo column,
GUnit unit)
Get the columns information converted to the given unit.
|
List<Object> |
ResultReader.getColumnsWithUnit(String tableName,
ColumnInfo column,
GUnit unit,
String sortColumnName)
Get the columns information converted to the given unit.
|
List<Object> |
ResultReader.getColumnsWithUnit(String tableName1,
String tableName2,
ColumnInfo column,
GUnit unit,
String sortColumn)
Get the columns information converted to the given unit joining the results of 2 tables simultaneously.
|
Object |
ResultReader.getRecord(String tableName,
ColumnInfo columnInfo,
GUnit unit,
int index)
Get the record corresponding to the index from the sql table.
|
Object |
ResultReader.getRecord(String tableName,
ColumnInfo columnInfo,
int index)
Get the record corresponding to the index from the sql table.
|
List<Object[]> |
ResultReader.getXYColumns(String tableName,
ColumnInfo xColumn,
ColumnInfo yColumn)
Get the X and Y columns information.
|
List<Object[]> |
ResultReader.getXYColumnsWithUnit(String tableName,
ColumnInfo xColumn,
GUnit xUnit,
ColumnInfo yColumn,
GUnit yUnit)
Get the X and Y columns information converted to their given units.
|
void |
FileColumn.setColumn(ColumnInfo newColumn) |
void |
ResultReader.setRecord(String tableName,
ColumnInfo columnInfo)
Set the new column corresponding to a new index from the sql table.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
FileColumnWriter.writeHeader(List<ColumnInfo> columnInfoList)
Abstract method for writing specified header for a based column text file.
|
void |
MadonaWriter.writeHeader(List<ColumnInfo> columnInfoList)
Abstract method for writing specified header for a based column text file.
|
void |
VTSAttWriter.writeHeader(List<ColumnInfo> columnInfoList)
Abstract method for writing specified header for a based column text file.
|
void |
VTSEphWriter.writeHeader(List<ColumnInfo> columnInfoList)
Abstract method for writing specified header for a based column text file.
|
void |
VTSEventWriter.writeHeader(List<ColumnInfo> columnInfoList)
Abstract method for writing specified header for a based column text file.
|
Copyright © 2024. All rights reserved.