Class GpkgRoadGraphPreprocessor.Result

java.lang.Object
org.jgrapht.osm.GpkgRoadGraphPreprocessor.Result
Enclosing class:
GpkgRoadGraphPreprocessor

public static final class GpkgRoadGraphPreprocessor.Result extends Object
Summary statistics from a preprocessor run.
  • Field Details

    • inputSegments

      public final long inputSegments
      Number of consecutive vertex pairs (segments) read from the GPKG.
    • verticesAll

      public final int verticesAll
      Total distinct vertex count across all components.
    • verticesInLargestScc

      public final int verticesInLargestScc
      Vertex count in the largest strongly-connected component.
    • edgesInLargestScc

      public final int edgesInLargestScc
      Edge count after parallel-edge dedup.
    • edgesOut

      public final Path edgesOut
      Edges CSV output path.
    • nodesOut

      public final Path nodesOut
      Nodes CSV output path.