public class GeoTIFFImageReader extends java.lang.Object implements ImageReader
Modifier and Type | Field and Description |
---|---|
static java.util.logging.Logger |
logger |
Constructor and Description |
---|
GeoTIFFImageReader(java.net.URL fileURL) |
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
getBufferedImage()
Will be called by the Image cache by the ImageTile to replenish the image
data as it is needed when the ImageTile is on the map.
|
ImageTile |
getImageTile()
Should be called by the the object managing the ImageTiles.
|
ImageTile |
getImageTile(ImageTile.Cache cache)
Should be called by the object managing the ImageTiles.
|
public ImageTile getImageTile(ImageTile.Cache cache)
ImageReader
getImageTile
in interface ImageReader
cache
- The CacheHandler that should be used by the ImageTile for
dynamic image loading.public ImageTile getImageTile()
ImageReader
getImageTile
in interface ImageReader
public java.awt.image.BufferedImage getBufferedImage()
ImageReader
getBufferedImage
in interface ImageReader
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details