Class DummyTransform

    • Constructor Detail

      • DummyTransform

        public DummyTransform()
    • Method Detail

      • transform

        public org.locationtech.jts.geom.Coordinate transform​(org.locationtech.jts.geom.Coordinate c)
        Description copied from class: CoordinateTransform
        Maps one Coordinate to another.
        Specified by:
        transform in class CoordinateTransform
        Parameters:
        c - the Coordinate to map
        Returns:
        a new Coordinate
      • transform

        public org.locationtech.jts.geom.Geometry transform​(org.locationtech.jts.geom.Geometry oldGeometry)
        Overrides:
        transform in class CoordinateTransform