public abstract class LongDataAggregator extends Object implements Aggregator
Constructor and Description |
---|
LongDataAggregator() |
Modifier and Type | Method and Description |
---|---|
protected long |
getNoDataValue() |
protected long |
getSrcData(int index) |
protected int |
getSrcOffset() |
void |
init(javax.media.jai.RasterAccessor srcAccessor,
javax.media.jai.RasterAccessor dstAccessor,
double noDataValue) |
protected void |
setDstData(int index,
long value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aggregate
public void init(javax.media.jai.RasterAccessor srcAccessor, javax.media.jai.RasterAccessor dstAccessor, double noDataValue)
init
in interface Aggregator
protected long getSrcData(int index)
protected void setDstData(int index, long value)
protected long getNoDataValue()
protected int getSrcOffset()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.