Uses of Class
org.locationtech.jts.geom.util.ShortCircuitedGeometryVisitor
Packages that use ShortCircuitedGeometryVisitor
Package
Description
Classes which implement topological predicates optimized for particular kinds of geometries.
-
Uses of ShortCircuitedGeometryVisitor in org.locationtech.jts.operation.predicate
Subclasses of ShortCircuitedGeometryVisitor in org.locationtech.jts.operation.predicateModifier and TypeClassDescription(package private) class
Tests whether it can be concluded that a rectangle intersects a geometry, based on the relationship of the envelope(s) of the geometry.(package private) class
A visitor which tests whether it can be concluded that a geometry contains a vertex of a query geometry.(package private) class
A visitor to test for intersection between the query rectangle and the line segments of the geometry.