Uses of Class
org.locationtech.jts.operation.GeometryGraphOperation
-
Packages that use GeometryGraphOperation Package Description org.locationtech.jts.operation.overlay Contains classes that perform a topological overlay to compute boolean spatial functions.org.locationtech.jts.operation.relate Contains classes to implement the computation of the spatial relationships ofGeometry
s. -
-
Uses of GeometryGraphOperation in org.locationtech.jts.operation.overlay
Subclasses of GeometryGraphOperation in org.locationtech.jts.operation.overlay Modifier and Type Class Description class
OverlayOp
Computes the geometric overlay of twoGeometry
s. -
Uses of GeometryGraphOperation in org.locationtech.jts.operation.relate
Subclasses of GeometryGraphOperation in org.locationtech.jts.operation.relate Modifier and Type Class Description class
RelateOp
Implements the SFS relate() generalized spatial predicate on twoGeometry
s.
-