| org.geotools.gce.imagepyramid.ImagePyramidReaderTest
ImagePyramidReaderTest | public class ImagePyramidReaderTest extends TestCase (Code) | | Testing
ImagePyramidReader .
author: Simone Giannecchini since: 2.3 |
ImagePyramidReaderTest | public ImagePyramidReaderTest()(Code) | | Default constructor.
|
main | public static void main(String[] args)(Code) | | Parameters: args - |
testComplete | public void testComplete() throws IOException, MismatchedDimensionException, NoSuchAuthorityCodeException(Code) | | |
testCropHighestLevel | public void testCropHighestLevel() throws IOException, MismatchedDimensionException, NoSuchAuthorityCodeException(Code) | | Testing
ImagePyramidReader by cropping requesting a the best
possible dimension.
The underlying pyramid i made by 4 levels on the same area, more or less
italy, with resolution decreasing as a power of 2.
Size of the original mosaic is 250,250.
throws: IOException - throws: MismatchedDimensionException - throws: NoSuchAuthorityCodeException - |
testCropLevel1 | public void testCropLevel1() throws IOException, MismatchedDimensionException, NoSuchAuthorityCodeException(Code) | | Testing
ImagePyramidReader by cropping requesting a the second
better avialble resolution.
The underlying pyramid i made by 4 levels on the same area, more or less
italy, with resolution decreasing as a power of 2.
Size of the original mosaic is 250,250.
throws: IOException - throws: MismatchedDimensionException - throws: NoSuchAuthorityCodeException - |
testCropLevel2 | public void testCropLevel2() throws IOException, MismatchedDimensionException, NoSuchAuthorityCodeException(Code) | | Testing
ImagePyramidReader by cropping requesting a the third
better avialble resolution.
The underlying pyramid i made by 4 levels on the same area, more or less
italy, with resolution decreasing as a power of 2.
Size of the original mosaic is 250,250.
throws: IOException - throws: MismatchedDimensionException - throws: NoSuchAuthorityCodeException - |
testCropLevel3 | public void testCropLevel3() throws IOException, MismatchedDimensionException, NoSuchAuthorityCodeException(Code) | | Testing
ImagePyramidReader by cropping requesting a the worst
availaible resolution.
The underlying pyramid i made by 4 levels on the same area, more or less
italy, with resolution decreasing as a power of 2.
Size of the original mosaic is 250,250.
throws: IOException - throws: MismatchedDimensionException - throws: NoSuchAuthorityCodeException - |
testDefaultParameterValue | public void testDefaultParameterValue() throws IOException, MismatchedDimensionException, NoSuchAuthorityCodeException(Code) | | |
testDefaultParameterValueFile | public void testDefaultParameterValueFile() throws IOException, MismatchedDimensionException, NoSuchAuthorityCodeException(Code) | | |
testDefaultParameterValueString | public void testDefaultParameterValueString() throws IOException, MismatchedDimensionException, NoSuchAuthorityCodeException(Code) | | |
testForErrors | public void testForErrors() throws IOException, MismatchedDimensionException, NoSuchAuthorityCodeException(Code) | | |
|
|