Uses of Interface
org.locationtech.jts.operation.relateng.TopologyPredicate
Packages that use TopologyPredicate
Package
Description
Provides classes to implement the RelateNG algorithm
computes topological relationships of
s.
invalid reference
Geometry
-
Uses of TopologyPredicate in org.locationtech.jts.operation.relateng
Methods in org.locationtech.jts.operation.relateng that return TopologyPredicateModifier and TypeMethodDescriptionstatic TopologyPredicateRelatePredicate.contains()Creates a predicate to determine whether a geometry contains another geometry.static TopologyPredicateRelatePredicate.coveredBy()Creates a predicate to determine whether a geometry is covered by another geometry.static TopologyPredicateRelatePredicate.covers()Creates a predicate to determine whether a geometry covers another geometry.static TopologyPredicateRelatePredicate.crosses()Creates a predicate to determine whether a geometry crosses another geometry.static TopologyPredicateRelatePredicate.disjoint()Creates a predicate to determine whether two geometries are disjoint.static TopologyPredicateRelatePredicate.equalsTopo()Creates a predicate to determine whether two geometries are topologically equal.static TopologyPredicateRelatePredicate.intersects()Creates a predicate to determine whether two geometries intersect.static TopologyPredicateCreates a predicate that matches a DE-9IM matrix pattern.static TopologyPredicateRelatePredicate.overlaps()Creates a predicate to determine whether a geometry overlaps another geometry.static TopologyPredicateRelatePredicate.touches()Creates a predicate to determine whether a geometry touches another geometry.static TopologyPredicateTopologyPredicateTracer.trace(TopologyPredicate pred) Creates a new predicate tracing the evaluation of a given predicate.static TopologyPredicateRelatePredicate.within()Creates a predicate to determine whether a geometry is within another geometry.Methods in org.locationtech.jts.operation.relateng with parameters of type TopologyPredicateModifier and TypeMethodDescriptionbooleanRelateNG.evaluate(Geometry b, TopologyPredicate predicate) Tests whether the topological relationship to a geometry satisfies a topology predicate.static booleanRelateNG.relate(Geometry a, Geometry b, TopologyPredicate pred) Tests whether the topological relationship between two geometries satisfies a topological predicate.static booleanRelateNG.relate(Geometry a, Geometry b, TopologyPredicate pred, BoundaryNodeRule bnRule) Tests whether the topological relationship between two geometries satisfies a topological predicate, using a givenBoundaryNodeRule.static TopologyPredicateTopologyPredicateTracer.trace(TopologyPredicate pred) Creates a new predicate tracing the evaluation of a given predicate.