Class CompareSimulatedWithRealParcels

java.lang.Object
fr.ign.artiscales.pm.usecase.UseCase
fr.ign.artiscales.pm.usecase.CompareSimulatedWithRealParcels

public class CompareSimulatedWithRealParcels extends UseCase
This process compares the evolution of a parcel plan at two different versions (file1 and file2) with the simulation on the zone. The simulation must be defined with a scenario (see package fr.ign.artiscales.pm.scenario). mergeGpkgFiles
  • Constructor Details

    • CompareSimulatedWithRealParcels

      public CompareSimulatedWithRealParcels()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Throws:
      IOException
    • compareSimulatedParcelsWithEvolutionWorkflow

      public static void compareSimulatedParcelsWithEvolutionWorkflow(File rootFolder, File outFolder) throws IOException
      Throws:
      IOException
    • compareSimulatedParcelsWithEvolutionWorkflow

      public static void compareSimulatedParcelsWithEvolutionWorkflow(File rootFolder, File parcelRefFile, File parcelCompFile, File roadFile, File scenarioFile, File outFolder) throws IOException
      Throws:
      IOException