public class SampleDimensionTest extends TestCase (Code)
Test the
GridSampleDimension implementation. Since
GridSampleDimension rely on
CategoryList for many of its work, many
GridSampleDimension tests are actually
CategoryList tests.
version: $Id: SampleDimensionTest.java 27848 2007-11-12 13:10:32Z desruisseaux $ author: Martin Desruisseaux
Test the creation of an
SampleTranscoder using the image operation registry.
This allow to apply the operation in the same way than other JAI operations, without
any need for a direct access to package-private method.