public class TileComputationEvent extends Object
Constructor and Description |
---|
TileComputationEvent(org.esa.snap.core.gpf.internal.OperatorImage image,
int tileX,
int tileY,
long startNanos,
long endNanos,
long nettoNanos) |
Modifier and Type | Method and Description |
---|---|
long |
getEndNanos() |
int |
getId() |
org.esa.snap.core.gpf.internal.OperatorImage |
getImage() |
long |
getNettoNanos() |
long |
getStartNanos() |
String |
getThreadName() |
int |
getTileX() |
int |
getTileY() |
public TileComputationEvent(org.esa.snap.core.gpf.internal.OperatorImage image, int tileX, int tileY, long startNanos, long endNanos, long nettoNanos)
public int getId()
public org.esa.snap.core.gpf.internal.OperatorImage getImage()
public int getTileX()
public int getTileY()
public long getStartNanos()
public long getEndNanos()
public long getNettoNanos()
public String getThreadName()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.