Package org.esa.snap.core.transform
Contains extensions of geotools transform classes.
-
Interface Summary Interface Description MathTransform2D An extension of theorg.opengis.referencing.operation.MathTransform2D
interface which adds a new transformation method for JTSGeometry
objects. -
Class Summary Class Description AbstractTransform2D An abstract transform usingorg.geotools.referencing.operation.transform.AbstractMathTransform
that can be used to implementMathTransform2D
.AffineTransform2D A wrapper class for an affine transform where aMathTransform2D
is required.GeoCodingMathTransform A math transform which converts from grid (pixel) coordinates to geographical coordinates.