Package | Description |
---|---|
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 |
---|---|
GPlotColumnInfo |
GPlotDataMadonaReader.getColumnInfo(String datasetId,
int columnIndex)
Get the column information corresponding to the column indicated by the columnIndex.
|
GPlotColumnInfo |
GPlotDataReaderInterface.getColumnInfo(String datasetId,
int columnIndex)
Get the column information corresponding to the column indicated by the columnIndex.
|
GPlotColumnInfo |
GPlotDataMadonaReader.getColumnInfo(String datasetId,
String columnName,
int columnIndex)
Get the column information corresponding to the column indicated by the columnName.
|
GPlotColumnInfo |
GPlotDataReaderInterface.getColumnInfo(String datasetId,
String columnName,
int columnIndex)
Get the column information corresponding to the column indicated by the columnName.
|
Modifier and Type | Method and Description |
---|---|
List<GPlotColumnInfo> |
GPlotDataMadonaReader.getColumnsInfo()
getter to retrieve all the columns informations
|
Modifier and Type | Method and Description |
---|---|
GPlotColumnInfo |
GPlotDataSqliteReader.getColumnInfo(String datasetId,
int columnIndex)
Get the column information corresponding to the column indicated by the columnIndex.
|
GPlotColumnInfo |
GPlotDataSqliteReader.getColumnInfo(String datasetId,
String columnName,
int columnIndex)
Get the column information corresponding to the column indicated by the columnName.
|
Copyright © 2024. All rights reserved.