|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.worldwind.util.ImageInterpolator
public class ImageInterpolator
Provides searching and interpolation of a grid of scalars.
| Nested Class Summary | |
|---|---|
static class |
ImageInterpolator.ContainingCell
|
| Constructor Summary | |
|---|---|
ImageInterpolator(Dimension gridSize,
float[] xs,
float[] ys,
int depth,
int cellSize)
|
|
| Method Summary | |
|---|---|
ImageInterpolator.ContainingCell |
findContainingCell(float x,
float y)
|
int |
index(int i,
int j)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageInterpolator(Dimension gridSize,
float[] xs,
float[] ys,
int depth,
int cellSize)
| Method Detail |
|---|
public ImageInterpolator.ContainingCell findContainingCell(float x,
float y)
public int index(int i,
int j)
|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||