@FunctionalInterface public interface IScaleFactorProvider
Proj
implements this interface, if it derives the scale factor
value from it's other input parameters.
(Normally the scale factor is projection input parameter and the Proj
class does not deal with it.)Proj
Modifier and Type | Method and Description |
---|---|
double |
getScaleFactor()
Get the scale factor.
|
double getScaleFactor()