Class Cobalt
- java.lang.Object
-
- org.aksw.limes.core.measures.mapper.topology.cobalt.Cobalt
-
-
Field Summary
Fields Modifier and Type Field Description static CobaltSplitterDEFAULT_SPLITTER
-
Constructor Summary
Constructors Constructor Description Cobalt()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,org.locationtech.jts.geom.Geometry>getGeometryMapFromCache(ACache c, String property)static AMappinggetMapping(Map<String,org.locationtech.jts.geom.Geometry> sourceData, Map<String,org.locationtech.jts.geom.Geometry> targetData, String relation, ICobaltMatcher matcher)static AMappinggetMapping(Map<String,org.locationtech.jts.geom.Geometry> sourceData, Map<String,org.locationtech.jts.geom.Geometry> targetData, String relation, ICobaltMatcher matcher, int splits)static AMappinggetMapping(Set<Polygon> sourceData, Set<Polygon> targetData, String relation, ICobaltMatcher matcher)static AMappinggetMapping(Set<Polygon> sourceData, Set<Polygon> targetData, String relation, ICobaltMatcher matcher, int splits)static AMappinggetMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold, String relation, ICobaltMatcher matcher)static AMappinggetMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold, String relation, ICobaltMatcher matcher, int splits)static Map<String,org.locationtech.jts.geom.Envelope>toEnvelopeMap(Map<String,org.locationtech.jts.geom.Geometry> data)
-
-
-
Field Detail
-
DEFAULT_SPLITTER
public static CobaltSplitter DEFAULT_SPLITTER
-
-
Method Detail
-
getGeometryMapFromCache
public static Map<String,org.locationtech.jts.geom.Geometry> getGeometryMapFromCache(ACache c, String property)
-
getMapping
public static AMapping getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold, String relation, ICobaltMatcher matcher)
-
getMapping
public static AMapping getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold, String relation, ICobaltMatcher matcher, int splits)
-
getMapping
public static AMapping getMapping(Set<Polygon> sourceData, Set<Polygon> targetData, String relation, ICobaltMatcher matcher)
-
getMapping
public static AMapping getMapping(Set<Polygon> sourceData, Set<Polygon> targetData, String relation, ICobaltMatcher matcher, int splits)
-
getMapping
public static AMapping getMapping(Map<String,org.locationtech.jts.geom.Geometry> sourceData, Map<String,org.locationtech.jts.geom.Geometry> targetData, String relation, ICobaltMatcher matcher)
-
getMapping
public static AMapping getMapping(Map<String,org.locationtech.jts.geom.Geometry> sourceData, Map<String,org.locationtech.jts.geom.Geometry> targetData, String relation, ICobaltMatcher matcher, int splits)
-
-