Class GeoPackagePipelineOutputStore

java.lang.Object
nz.org.riskscape.engine.output.GeoPackagePipelineOutputStore
All Implemented Interfaces:
nz.org.riskscape.engine.Identified, nz.org.riskscape.engine.output.PipelineOutputStore

public class GeoPackagePipelineOutputStore extends Object implements nz.org.riskscape.engine.output.PipelineOutputStore

Allows pipeline outputs to be stored to a GeoPackage format file.

  • Field Summary

    Fields inherited from interface nz.org.riskscape.engine.output.PipelineOutputStore

    PRIORITY_DEFAULT, PRIORITY_HIGH, PRIORITY_NA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.output.PipelineOutputContainer>
    create(URI outputLocation, nz.org.riskscape.engine.pipeline.RealizedPipeline pipeline, nz.org.riskscape.engine.output.PipelineOutputOptions options)
     
     
    int
    isApplicable(URI outputLocation)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

    getIdentifiedClass

    Methods inherited from interface nz.org.riskscape.engine.output.PipelineOutputStore

    newOutputOptions
  • Constructor Details

    • GeoPackagePipelineOutputStore

      public GeoPackagePipelineOutputStore()
  • Method Details

    • isApplicable

      public int isApplicable(URI outputLocation)
      Specified by:
      isApplicable in interface nz.org.riskscape.engine.output.PipelineOutputStore
    • create

      public nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.output.PipelineOutputContainer> create(URI outputLocation, nz.org.riskscape.engine.pipeline.RealizedPipeline pipeline, nz.org.riskscape.engine.output.PipelineOutputOptions options)
      Specified by:
      create in interface nz.org.riskscape.engine.output.PipelineOutputStore
    • getId

      public String getId()
      Specified by:
      getId in interface nz.org.riskscape.engine.Identified