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)protected static org.locationtech.jts.geom.Coordinate[]transformCoordinates(org.locationtech.proj4j.CoordinateTransform transform, org.locationtech.jts.geom.Coordinate[] source)
-
-
-
Method Detail
-
transform
public static org.locationtech.jts.geom.Geometry transform(@Nonnull org.locationtech.jts.geom.Geometry geom, int targetSrid)
-
-