| org.geotools.gce.imagemosaic.ImageMosaicReaderTest
ImageMosaicReaderTest | public class ImageMosaicReaderTest extends TestCase (Code) | | Testing
ImageMosaicReader .
author: Simone Giannecchini since: 2.3 |
ImageMosaicReaderTest | public ImageMosaicReaderTest(String string)(Code) | | |
main | public static void main(String[] args)(Code) | | Parameters: args - |
show | static void show(RenderedImage image, String title)(Code) | | Shows the provided
RenderedImage ina
JFrame using the
provided title as the frame's title.
Parameters: image - to show. Parameters: title - to use. |
suite | public static Test suite()(Code) | | |
testCrop | public void testCrop() throws MismatchedDimensionException, IOException, FactoryException(Code) | | Testing crop capabilities.
throws: MismatchedDimensionException - throws: IOException - throws: FactoryException - |
testDefaultParameterValue | public void testDefaultParameterValue() throws IOException, MismatchedDimensionException, NoSuchAuthorityCodeException(Code) | | Tests the
ImageMosaicReader with default parameters for the
various input params.
throws: IOException - throws: MismatchedDimensionException - throws: NoSuchAuthorityCodeException - |
testInputAlpha | public void testInputAlpha() throws IOException, MismatchedDimensionException, NoSuchAuthorityCodeException(Code) | | Tests the
ImageMosaicReader with default parameters for the
various input params.
throws: IOException - throws: MismatchedDimensionException - throws: NoSuchAuthorityCodeException - |
testInputImageROI | public void testInputImageROI() throws MismatchedDimensionException, NoSuchAuthorityCodeException, IOException(Code) | | Testing input thresholds.
throws: MismatchedDimensionException - throws: NoSuchAuthorityCodeException - throws: IOException - |
testROIAlpha | public void testROIAlpha() throws MismatchedDimensionException, NoSuchAuthorityCodeException, IOException(Code) | | Testing both input threshold and alpha.
throws: MismatchedDimensionException - throws: NoSuchAuthorityCodeException - throws: IOException - |
|
|