Package | Description |
---|---|
gov.nasa.worldwind.util |
Modifier and Type | Class and Description |
---|---|
protected static class |
GeographicImageInterpolator.GeographicCell
GeographicCell extends
ImageInterpolator.Cell to correctly handle image cells
which have geographic coordinates. |
Modifier and Type | Field and Description |
---|---|
protected ImageInterpolator.Cell[] |
ImageInterpolator.Cell.children |
protected ImageInterpolator.Cell |
ImageInterpolator.root |
Modifier and Type | Method and Description |
---|---|
protected ImageInterpolator.Cell |
GeographicImageInterpolator.GeographicCell.makeChildCell(int m0,
int m1,
int n0,
int n1)
Overridden to create a
GeographicImageInterpolator.GeographicCell . |
protected ImageInterpolator.Cell |
ImageInterpolator.Cell.makeChildCell(int m0,
int m1,
int n0,
int n1) |
protected ImageInterpolator.Cell |
GeographicImageInterpolator.makeRootCell(int m0,
int m1,
int n0,
int n1)
Overridden to create a
GeographicImageInterpolator.GeographicCell . |
protected ImageInterpolator.Cell |
ImageInterpolator.makeRootCell(int m0,
int m1,
int n0,
int n1) |
ImageInterpolator.Cell[] |
ImageInterpolator.Cell.split(int mm0,
int mm1,
int nn0,
int nn1) |
Modifier and Type | Method and Description |
---|---|
protected ImageInterpolator.ContainingCell |
ImageInterpolator.checkContainment(float x,
float y,
ImageInterpolator.Cell cell) |
protected double[] |
GeographicImageInterpolator.computeBilinearCoordinates(float x,
float y,
ImageInterpolator.Cell cell)
Overridden to correctly compute bilinear interpolation coordinates for image cells which cross the international
dateline.
|
protected double[] |
ImageInterpolator.computeBilinearCoordinates(float x,
float y,
ImageInterpolator.Cell cell) |
protected ImageInterpolator.ContainingCell |
ImageInterpolator.findContainingCell(ImageInterpolator.Cell cell,
float x,
float y) |
protected int[] |
ImageInterpolator.getFieldIndices(ImageInterpolator.Cell cell) |