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)static org.locationtech.jts.geom.Geometrytransform(org.locationtech.jts.geom.Geometry geom, String targetProj4Parameters)static org.locationtech.jts.geom.Geometrytransform(org.locationtech.jts.geom.Geometry geom, String sourceProj4Parameters, int targetSrid)
-
-
-
Method Detail
-
transform
public static org.locationtech.jts.geom.Geometry transform(@Nonnull org.locationtech.jts.geom.Geometry geom, int targetSrid)
-
transform
public static org.locationtech.jts.geom.Geometry transform(@Nonnull org.locationtech.jts.geom.Geometry geom, @Nonnull String targetProj4Parameters)
-
transform
public static org.locationtech.jts.geom.Geometry transform(@Nonnull org.locationtech.jts.geom.Geometry geom, @Nonnull String sourceProj4Parameters, int targetSrid)
-
-