Package org.geotools.image.jai
package org.geotools.image.jai
A set of ImageN
operations. All operations defined here work on J2SE's rendered images; there is no OpenGIS's grid coverage depencencies here.
The ImageN operations provided in this package should be registered automatically at
ImageN startup time, since they are declared in the META-INF/registryFile.image file. However, this
default mechanism may fail in some occasions, for example when the Geotools JAR file is unreachable
from the ImageN class loader. In such case, the registerGeotoolsServices method may be invoked programmatically as a fallback. This is done automatically
by the org.geotools.coverage.processing package; users need to care only if they want to use directly
the custom ImageN operations provided in this package.
-
Classes