Class PolygonReader
- java.lang.Object
-
- org.aksw.limes.core.measures.mapper.pointsets.PolygonReader
-
public class PolygonReader extends Object
- Author:
- Axel-C. Ngonga Ngomo (ngonga@informatik.uni-leipzig.de)
-
-
Field Summary
Fields Modifier and Type Field Description static booleankeepPolygons
-
Constructor Summary
Constructors Constructor Description PolygonReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<Polygon>readPolygons(String file)static Set<Polygon>readPolygons(String file, int numberOfEntries)Read a number of polygons from a file.
-