Interface IScaleFactorProvider
-
- All Known Implementing Classes:
Mercator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IScaleFactorProvider
AProj
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.)- Since:
- 9565 (creation), 10600 (functional interface)
- See Also:
Proj
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getScaleFactor()
Get the scale factor.
-
-
-
Method Detail
-
getScaleFactor
double getScaleFactor()
Get the scale factor. Will be multiplied by the scale factor parameter, if supplied by the user explicitly.- Returns:
- the scale factor
-
-