Method Summary |
|
public static void | assertEquals(AffineTransform expected, AffineTransform actual) Compares two affine transforms. |
public static void | main(String[] args) Run the suit from the command line. |
protected void | setUp() Set up common objects used for all tests. |
public static Test | suite() Returns the test suite. |
public void | testAffine() Tests the "Resample" operation with an "Affine" transform. |
public void | testCrop() Tests the "Resample" operation with a "Crop" transform. |
public void | testIdentity() Tests the "Resample" operation with an identity transform. |
public void | testSerialization() Inherited test disabled for this suite. |
public void | testStereographic() Tests the "Resample" operation with a stereographic coordinate system. |
public void | testTranslation() Tests X,Y translation in the
GridGeometry after
a "Resample" operation. |
public void | testsNad83() Tests the "Resample" operation with a stereographic coordinate system. |
protected GridCoverage2D | transform(GridCoverage2D coverage) Applies an operation on the specified coverage. |