petern48 commented on code in PR #2526:
URL: https://github.com/apache/sedona/pull/2526#discussion_r2558397203


##########
common/src/main/java/org/apache/sedona/common/utils/GeometryForce3DTransformer.java:
##########
@@ -49,4 +49,16 @@ public static Geometry transform(Geometry geometry, double 
zValue) {
     GeometryForce3DTransformer transformer = new 
GeometryForce3DTransformer(zValue);
     return transformer.transform(geometry);
   }
+
+  protected Geometry transformMultiPolygon(MultiPolygon geom, Geometry parent) 
{

Review Comment:
   This is simply an override of this 
[method](https://github.com/locationtech/jts/blob/ab57bffd4250f14416315249565e585a76c0c489/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryTransformer.java#L283)
 in JTS's `GeometryTransformer` class to handle MultiPolygons separately.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to