Skip navigation links
it.geosolutions.jaiext.jiffle.runtime

Class IdentityCoordinateTransform

    • Method Detail

      • worldToImage

        public Point worldToImage(double x,
                                  double y,
                                  Point p)
        Converts from world to image coordinates. If p is not null it will be set to the image coordinates, otherwise a new destination object will be created. In both cases, the resulting point is returned.
        Specified by:
        worldToImage in interface CoordinateTransform
        Parameters:
        x - world X ordinate
        y - world Y ordinate
        p - object to receive image coordinates (may be null)
        Returns:
        image coordinates

Copyright © 2006–2018 GeoSolutions. All rights reserved.