|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jcs.conflate.polygonmatch.ThresholdFilter
Filters out shapes with a score below a given value.
| Constructor Summary | |
ThresholdFilter(double minScore)
Creates a ThresholdFilter with the given minimum score. |
|
| Method Summary | |
Matches |
match(com.vividsolutions.jump.feature.Feature target,
com.vividsolutions.jump.feature.FeatureCollection candidates)
Filters out shapes with a score below the minimum score threshold. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ThresholdFilter(double minScore)
minScore - the score below which shapes will be filtered out| Method Detail |
public Matches match(com.vividsolutions.jump.feature.Feature target,
com.vividsolutions.jump.feature.FeatureCollection candidates)
match in interface FeatureMatchertarget - ignoredcandidates - a Matches object created by another FeatureMatcher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||