Class ExportStatisticsFile
java.lang.Object
org.gvsig.app.project.documents.table.ExportStatisticsFile
Class to create dbf and csv files at disk with the statistics group generated
from a table.
dbf -> Data Base File
csv -> Comma Separated Value
- Author:
- Ángel Fraile Griñán e-mail: angel.fraile@iver.es
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportToDBFFile(List<Statistics.MyObjectStatistics> valores, File endFile)
-
Constructor Details
-
ExportStatisticsFile
-
-
Method Details
-
exportToDBFFile
public void exportToDBFFile(List<Statistics.MyObjectStatistics> valores, File endFile) throws org.gvsig.fmap.dal.exception.DataException, org.gvsig.fmap.dal.exception.ValidateDataParametersException - Throws:
org.gvsig.fmap.dal.exception.DataExceptionorg.gvsig.fmap.dal.exception.ValidateDataParametersException
-