org.geotools.resources.image |
package org.geotools.resources.image
A set of helper classes for image handling in the Geotools implementation;
Do not use!.
This package is for internal use only. Classes in this package may change
in incompatible ways in any future version.
|
Java Source File Name | Type | Comment |
ColorUtilities.java | Class | A set of static methods for handling of colors informations. |
ComponentColorModelJAI.java | Class | A
ComponentColorModel modified for interoperability with Java Advanced Imaging.
JAI 1.1 was designed for use with J2SE 1.3 and is not aware of new features in J2SE 1.4.
This leads to the following problems:
|
CoverageUtilities.java | Class | A set of utilities methods for the Grid Coverage package. |
ImageUtilities.java | Class | A set of static methods working on images. |
MultiBandsIndexColorModel.java | Class | An
IndexColorModel tolerant with image having more than one band.
Reminder:
MultiBandsIndexColorModel.getNumComponents will returns 3 or 4 no matter
how many bands were specified to the constructor. |