You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeometryFixer.fixCollection internally uses the public static Geometry fix(Geometry) function.
If the calling instance's isKeepCollapsed variable is set to true, this setting is not propagated when fixing the child geometries:
GeometryFixer.fixCollection
internally uses thepublic static Geometry fix(Geometry)
function.If the calling instance's
isKeepCollapsed
variable is set totrue
, this setting is not propagated when fixing the child geometries:jts/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryFixer.java
Lines 392 to 397 in c49088a
The text was updated successfully, but these errors were encountered: