Package com.macrofocus.molap.exporter
Class SwingDataFrameExporter
- java.lang.Object
-
- com.macrofocus.molap.exporter.DataFrameExporter
-
- com.macrofocus.molap.exporter.SwingDataFrameExporter
-
public class SwingDataFrameExporter extends DataFrameExporter
-
-
Constructor Summary
Constructors Constructor Description SwingDataFrameExporter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static void
export(DataFrame dataFrame, DataFrameWriter writer)
static void
exportCSV(DataFrame dataFrame, java.io.File file)
protected static void
exportDelimited(DataFrame dataFrame, java.io.File file, java.lang.String delimiter)
static void
exportExcel(DataFrame dataFrame, java.io.File file)
static void
exportExcelX(DataFrame dataFrame, java.io.File file)
static void
exportExcelX(DataFrame dataFrame, java.io.OutputStream outputStream)
static void
exportGeoJSON(DataFrame dataFrame, java.io.File file)
static java.lang.String
exportJSON(DataFrame dataFrame)
static void
exportJSON(DataFrame dataFrame, java.io.File file)
static void
exportSerialize(DataFrame dataFrame, java.io.File file)
static void
exportSQL(DataFrame dataFrame, java.io.File file)
static void
exportTSV(DataFrame dataFrame, java.io.File file)
static java.lang.String
getColumnType(java.lang.Class type, int precision)
static void
setTimeZone(java.util.TimeZone tmz)
-
Methods inherited from class com.macrofocus.molap.exporter.DataFrameExporter
exportCSV, exportDelimited
-
-
-
-
Method Detail
-
setTimeZone
public static void setTimeZone(java.util.TimeZone tmz)
-
exportSerialize
public static void exportSerialize(DataFrame dataFrame, java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
exportCSV
public static void exportCSV(DataFrame dataFrame, java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
exportTSV
public static void exportTSV(DataFrame dataFrame, java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
exportDelimited
protected static void exportDelimited(DataFrame dataFrame, java.io.File file, java.lang.String delimiter) throws java.io.IOException
- Throws:
java.io.IOException
-
exportJSON
public static java.lang.String exportJSON(DataFrame dataFrame) throws java.io.IOException
- Throws:
java.io.IOException
-
exportJSON
public static void exportJSON(DataFrame dataFrame, java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
exportGeoJSON
public static void exportGeoJSON(DataFrame dataFrame, java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
export
protected static void export(DataFrame dataFrame, DataFrameWriter writer) throws java.io.IOException
- Throws:
java.io.IOException
-
exportExcel
public static void exportExcel(DataFrame dataFrame, java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
exportExcelX
public static void exportExcelX(DataFrame dataFrame, java.io.OutputStream outputStream) throws java.io.IOException
- Throws:
java.io.IOException
-
exportExcelX
public static void exportExcelX(DataFrame dataFrame, java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
exportSQL
public static void exportSQL(DataFrame dataFrame, java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
getColumnType
public static java.lang.String getColumnType(java.lang.Class type, int precision)
-
-