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 |
---|---|
void |
GPlotDataMadonaReader.close()
Close the data file.
|
void |
GPlotDataReaderInterface.close()
Close the data file.
|
List<Double[]> |
GPlotDataMadonaReader.getColumns(String datasetId,
Integer... columnIndexList)
Get the values corresponding to the requested columns.
|
List<Double[]> |
GPlotDataReaderInterface.getColumns(String datasetId,
Integer... columnIndexList)
Get the values corresponding to the requested columns.
|
List<Double[]> |
GPlotDataMadonaReader.getColumns(String datasetId,
String... columnNameList)
Get the values corresponding to the requested columns.
|
List<Double[]> |
GPlotDataReaderInterface.getColumns(String datasetId,
String... columnNameList)
Get the values corresponding to the requested columns.
|
List<String[]> |
GPlotDataMadonaReader.getColumnsAsString(String datasetId,
Integer... columnIndexList)
Get the values corresponding to the requested columns.
|
List<String[]> |
GPlotDataReaderInterface.getColumnsAsString(String datasetId,
Integer... columnIndexList)
Get the values corresponding to the requested columns.
|
List<String> |
GPlotDataReaderInterface.getDatasetList()
Get the list of data sets in the file.
|
ArrayList<Double[]> |
GPlotDataMadonaReader.getXYColumns(String datasetId,
int xColumn,
int yColumn)
Get the XY values corresponding to the requested columns.
|
List<Double[]> |
GPlotDataReaderInterface.getXYColumns(String datasetId,
int xColumn,
int yColumn)
Get the XY values corresponding to the requested columns.
|
ArrayList<Double[]> |
GPlotDataMadonaReader.getXYColumns(String datasetId,
String xColumnName,
String yColumnName)
Get the XY values corresponding to the requested columns.
|
List<Double[]> |
GPlotDataReaderInterface.getXYColumns(String datasetId,
String xColumnName,
String yColumnName)
Get the XY values corresponding to the requested columns.
|
ArrayList<Double[]> |
GPlotDataMadonaReader.getXYColumnsCalculator(String datasetId,
String xColumnName,
String yColumnName,
Object[] columnData1,
Object[] columnData2)
Get the XY values corresponding to the requested columns, to be used when the data for on the two columns is not
in a file.
|
ArrayList<Double[]> |
GPlotDataReaderInterface.getXYColumnsCalculator(String datasetId,
String xColumnName,
String yColumnName,
Object[] columnXData,
Object[] columnYData)
Get the XY values corresponding to the requested columns, to be used when the data for on the two columns is not
in a file.
|
void |
GPlotDataMadonaReader.load(File file)
Load the file.
|
void |
GPlotDataReaderInterface.load(File file)
Load the file.
|
void |
GDetachedPlotPanel.setSelectedDispFile(List<File> selectedFiles)
Set the selected file.
|
void |
GPlotPanel.setSelectedDispFiles(File[] selectedFilesTab)
Set the selected dispersed files.
|
void |
GDetachedPlotPanel.setSelectedFile(File selectedFile)
Set the selected file.
|
void |
GPlotPanel.setSelectedFile(File selectedFile)
Set the selected file.
|
protected void |
GPlotPanel.setSelectedFileAnnex(File selectedFile)
Method called detached plot panel is called.
|
Modifier and Type | Method and Description |
---|---|
void |
GPlotDataSqliteReader.close()
Close the data file.
|
List<Double[]> |
GPlotDataSqliteReader.getColumns(String datasetId,
Integer... columnIndexList)
Get the values corresponding to the requested columns.
|
List<Double[]> |
GPlotDataSqliteReader.getColumns(String datasetId,
String... columnNameList)
Get the values corresponding to the requested columns.
|
List<String[]> |
GPlotDataSqliteReader.getColumnsAsString(String datasetId,
Integer... columnIndexList)
Get the values corresponding to the requested columns.
|
List<String> |
GPlotDataSqliteReader.getDatasetList()
Get the list of data sets in the file.
|
List<Double[]> |
GPlotDataSqliteReader.getXYColumns(String datasetId,
int xColumn,
int yColumn)
Get the XY values corresponding to the requested columns.
|
List<Double[]> |
GPlotDataSqliteReader.getXYColumns(String datasetId,
String xColumnName,
String yColumnName)
Get the XY values corresponding to the requested columns.
|
ArrayList<Double[]> |
GPlotDataSqliteReader.getXYColumnsCalculator(String datasetId,
String xColumnName,
String yColumnName,
Object[] columnXData,
Object[] columnYData) |
void |
GPlotDataSqliteReader.load(File file)
Load the file.
|
Copyright © 2024. All rights reserved.