Class GeoSquare
- java.lang.Object
-
- org.aksw.limes.core.measures.mapper.pointsets.GeoSquare
-
public class GeoSquare extends Object
Same as a hypercube for polygons- Author:
- Axel-C. Ngonga Ngomo (ngonga@informatik.uni-leipzig.de)
-
-
Constructor Summary
Constructors Constructor Description GeoSquare()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)longsize()Return the size of the polygonStringtoString()String representation of elements.
-
-
-
Method Detail
-
toString
public String toString()
String representation of elements.
-
size
public long size()
Return the size of the polygon- Returns:
- size, the number of elements in the polygon
-
-