Class CobaltDiagonalMatcher
- java.lang.Object
-
- org.aksw.limes.core.measures.mapper.topology.cobalt.matcher.CobaltDiagonalMatcher
-
- All Implemented Interfaces:
ICobaltMatcher
public class CobaltDiagonalMatcher extends Object implements ICobaltMatcher
-
-
Field Summary
-
Fields inherited from interface org.aksw.limes.core.measures.mapper.topology.cobalt.matcher.ICobaltMatcher
CONTAINS, COVEREDBY, COVERS, DISJOINT, EQUALS, INTERSECTS, OVERLAPS, TOUCHES, WITHIN
-
-
Constructor Summary
Constructors Constructor Description CobaltDiagonalMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanrelate(double X, double Y, double Z, String relation)booleanrelate(org.locationtech.jts.geom.Envelope mbrA, org.locationtech.jts.geom.Envelope mbrB, String relation)
-
-
-
Method Detail
-
relate
public boolean relate(org.locationtech.jts.geom.Envelope mbrA, org.locationtech.jts.geom.Envelope mbrB, String relation)- Specified by:
relatein interfaceICobaltMatcher
-
relate
public boolean relate(double X, double Y, double Z, String relation)
-
-