JOpt.SDK.Implementation
Class Export
java.lang.Object
JOpt.SDK.Implementation.Export
- All Implemented Interfaces:
- IExport, IJOptSDK
- public class Export
- extends java.lang.Object
- implements IExport, IJOptSDK
|
Field Summary |
java.lang.String[] |
color
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
color
public java.lang.String[] color
Export
public Export()
exportTxt
public void exportTxt(IOptimizationResult result,
java.io.PrintWriter file)
exportKML
public void exportKML(IOptimizationResult result,
java.io.PrintWriter file)
- Description copied from interface:
IExport
- Export the result in kml format
- Specified by:
exportKML in interface IExport
- Parameters:
result - the optimisation result
exportCSV
public void exportCSV(IOptimizationResult result,
java.io.PrintWriter file)
- Description copied from interface:
IExport
- Export the result in csv format
- Specified by:
exportCSV in interface IExport
- Parameters:
result - the optimisation result