| org.geotools.image.io.GeographicImageWriterTest
GeographicImageWriterTest | public class GeographicImageWriterTest extends TestCase (Code) | | Tests
GeographicImageWriter , especially the
RectIter creation.
version: $Id: GeographicImageWriterTest.java 27848 2007-11-12 13:10:32Z desruisseaux $ author: Martin Desruisseaux |
Method Summary | |
public static void | main(String[] args) Run the suite from the command line. | public static Test | suite() Returns the test suite. | public void | testRectIter() Tests the
RectIter . |
GeographicImageWriterTest | public GeographicImageWriterTest(String name)(Code) | | Constructs a test case with the given name.
|
main | public static void main(String[] args)(Code) | | Run the suite from the command line.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
|
|