Class PointCSVProcessor

  • All Implemented Interfaces:
    science.aist.jack.persistence.filesystem.CSVReader<JavaPoint3D>, science.aist.jack.persistence.filesystem.CSVWriter<JavaPoint3D>

    public class PointCSVProcessor
    extends science.aist.jack.persistence.filesystem.implementation.ReflectionCSVProcessor<JavaPoint3D>

    Simple implementation of CSVProcessor for JavaPoint3D with a csv files with the columns (1) x, (2) y and (z)

    Since:
    1.0
    Author:
    Christoph Praschl
    • Field Summary

      • Fields inherited from class science.aist.jack.persistence.filesystem.implementation.CSVProcessor

        columnDefinition, columnsToElementFunc, elementToFunc, separator
    • Constructor Summary

      Constructors 
      Constructor Description
      PointCSVProcessor​(char separator)  
    • Method Summary

      • Methods inherited from class science.aist.jack.persistence.filesystem.implementation.ReflectionCSVProcessor

        addFieldConverter, addIgnoredField
      • Methods inherited from class science.aist.jack.persistence.filesystem.implementation.CSVProcessor

        getProcessor, getProcessor, getReader, getReader, getWriter, normalizeColumnDefinition, normalizeRow, read, write
      • Methods inherited from interface science.aist.jack.persistence.filesystem.CSVReader

        read, read
      • Methods inherited from interface science.aist.jack.persistence.filesystem.CSVWriter

        write
    • Constructor Detail

      • PointCSVProcessor

        public PointCSVProcessor​(char separator)