Uses of Interface
org.khelekore.prtree.MBRConverter
-
Packages that use MBRConverter Package Description org.khelekore.prtree The classes for PRTree, a Priority R-Tree.uk.ac.rdg.resc.edal.dataset Code for reading data from underlying storage (e.g. disk, databases or remote locations). -
-
Uses of MBRConverter in org.khelekore.prtree
Methods in org.khelekore.prtree with parameters of type MBRConverter Modifier and Type Method Description <T> booleanMBR. intersects(T t, MBRConverter<T> converter)Check if this MBR intersects the rectangle given by the object and the MBRConverter.<T> booleanSimpleMBR. intersects(T t, MBRConverter<T> converter)Constructors in org.khelekore.prtree with parameters of type MBRConverter Constructor Description PRTree(MBRConverter<T> converter, int branchFactor)Create a new PRTree using the specified branch factor.SimpleMBR(T t, MBRConverter<T> converter)Create a new SimpleMBR from a given object and a MBRConverter -
Uses of MBRConverter in uk.ac.rdg.resc.edal.dataset
Classes in uk.ac.rdg.resc.edal.dataset that implement MBRConverter Modifier and Type Class Description classPRTreeFeatureIndexerThis uses aPRTreeto index features spatially.
-