Package | Description |
---|---|
com.gwidgets.api.leaflet |
Modifier and Type | Method and Description |
---|---|
static L.Transformation |
L.transformation(double a,
double b,
double c,
double d)
Represents an affine transformation: a set of coefficients a, b, c, d for transforming a point of a form (x, y) into (a*x + b, c*y + d) and doing the reverse.
|
Copyright © 2018 G-Widgets. All rights reserved.