com.vividsolutions.jcs.conflate.roads
Class RoadMatcher
java.lang.Object
com.vividsolutions.jcs.conflate.roads.RoadMatcher
- public class RoadMatcher
- extends java.lang.Object
Conflates two road networks
|
Constructor Summary |
RoadMatcher(com.vividsolutions.jump.feature.FeatureCollection ref,
com.vividsolutions.jump.feature.FeatureCollection subject,
com.vividsolutions.jump.task.TaskMonitor monitor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REFERENCE
public static final int REFERENCE
- See Also:
- Constant Field Values
SUBJECT
public static final int SUBJECT
- See Also:
- Constant Field Values
RoadMatcher
public RoadMatcher(com.vividsolutions.jump.feature.FeatureCollection ref,
com.vividsolutions.jump.feature.FeatureCollection subject,
com.vividsolutions.jump.task.TaskMonitor monitor)
getNetwork
public RoadNetwork getNetwork(int i)
match
public void match()
getBestNodeMatches
public com.vividsolutions.jump.feature.FeatureCollection getBestNodeMatches()
getTopNodeMatches
public com.vividsolutions.jump.feature.FeatureCollection getTopNodeMatches()
getAllEdgeMatches
public com.vividsolutions.jump.feature.FeatureCollection getAllEdgeMatches()
getBestEdgeMatches
public com.vividsolutions.jump.feature.FeatureCollection getBestEdgeMatches()
getTopEdgeMatches
public com.vividsolutions.jump.feature.FeatureCollection getTopEdgeMatches()
getEdgeMatchIndicators
public RoadMatches getEdgeMatchIndicators()
getMatchedEdgeNodeVectors
public com.vividsolutions.jump.feature.FeatureCollection getMatchedEdgeNodeVectors()
getNodeMatchVectors
public com.vividsolutions.jump.feature.FeatureCollection getNodeMatchVectors()
getEdgeMatchReportFC
public com.vividsolutions.jump.feature.FeatureCollection getEdgeMatchReportFC()