| Package | Description |
|---|---|
| org.locationtech.jts.operation.relateng |
Provides classes to implement the RelateNG algorithm
computes topological relationships of
Geometrys. |
| Modifier and Type | Method and Description |
|---|---|
static RelateNG |
RelateNG.prepare(Geometry a)
Creates a prepared RelateNG instance to optimize the
evaluation of relationships against a single geometry.
|
static RelateNG |
RelateNG.prepare(Geometry a,
BoundaryNodeRule bnRule)
Creates a prepared RelateNG instance to optimize the
computation of predicates against a single geometry,
using a given
BoundaryNodeRule. |
Copyright © 2024. All rights reserved.