| org.geotools.arcsde.gce.ArcSDEImageIOReaderFunctionalTest
ArcSDEImageIOReaderFunctionalTest | public class ArcSDEImageIOReaderFunctionalTest extends TestCase (Code) | | Tests the functionality of the ArcSDE raster-display package to read rasters
from an ArcSDE database
author: Saul Farber, (based on ArcSDEPoolTest by Gabriel Roldan) version: $Id: ArcSDEImageIOReaderFunctionalTest.java 27863 2007-11-12 20:34:34Z desruisseaux $ |
ArcSDEImageIOReaderFunctionalTest | public ArcSDEImageIOReaderFunctionalTest(String name) throws Exception(Code) | | Creates a new ArcSDEConnectionPoolTest object.
Lots of one-time setup operations in here. Rather than re-do
everything for each test, it's just done once in the class constructor.
Not sure how this jives with JUnits testing framework though...
|
testReadOffLeftImage | public void testReadOffLeftImage() throws Exception(Code) | | |
testReadOffsetImage | public void testReadOffsetImage() throws Exception(Code) | | |
testReadOutsideImageBounds | public void testReadOutsideImageBounds() throws Exception(Code) | | Tests reading the first three bands of a 4-band image (1 = RED, 2 =
GREEN, 3 = BLUE, 4 = NEAR_INFRARED) into a TYPE_INT_RGB image.
Bands are mapped as follows: rasterband 1 => image band 0 rasterband 2 =>
image band 1 rasterband 3 => image band 2
|
|
|