public abstract class LongDataInterpolator extends Object implements Interpolator
Constructor and Description |
---|
LongDataInterpolator() |
Modifier and Type | Method and Description |
---|---|
protected long |
getNoDataValue() |
protected long |
getSrcData(int index) |
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
interpolate
public void init(javax.media.jai.RasterAccessor srcAccessor, javax.media.jai.RasterAccessor dstAccessor, double noDataValue)
init
in interface Interpolator
protected long getSrcData(int index)
protected void setDstData(int index, long value)
protected long getNoDataValue()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.