Class TileComputationEvent


  • public class TileComputationEvent
    extends Object
    A event that is generated after a tile has been computed.
    Since:
    BEAM 4.9
    • Constructor Detail

      • TileComputationEvent

        public TileComputationEvent​(org.esa.snap.core.gpf.internal.OperatorImage image,
                                    int tileX,
                                    int tileY,
                                    long startNanos,
                                    long endNanos,
                                    long nettoNanos)
    • Method Detail

      • getId

        public int getId()
      • getImage

        public org.esa.snap.core.gpf.internal.OperatorImage getImage()
      • getTileX

        public int getTileX()
      • getTileY

        public int getTileY()
      • getStartNanos

        public long getStartNanos()
      • getEndNanos

        public long getEndNanos()
      • getNettoNanos

        public long getNettoNanos()
      • getThreadName

        public String getThreadName()