Uses of Interface
org.aksw.limes.core.measures.mapper.topology.cobalt.matcher.ICobaltMatcher
-
-
Uses of ICobaltMatcher in org.aksw.limes.core.measures.mapper.topology.cobalt
Methods in org.aksw.limes.core.measures.mapper.topology.cobalt with parameters of type ICobaltMatcher Modifier and Type Method Description static AMappingCobalt. getMapping(Map<String,org.locationtech.jts.geom.Geometry> sourceData, Map<String,org.locationtech.jts.geom.Geometry> targetData, String relation, ICobaltMatcher matcher)static AMappingCobalt. getMapping(Map<String,org.locationtech.jts.geom.Geometry> sourceData, Map<String,org.locationtech.jts.geom.Geometry> targetData, String relation, ICobaltMatcher matcher, int splits)static AMappingCobalt. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData, String relation, ICobaltMatcher matcher)static AMappingCobalt. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData, String relation, ICobaltMatcher matcher, int splits)static AMappingCobalt. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold, String relation, ICobaltMatcher matcher)static AMappingCobalt. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold, String relation, ICobaltMatcher matcher, int splits) -
Uses of ICobaltMatcher in org.aksw.limes.core.measures.mapper.topology.cobalt.matcher
Classes in org.aksw.limes.core.measures.mapper.topology.cobalt.matcher that implement ICobaltMatcher Modifier and Type Class Description classCobaltAreaMatcherclassCobaltDiagonalMatcherclassCobaltMixedMatcher -
Uses of ICobaltMatcher in org.aksw.limes.core.measures.mapper.topology.cobalt.splitting
Constructors in org.aksw.limes.core.measures.mapper.topology.cobalt.splitting with parameters of type ICobaltMatcher Constructor Description CobaltSplitMatcher(int splitTimes, ICobaltSplitter splitter, ICobaltMatcher matcher)
-