Uses of Class
gov.nasa.worldwind.util.ImageInterpolator.Cell
-
Packages that use ImageInterpolator.Cell Package Description gov.nasa.worldwind.util -
-
Uses of ImageInterpolator.Cell in gov.nasa.worldwind.util
Subclasses of ImageInterpolator.Cell in gov.nasa.worldwind.util Modifier and Type Class Description protected static class
GeographicImageInterpolator.GeographicCell
GeographicCell extendsImageInterpolator.Cell
to correctly handle image cells which have geographic coordinates.Fields in gov.nasa.worldwind.util declared as ImageInterpolator.Cell Modifier and Type Field Description protected ImageInterpolator.Cell[]
ImageInterpolator.Cell. children
protected ImageInterpolator.Cell
ImageInterpolator. root
Methods in gov.nasa.worldwind.util that return ImageInterpolator.Cell Modifier and Type Method Description protected ImageInterpolator.Cell
GeographicImageInterpolator.GeographicCell. makeChildCell(int m0, int m1, int n0, int n1)
Overridden to create aGeographicImageInterpolator.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 aGeographicImageInterpolator.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)
Methods in gov.nasa.worldwind.util with parameters of type ImageInterpolator.Cell Modifier and Type Method 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)
-