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 TypeMethodDescriptionvoid
UnaryUnionOp.setUnionFunction
(UnionStrategy unionFun) static Geometry
CascadedPolygonUnion.union
(Collection polys, UnionStrategy unionFun) static Geometry
OverlapUnion.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 ofGeometry
s.OverlapUnion
(Geometry g0, Geometry g1, UnionStrategy unionFun) Deprecated.