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)
      • transformCoordinates

        protected static org.locationtech.jts.geom.Coordinate[] transformCoordinates​(@Nonnull
                                                                                     org.locationtech.proj4j.CoordinateTransform transform,
                                                                                     @Nonnull
                                                                                     org.locationtech.jts.geom.Coordinate[] source)