Package | Description |
---|---|
org.locationtech.jts.operation.predicate |
Classes which implement topological predicates optimized for particular kinds of geometries.
|
Modifier and Type | Class and 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.
|