Uses of Interface
org.meteoinfo.jts.index.ItemVisitor
-
Packages that use ItemVisitor Package Description org.meteoinfo.jts.index org.meteoinfo.jts.index.intervalrtree org.meteoinfo.jts.index.quadtree org.meteoinfo.jts.index.strtree -
-
Uses of ItemVisitor in org.meteoinfo.jts.index
Classes in org.meteoinfo.jts.index that implement ItemVisitor Modifier and Type Class Description classArrayListVisitorMethods in org.meteoinfo.jts.index with parameters of type ItemVisitor Modifier and Type Method Description voidSpatialIndex. query(Envelope searchEnv, ItemVisitor visitor)Queries the index for all items whose extents intersect the given searchEnvelope, and applies anItemVisitorto them. -
Uses of ItemVisitor in org.meteoinfo.jts.index.intervalrtree
Methods in org.meteoinfo.jts.index.intervalrtree with parameters of type ItemVisitor Modifier and Type Method Description voidIntervalRTreeBranchNode. query(double queryMin, double queryMax, ItemVisitor visitor)voidIntervalRTreeLeafNode. query(double queryMin, double queryMax, ItemVisitor visitor)abstract voidIntervalRTreeNode. query(double queryMin, double queryMax, ItemVisitor visitor)voidSortedPackedIntervalRTree. query(double min, double max, ItemVisitor visitor)Search for intervals in the index which intersect the given closed interval and apply the visitor to them. -
Uses of ItemVisitor in org.meteoinfo.jts.index.quadtree
Methods in org.meteoinfo.jts.index.quadtree with parameters of type ItemVisitor Modifier and Type Method Description voidQuadtree. query(Envelope searchEnv, ItemVisitor visitor)Queries the tree and visits items which may lie in the given search envelope.voidNodeBase. visit(Envelope searchEnv, ItemVisitor visitor) -
Uses of ItemVisitor in org.meteoinfo.jts.index.strtree
Methods in org.meteoinfo.jts.index.strtree with parameters of type ItemVisitor Modifier and Type Method Description protected voidAbstractSTRtree. query(java.lang.Object searchBounds, ItemVisitor visitor)Also builds the tree, if necessary.voidSTRtree. query(Envelope searchEnv, ItemVisitor visitor)Returns items whose bounds intersect the given envelope.
-