Uses of Class
org.opengis.test.coverage.image.PixelIterator
Packages that use PixelIterator
Package
Description
Test suites for coverage implemented on top of the Java Image I/O API.
-
Uses of PixelIterator in org.opengis.test.coverage.image
Methods in org.opengis.test.coverage.image with parameters of type PixelIteratorModifier and TypeMethodDescriptionvoidPixelIterator.assertSampleValuesEqual(PixelIterator actual, double tolerance) Compares all sample values iterated by thisPixelIteratorwith the sample values iterated by the given iterator.