Uses of Class
gov.nasa.worldwind.util.ImageUtil.AlignedImage
- 
Packages that use ImageUtil.AlignedImage Package Description gov.nasa.worldwind.util gov.nasa.worldwindx.applications.glider 
- 
- 
Uses of ImageUtil.AlignedImage in gov.nasa.worldwind.utilMethods in gov.nasa.worldwind.util that return ImageUtil.AlignedImage Modifier and Type Method Description static ImageUtil.AlignedImageImageUtil. alignImage(java.awt.image.BufferedImage sourceImage, float[] latitudes, float[] longitudes)Reprojects an image into an aligned image, one with edges of constant latitude and longitude.static ImageUtil.AlignedImageImageUtil. alignImage(java.awt.image.BufferedImage sourceImage, float[] latitudes, float[] longitudes, Sector sector, java.awt.Dimension dimension)Reprojects an image into an aligned image, one with edges of constant latitude and longitude.
- 
Uses of ImageUtil.AlignedImage in gov.nasa.worldwindx.applications.gliderMethods in gov.nasa.worldwindx.applications.glider that return ImageUtil.AlignedImage Modifier and Type Method Description static ImageUtil.AlignedImageGliderImage. alignImage(java.awt.image.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.worldwindx.applications.glider with parameters of type ImageUtil.AlignedImage Constructor Description GliderImage(java.lang.String name, ImageUtil.AlignedImage alignedImage, double altitude)Construct an image from a file orBufferedImageand an arbitrary bounding region.
 
-