Class NetworkEdgeMatching
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.graph.algo.edgematching.NetworkEdgeMatching
-
public class NetworkEdgeMatching extends Object
Compute edgematching of network data collected on different regions.- Author:
- julien Gaffuri
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.logging.log4j.Logger
LOGGER
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<Edge>
getMatchingEdges()
Collection<? extends Feature>
getSections()
void
makeEdgeMatching()
Compute the edge matching based on matching edges.
-
-
-
Method Detail
-
getSections
public Collection<? extends Feature> getSections()
-
makeEdgeMatching
public void makeEdgeMatching()
Compute the edge matching based on matching edges.
-
-