static TopologyPredicate |
RelatePredicate.contains() |
Creates a predicate to determine whether a geometry contains another geometry.
|
static TopologyPredicate |
RelatePredicate.coveredBy() |
Creates a predicate to determine whether a geometry is covered by another geometry.
|
static TopologyPredicate |
RelatePredicate.covers() |
Creates a predicate to determine whether a geometry covers another geometry.
|
static TopologyPredicate |
RelatePredicate.crosses() |
Creates a predicate to determine whether a geometry crosses another geometry.
|
static TopologyPredicate |
RelatePredicate.disjoint() |
Creates a predicate to determine whether two geometries are disjoint.
|
static TopologyPredicate |
RelatePredicate.equalsTopo() |
Creates a predicate to determine whether two geometries are topologically equal.
|
static TopologyPredicate |
RelatePredicate.intersects() |
Creates a predicate to determine whether two geometries intersect.
|
static TopologyPredicate |
RelatePredicate.matches(String imPattern) |
Creates a predicate that matches a DE-9IM matrix pattern.
|
static TopologyPredicate |
RelatePredicate.overlaps() |
Creates a predicate to determine whether a geometry overlaps another geometry.
|
static TopologyPredicate |
RelatePredicate.touches() |
Creates a predicate to determine whether a geometry touches another geometry.
|
static TopologyPredicate |
TopologyPredicateTracer.trace(TopologyPredicate pred) |
Creates a new predicate tracing the evaluation of a given predicate.
|
static TopologyPredicate |
RelatePredicate.within() |
Creates a predicate to determine whether a geometry is within another geometry.
|