Uses of Class
org.locationtech.jts.geom.util.ShortCircuitedGeometryVisitor
-
Packages that use ShortCircuitedGeometryVisitor Package Description org.locationtech.jts.operation.predicate 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.predicate Modifier and Type Class Description (package private) class
EnvelopeIntersectsVisitor
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
GeometryContainsPointVisitor
A visitor which tests whether it can be concluded that a geometry contains a vertex of a query geometry.(package private) class
RectangleIntersectsSegmentVisitor
A visitor to test for intersection between the query rectangle and the line segments of the geometry.
-