Class ReducedIntersectionMatrix
- java.lang.Object
-
- org.aksw.limes.core.measures.mapper.topology.RCC8.ReducedIntersectionMatrix
-
public class ReducedIntersectionMatrix extends Object
- Author:
- Abdullah Ahmed
-
-
Constructor Summary
Constructors Constructor Description ReducedIntersectionMatrix()ReducedIntersectionMatrix(com.vividsolutions.jts.geom.Geometry g1, com.vividsolutions.jts.geom.Geometry g2)ReducedIntersectionMatrix(String elements)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomputeIM(com.vividsolutions.jts.geom.Geometry g1, com.vividsolutions.jts.geom.Geometry g2)booleanconnected_C()booleandisConnected_DC()booleanequal_EQ()booleanexternallyConnected_EC()static booleanisTrue(int actualDimensionValue)booleannonTangentialProperPart_NTPP()booleannonTangentialProperPartConvers_NTPPc()booleanproperlyOverlap_PO()voidset(String dimensionSymbols)booleantangentialProperPart_TPP()booleantangentialProperPartConvers_TPPc()
-
-
-
Constructor Detail
-
ReducedIntersectionMatrix
public ReducedIntersectionMatrix(String elements)
-
ReducedIntersectionMatrix
public ReducedIntersectionMatrix(com.vividsolutions.jts.geom.Geometry g1, com.vividsolutions.jts.geom.Geometry g2)
-
ReducedIntersectionMatrix
public ReducedIntersectionMatrix()
-
-
Method Detail
-
computeIM
public void computeIM(com.vividsolutions.jts.geom.Geometry g1, com.vividsolutions.jts.geom.Geometry g2)
-
isTrue
public static boolean isTrue(int actualDimensionValue)
-
set
public void set(String dimensionSymbols)
-
disConnected_DC
public boolean disConnected_DC()
-
connected_C
public boolean connected_C()
-
externallyConnected_EC
public boolean externallyConnected_EC()
-
properlyOverlap_PO
public boolean properlyOverlap_PO()
-
equal_EQ
public boolean equal_EQ()
-
tangentialProperPart_TPP
public boolean tangentialProperPart_TPP()
-
nonTangentialProperPart_NTPP
public boolean nonTangentialProperPart_NTPP()
-
tangentialProperPartConvers_TPPc
public boolean tangentialProperPartConvers_TPPc()
-
nonTangentialProperPartConvers_NTPPc
public boolean nonTangentialProperPartConvers_NTPPc()
-
-