Class CoordinateTransform

    • Constructor Detail

      • CoordinateTransform

        public CoordinateTransform()
    • Method Detail

      • transform

        public abstract org.locationtech.jts.geom.Coordinate transform​(org.locationtech.jts.geom.Coordinate c)
        Maps one Coordinate to another.
        Parameters:
        c - the Coordinate to map
        Returns:
        a new Coordinate
      • transform

        public org.locationtech.jts.geom.Geometry transform​(org.locationtech.jts.geom.Geometry oldGeometry)