Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrWorldFile
An ErrWorldFile is a World File that can't be handled for some reason.
|
Modifier and Type | Field and Description |
---|---|
protected WorldFile |
WorldFileImageReader.worldFile |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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).
|
Modifier and Type | Method and Description |
---|---|
void |
ImageWarp.setImageBounds(WorldFile worldFile) |
Constructor and Description |
---|
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.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details