Uses of Class
org.goplanit.utils.geo.PlanitJtsItemVisitor
-
Packages that use PlanitJtsItemVisitor Package Description org.goplanit.utils.geo -
-
Uses of PlanitJtsItemVisitor in org.goplanit.utils.geo
Subclasses of PlanitJtsItemVisitor in org.goplanit.utils.geo Modifier and Type Class Description class
PlanitJtsIntersectEdgeVisitor<T extends Edge>
An item visitor for quadtree spatial index to filter out the edges in a quadtree that truly intersect with the given bounding box provided in the query.class
PlanitJtsIntersectZoneVisitor<T extends Zone>
An item visitor for quadtree spatial index to filter out the zones in a quadtree that truly intersect with the given bounding box provided in the query.
-