Package | Description |
---|---|
gov.nasa.worldwind.util | |
gov.nasa.worldwindx.applications.glider |
Modifier and Type | Method and Description |
---|---|
static ImageUtil.AlignedImage |
ImageUtil.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.AlignedImage |
ImageUtil.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.
|
Modifier and Type | Method and Description |
---|---|
static ImageUtil.AlignedImage |
GliderImage.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.
|
Constructor and Description |
---|
GliderImage(java.lang.String name,
ImageUtil.AlignedImage alignedImage,
double altitude)
Construct an image from a file or
BufferedImage and an arbitrary bounding region. |