Class RADON
- java.lang.Object
-
- org.aksw.limes.core.measures.mapper.topology.RADON
-
public class RADON extends Object
- Author:
- kdressler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRADON.GridSizeHeuristicsstatic classRADON.Matcherstatic classRADON.MBBIndexstatic classRADON.Mergerstatic classRADON.SquareIndex
-
Field Summary
Fields Modifier and Type Field Description static StringCONTAINSstatic StringCOVEREDBYstatic StringCOVERSstatic StringCROSSESstatic StringDISJOINTstatic StringEQUALSstatic StringheuristicStatMeasurestatic StringINTERSECTSstatic StringOVERLAPSstatic StringTOUCHESstatic StringWITHIN
-
Constructor Summary
Constructors Constructor Description RADON()
-
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)static AMappinggetMapping(Set<Polygon> sourceData, Set<Polygon> targetData, String relation)static AMappinggetMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold, String relation)static RADON.SquareIndexindex(Map<String,org.locationtech.jts.geom.Geometry> input, RADON.SquareIndex extIndex, double thetaX, double thetaY)
-
-
-
Field Detail
-
EQUALS
public static final String EQUALS
- See Also:
- Constant Field Values
-
DISJOINT
public static final String DISJOINT
- See Also:
- Constant Field Values
-
INTERSECTS
public static final String INTERSECTS
- See Also:
- Constant Field Values
-
TOUCHES
public static final String TOUCHES
- See Also:
- Constant Field Values
-
CROSSES
public static final String CROSSES
- See Also:
- Constant Field Values
-
WITHIN
public static final String WITHIN
- See Also:
- Constant Field Values
-
CONTAINS
public static final String CONTAINS
- See Also:
- Constant Field Values
-
OVERLAPS
public static final String OVERLAPS
- See Also:
- Constant Field Values
-
COVERS
public static final String COVERS
- See Also:
- Constant Field Values
-
COVEREDBY
public static final String COVEREDBY
- See Also:
- Constant Field Values
-
heuristicStatMeasure
public static String heuristicStatMeasure
-
-
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)
-
getMapping
public static AMapping getMapping(Set<Polygon> sourceData, Set<Polygon> targetData, String relation)
-
getMapping
public static AMapping getMapping(Map<String,org.locationtech.jts.geom.Geometry> sourceData, Map<String,org.locationtech.jts.geom.Geometry> targetData, String relation)
-
index
public static RADON.SquareIndex index(Map<String,org.locationtech.jts.geom.Geometry> input, RADON.SquareIndex extIndex, double thetaX, double thetaY)
-
-