NASA World Wind

Uses of Class
gov.nasa.worldwind.util.ImageUtil.AlignedImage

Packages that use ImageUtil.AlignedImage
gov.nasa.worldwind.applications.glider   
gov.nasa.worldwind.util   
 

Uses of ImageUtil.AlignedImage in gov.nasa.worldwind.applications.glider
 

Methods in gov.nasa.worldwind.applications.glider that return ImageUtil.AlignedImage
static ImageUtil.AlignedImage GliderImage.alignImage(BufferedImage sourceImage, float[] latitudes, float[] longitudes)
          Reprojects an image into an aligned image, one with edges of constant latitude and longitude.
 

Constructors in gov.nasa.worldwind.applications.glider with parameters of type ImageUtil.AlignedImage
GliderImage(String name, ImageUtil.AlignedImage alignedImage, double altitude)
          Construct an image from a file or BufferedImage and an arbitrary bounding region.
 

Uses of ImageUtil.AlignedImage in gov.nasa.worldwind.util
 

Methods in gov.nasa.worldwind.util that return ImageUtil.AlignedImage
static ImageUtil.AlignedImage ImageUtil.alignImage(BufferedImage sourceImage, float[] latitudes, float[] longitudes)
          Reprojects an image into an aligned image, one with edges of constant latitude and longitude.
static ImageUtil.AlignedImage ImageUtil.alignImage(BufferedImage sourceImage, float[] latitudes, float[] longitudes, Sector sector)
          Reprojects an image into an aligned image, one with edges of constant latitude and longitude.
 


NASA World Wind