java.lang.Object
org.jgrapht.osm.GpkgRoadGraphPreprocessor.Result
- Enclosing class:
GpkgRoadGraphPreprocessor
Summary statistics from a preprocessor run.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intEdge count after parallel-edge dedup.final PathEdges CSV output path.final longNumber of consecutive vertex pairs (segments) read from the GPKG.final PathNodes CSV output path.final intTotal distinct vertex count across all components.final intVertex count in the largest strongly-connected component. -
Method Summary
-
Field Details
-
inputSegments
public final long inputSegmentsNumber of consecutive vertex pairs (segments) read from the GPKG. -
verticesAll
public final int verticesAllTotal distinct vertex count across all components. -
verticesInLargestScc
public final int verticesInLargestSccVertex count in the largest strongly-connected component. -
edgesInLargestScc
public final int edgesInLargestSccEdge count after parallel-edge dedup. -
edgesOut
Edges CSV output path. -
nodesOut
Nodes CSV output path.
-