Class PixelQuadTreeInverse

    • Method Detail

      • getPixelPos

        public PixelPos getPixelPos​(GeoPos geoPos,
                                    PixelPos pixelPos)
        Description copied from interface: InverseCoding
        Returns the pixel coordinates as x/y for a given geographical position given as lat/lon.
        Specified by:
        getPixelPos in interface InverseCoding
        Parameters:
        geoPos - the geographical position as lat/lon in the coordinate system determined by underlying CRS
        pixelPos - an instance of Point to be used as return value. If this parameter is null, the method creates a new instance which it then returns.
        Returns:
        the pixel co-ordinates as x/y
      • getGeoPos

        public void getGeoPos​(int pixelX,
                              int pixelY,
                              GeoPos geoPos)