| org.geotools.gce.arcgrid.ArcGridBaseTestCase org.geotools.gce.arcgrid.ArcGridReadWriteTest
ArcGridReadWriteTest | public class ArcGridReadWriteTest extends ArcGridBaseTestCase (Code) | | Test reading and writing arcgrid grid coverages.
author: Daniele Romagnoli author: Simone Giannecchini (simboss) |
ArcGridReadWriteTest | public ArcGridReadWriteTest(String name)(Code) | | Creates a new instance of ArcGridReadWriteTest
Parameters: name - DOCUMENT ME! |
compare | void compare(GridCoverage2D gc1, GridCoverage2D gc2) throws Exception(Code) | | Compares 2 grid covareages, throws an exception if they are not the same.
Parameters: gc1 - First Grid Coverage Parameters: gc2 - Second Grid Coverage throws: Exception - If Coverages are not equal |
writeEsriUnCompressed | public void writeEsriUnCompressed(File rf, File wf) throws Exception(Code) | | A Simple Test Method which read an arcGrid and write it as an ArcGrid
Parameters: rf - Parameters: wf - |
writeGrassUnCompressed | public void writeGrassUnCompressed(File rf, File wf) throws Exception(Code) | | A Simple Test Method which read an arcGrid and write it as a GRASS Ascii
Grid
Parameters: wf - Parameters: rf - |
|
|