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 classGeographicImageInterpolator.GeographicCellGeographicCell extendsImageInterpolator.Cellto 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. childrenprotected ImageInterpolator.CellImageInterpolator. rootMethods in gov.nasa.worldwind.util that return ImageInterpolator.Cell Modifier and Type Method Description protected ImageInterpolator.CellGeographicImageInterpolator.GeographicCell. makeChildCell(int m0, int m1, int n0, int n1)Overridden to create aGeographicImageInterpolator.GeographicCell.protected ImageInterpolator.CellImageInterpolator.Cell. makeChildCell(int m0, int m1, int n0, int n1)protected ImageInterpolator.CellGeographicImageInterpolator. makeRootCell(int m0, int m1, int n0, int n1)Overridden to create aGeographicImageInterpolator.GeographicCell.protected ImageInterpolator.CellImageInterpolator. 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.ContainingCellImageInterpolator. 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.ContainingCellImageInterpolator. findContainingCell(ImageInterpolator.Cell cell, float x, float y)protected int[]ImageInterpolator. getFieldIndices(ImageInterpolator.Cell cell)
-