JOpt.SDK.Implementation
Class Export

java.lang.Object
  extended byJOpt.SDK.Implementation.Export
All Implemented Interfaces:
IExport

public class Export
extends java.lang.Object
implements IExport


Field Summary
 java.lang.String[] color
           
 
Constructor Summary
Export()
           
 
Method Summary
 void exportCSV(IOptimizationResult result, java.io.PrintWriter file)
          Export the result in csv format
 void exportKML(IOptimizationResult result, java.io.PrintWriter file)
          Export the result in kml format
 void exportTxt(IOptimizationResult result, java.io.PrintWriter file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

public java.lang.String[] color
Constructor Detail

Export

public Export()
Method Detail

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