|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJOpt.SDK.Implementation.Export
| 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 |
public java.lang.String[] color
| Constructor Detail |
public Export()
| Method Detail |
public void exportTxt(IOptimizationResult result,
java.io.PrintWriter file)
public void exportKML(IOptimizationResult result,
java.io.PrintWriter file)
IExport
exportKML in interface IExportresult - the optimisation result
public void exportCSV(IOptimizationResult result,
java.io.PrintWriter file)
IExport
exportCSV in interface IExportresult - the optimisation result
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||