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 Geometryprivate Geometryprivate GeometryFactoryprivate boolean[]private boolean[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate GeometrybufferUnion(Geometry g0, Geometry g1) private voidprivate booleancomputeInteracting(Geometry elem0) private GeometryextractElements(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
-