Uses of Interface
org.locationtech.jts.operation.union.UnionStrategy
Packages that use UnionStrategy
Package
Description
Classes to perform efficient unioning of collections of geometries.
-
Uses of UnionStrategy in org.locationtech.jts.operation.union
Methods in org.locationtech.jts.operation.union with parameters of type UnionStrategyModifier and TypeMethodDescriptionvoidUnaryUnionOp.setUnionFunction(UnionStrategy unionFun) static GeometryCascadedPolygonUnion.union(Collection polys, UnionStrategy unionFun) static GeometryOverlapUnion.union(Geometry g0, Geometry g1, UnionStrategy unionFun) Deprecated.Union a pair of geometries, using the more performant overlap union algorithm if possible.Constructors in org.locationtech.jts.operation.union with parameters of type UnionStrategyModifierConstructorDescriptionCascadedPolygonUnion(Collection polys, UnionStrategy unionFun) Creates a new instance to union the given collection ofGeometrys.OverlapUnion(Geometry g0, Geometry g1, UnionStrategy unionFun) Deprecated.