Uses of Class
org.meteoinfo.data.dataframe.ColumnIndex
-
Packages that use ColumnIndex Package Description org.meteoinfo.data.dataframe -
-
Uses of ColumnIndex in org.meteoinfo.data.dataframe
Methods in org.meteoinfo.data.dataframe that return ColumnIndex Modifier and Type Method Description ColumnIndexDataFrame. getColumns()Get columnsMethods in org.meteoinfo.data.dataframe with parameters of type ColumnIndex Modifier and Type Method Description voidDataFrame. setColumns(ColumnIndex value)Set columnsConstructors in org.meteoinfo.data.dataframe with parameters of type ColumnIndex Constructor Description DataFrame(java.util.List<ucar.ma2.Array> data, Index index, ColumnIndex columns)ConstructorDataFrame(ColumnIndex columns)ConstructorDataFrame(Index index, ColumnIndex columns, java.lang.Object data)ConstructorDataFrame(ucar.ma2.Array data, Index index, ColumnIndex columns)Constructor
-