TiledImage but backed
by DiskMemTileCache to handle very large images
within limited memory.See: Description
| Class | Description |
|---|---|
| DiskMemImage |
A tiled image class similar to JAI's standard
TiledImage that uses a
DiskMemTileCache to manage its data. |
| DiskMemImageGraphics |
A Graphics class for drawing into a
DiskMemImage. |
| Enum | Description |
|---|---|
| DiskMemImageGraphics.OpType |
Constants and associated data for graphics operations
|
| DiskMemImageGraphics.PaintMode |
Constants for paint mode: PAINT or XOR.
|
| Exception | Description |
|---|---|
| PixelOutsideImageException |
Exception thrown when a given pixel / band location is outside an
image's bounds
|
TiledImage but backed
by DiskMemTileCache to handle very large images
within limited memory.Copyright © 2009–2020. All rights reserved.