Class UnionInteracting
java.lang.Object
org.locationtech.jts.operation.union.UnionInteracting
Experimental code to union MultiPolygons
with processing limited to the elements which actually interact.
Not currently used, since it doesn't seem to offer much of a performance advantage.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Geometry
private Geometry
private GeometryFactory
private boolean[]
private boolean[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Geometry
bufferUnion
(Geometry g0, Geometry g1) private void
private boolean
computeInteracting
(Geometry elem0) private Geometry
extractElements
(Geometry geom, boolean[] interacts, boolean isInteracting) union()
static Geometry
-
Field Details
-
geomFactory
-
g0
-
g1
-
interacts0
private boolean[] interacts0 -
interacts1
private boolean[] interacts1
-
-
Constructor Details
-
UnionInteracting
-
-
Method Details
-
union
-
union
-
bufferUnion
-
computeInteracting
private void computeInteracting() -
computeInteracting
-
extractElements
-