Class PixelPosEstimator


  • public class PixelPosEstimator
    extends Object
    A class for estimating the pixel position for a given geo-location. To be used with pixel geo-codings in order to obtain a fast and accurate estimate.

    This class does not belong to the public API.

    Since:
    Version 5.0
    • Method Detail

      • canGetPixelPos

        public final boolean canGetPixelPos()
      • getPixelPos

        public GeoApproximation getPixelPos​(GeoPos g,
                                            PixelPos p)
        Returns an approximate pixel position for a given geographic position.
        Parameters:
        g - the geographic position.
        p - the pixel position.
        Returns:
        an approximate pixel position.