Class CsvFormat

java.lang.Object
nz.org.riskscape.engine.output.BaseFormat<Object>
nz.org.riskscape.engine.output.CsvFormat
All Implemented Interfaces:
nz.org.riskscape.engine.Identified, nz.org.riskscape.engine.output.Format

public class CsvFormat extends nz.org.riskscape.engine.output.BaseFormat<Object>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface nz.org.riskscape.engine.output.Format

    nz.org.riskscape.engine.output.Format.Characteristics, nz.org.riskscape.engine.output.Format.WriterOptions
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected nz.org.riskscape.problem.ResultOrProblems<? extends nz.org.riskscape.engine.output.RiskscapeWriter>
    newWriter(nz.org.riskscape.engine.pipeline.ExecutionContext context, nz.org.riskscape.engine.types.Struct type, nz.org.riskscape.engine.resource.CreateHandle handle, Object bound)
     

    Methods inherited from class nz.org.riskscape.engine.output.BaseFormat

    bindWriterOptions, canEqual, containsGeometry, equals, getCharacteristics, getExtension, getId, getMediaType, getParameterClass, getWriterConstructor, getWriterParameters, hashCode, toString, validateWriterOptions

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface nz.org.riskscape.engine.Identified

    getIdentifiedClass
  • Constructor Details

    • CsvFormat

      public CsvFormat()
  • Method Details

    • newWriter

      protected nz.org.riskscape.problem.ResultOrProblems<? extends nz.org.riskscape.engine.output.RiskscapeWriter> newWriter(nz.org.riskscape.engine.pipeline.ExecutionContext context, nz.org.riskscape.engine.types.Struct type, nz.org.riskscape.engine.resource.CreateHandle handle, Object bound)
      Specified by:
      newWriter in class nz.org.riskscape.engine.output.BaseFormat<Object>