public abstract class DoubleDataAggregator extends Object implements Aggregator
Constructor and Description |
---|
DoubleDataAggregator() |
Modifier and Type | Method and Description |
---|---|
protected double |
getNoDataValue() |
protected double |
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,
double 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 double getSrcData(int index)
protected void setDstData(int index, double value)
protected double getNoDataValue()
protected int getSrcOffset()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.