Uses of Class
org.opengis.test.coverage.image.PixelIterator
-
Packages that use PixelIterator Package Description org.opengis.test.coverage.image 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 PixelIterator Modifier and Type Method Description voidPixelIterator. assertSampleValuesEqual(PixelIterator actual, double tolerance)Compares all sample values iterated by thisPixelIteratorwith the sample values iterated by the given iterator.
-