Uses of Class
org.aksw.limes.core.measures.mapper.pointsets.GeoIndex
-
Packages that use GeoIndex Package Description org.aksw.limes.core.measures.mapper.pointsets -
-
Uses of GeoIndex in org.aksw.limes.core.measures.mapper.pointsets
Methods in org.aksw.limes.core.measures.mapper.pointsets that return GeoIndex Modifier and Type Method Description GeoIndexGeoIndex. add(GeoIndex geoIndex)Adds the input geoIndex to the current object.GeoIndexGeoHR3. assignSquares(Set<Polygon> input)Computes the geo squares for each polygonMethods in org.aksw.limes.core.measures.mapper.pointsets with parameters of type GeoIndex Modifier and Type Method Description GeoIndexGeoIndex. add(GeoIndex geoIndex)Adds the input geoIndex to the current object.Set<List<Integer>>GeoHR3. getSquaresToCompare(int latIndex, int longIndex, GeoIndex index)Returns the squares to compare for a given index.
-