Class GeometryTransformation


  • public final class GeometryTransformation
    extends Object
    • 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)