public class TranslationTransformation extends OffsetTransformation
| Constructor and Description |
|---|
TranslationTransformation(double dx,
double dy)
Creates a new instance of the transformation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clones the current transformation.
|
getDx, getDy, transformpublic TranslationTransformation(double dx,
double dy)
dx - the translation to apply to the longitude.dy - the translation to apply yo the latitude.public java.lang.Object clone()
clone in interface Transformationclone in class OffsetTransformation