Uses of Class
org.aksw.limes.core.measures.mapper.topology.cobalt.RTree.Entry
-
Packages that use RTree.Entry Package Description org.aksw.limes.core.measures.mapper.topology.cobalt -
-
Uses of RTree.Entry in org.aksw.limes.core.measures.mapper.topology.cobalt
Methods in org.aksw.limes.core.measures.mapper.topology.cobalt that return types with arguments of type RTree.Entry Modifier and Type Method Description List<RTree.Entry>RTree. getContents()List<RTree.Entry>RTree. search(org.locationtech.jts.geom.Envelope envelope)Queries all entries of the RTree whose MBB intersects the parameter envelopeList<RTree.Entry>RTree. searchExcept(org.locationtech.jts.geom.Envelope envelope)Method parameters in org.aksw.limes.core.measures.mapper.topology.cobalt with type arguments of type RTree.Entry Modifier and Type Method Description static RTreeRTree. buildSTR(List<RTree.Entry> entries)Builds the RTree using the sort tile recursive algorithmvoidRTree. setContents(List<RTree.Entry> contents)
-