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