Uses of Package
org.locationtech.jts.operation.relate
-
Packages that use org.locationtech.jts.operation.relate Package Description org.locationtech.jts.operation.relate Contains classes to implement the computation of the spatial relationships ofGeometry
s.org.locationtech.jts.operation.valid Provides classes for testing the validity of geometries. -
Classes in org.locationtech.jts.operation.relate used by org.locationtech.jts.operation.relate Class Description RelateComputer Computes the topological relationship between two Geometries. -
Classes in org.locationtech.jts.operation.relate used by org.locationtech.jts.operation.valid Class Description RelateNodeGraph Implements the simple graph of Nodes and EdgeEnd which is all that is required to determine topological relationships between Geometries.