|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorldFile | |
|---|---|
| com.bbn.openmap.dataAccess.image | |
| com.bbn.openmap.omGraphics | Provides geographically based graphics classes. |
| com.bbn.openmap.omGraphics.util | This package contains simple utility classes used specifically for OMGraphics. |
| Uses of WorldFile in com.bbn.openmap.dataAccess.image |
|---|
| Subclasses of WorldFile in com.bbn.openmap.dataAccess.image | |
|---|---|
class |
ErrWorldFile
An ErrWorldFile is a World File that can't be handled for some reason. |
| Fields in com.bbn.openmap.dataAccess.image declared as WorldFile | |
|---|---|
protected WorldFile |
WorldFileImageReader.worldFile
|
| Methods in com.bbn.openmap.dataAccess.image that return WorldFile | |
|---|---|
static WorldFile |
WorldFile.get(java.net.URL imageFileURL)
Given a path to a image file, discover the world file which should be next to it. |
| Uses of WorldFile in com.bbn.openmap.omGraphics |
|---|
| Methods in com.bbn.openmap.omGraphics with parameters of type WorldFile | |
|---|---|
void |
OMWarpingImage.setWarp(java.awt.image.BufferedImage bi,
GeoCoordTransformation transform,
WorldFile worldfile)
|
void |
OMWarpingImage.setWarp(int[] pix,
int width,
int height,
GeoCoordTransformation transform,
WorldFile worldfile)
Set all the information needed. |
void |
OMWarpingImage.setWarp(java.lang.String imagePath,
GeoCoordTransformation transform,
WorldFile worldfile)
|
| Constructors in com.bbn.openmap.omGraphics with parameters of type WorldFile | |
|---|---|
OMWarpingImage(java.awt.image.BufferedImage bi,
GeoCoordTransformation transform,
WorldFile worldfile)
Create an OMWarpingImage from a BufferedImage. |
|
OMWarpingImage(int[] pix,
int width,
int height,
GeoCoordTransformation transform,
WorldFile worldfile)
Create an OMWarpingImage from a BufferedImage. |
|
OMWarpingImage(java.lang.String imagePath,
GeoCoordTransformation transform,
WorldFile worldfile)
Create an OMWarpingImage from path to image (resource, file or URL). |
|
| Uses of WorldFile in com.bbn.openmap.omGraphics.util |
|---|
| Methods in com.bbn.openmap.omGraphics.util with parameters of type WorldFile | |
|---|---|
void |
ImageWarp.setImageBounds(WorldFile worldFile)
|
| Constructors in com.bbn.openmap.omGraphics.util with parameters of type WorldFile | |
|---|---|
ImageWarp(java.awt.image.BufferedImage bi,
GeoCoordTransformation transform,
WorldFile worldFile)
Create an image warp with some additional transform information. |
|
ImageWarp(int[] pix,
int width,
int height,
GeoCoordTransformation transform,
WorldFile worldFile)
Create an image warp with some additional transform information. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||