Class GeoTiffFormat

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

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

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
    static class 
     

    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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • 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 input, nz.org.riskscape.engine.resource.CreateHandle handle, GeoTiffFormat.Options bound)
     
    protected nz.org.riskscape.problem.ResultOrProblems<GeoTiffFormat.Options>
    validateWriterOptions(nz.org.riskscape.engine.pipeline.ExecutionContext context, nz.org.riskscape.engine.types.Struct input, nz.org.riskscape.engine.resource.CreateHandle handle, GeoTiffFormat.Options bound)
     

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

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

    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
  • Field Details

  • Constructor Details

    • GeoTiffFormat

      public GeoTiffFormat()
  • 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 input, nz.org.riskscape.engine.resource.CreateHandle handle, GeoTiffFormat.Options bound)
      Specified by:
      newWriter in class nz.org.riskscape.engine.output.BaseFormat<GeoTiffFormat.Options>
    • validateWriterOptions

      protected nz.org.riskscape.problem.ResultOrProblems<GeoTiffFormat.Options> validateWriterOptions(nz.org.riskscape.engine.pipeline.ExecutionContext context, nz.org.riskscape.engine.types.Struct input, nz.org.riskscape.engine.resource.CreateHandle handle, GeoTiffFormat.Options bound)
      Overrides:
      validateWriterOptions in class nz.org.riskscape.engine.output.BaseFormat<GeoTiffFormat.Options>