Uses of Class
org.locationtech.jts.operation.relateng.RelateNG
-
Packages that use RelateNG Package Description org.locationtech.jts.operation.relateng Provides classes to implement the RelateNG algorithm computes topological relationships ofGeometrys. -
-
Uses of RelateNG in org.locationtech.jts.operation.relateng
Methods in org.locationtech.jts.operation.relateng that return RelateNG Modifier and Type Method Description static RelateNGRelateNG. prepare(Geometry a)Creates a prepared RelateNG instance to optimize the evaluation of relationships against a single geometry.static RelateNGRelateNG. prepare(Geometry a, BoundaryNodeRule bnRule)Creates a prepared RelateNG instance to optimize the computation of predicates against a single geometry, using a givenBoundaryNodeRule.
-