Class GeometryTransformation
- java.lang.Object
-
- org.sheinbergon.dremio.udf.gis.util.GeometryTransformation
-
public final class GeometryTransformation extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.locationtech.jts.geom.Geometrytransform(org.locationtech.jts.geom.Geometry geom, int targetSrid)
-
-
-
Method Detail
-
transform
public static org.locationtech.jts.geom.Geometry transform(@Nonnull org.locationtech.jts.geom.Geometry geom, int targetSrid)
-
-