Interface ICentralMeridianProvider
-
- All Known Implementing Classes:
ObliqueMercator
- 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 ICentralMeridianProvider
AProj
implements this interface, if it derives the central meridian value from it's other input parameters. (Normally the central meridian is projection input parameter and the Proj class does not deal with it.)- Since:
- 9532 (creation), 10600 (functional interface)
- See Also:
Proj
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getCentralMeridian()
Get the central meridian value as computed during initialization.
-
-
-
Method Detail
-
getCentralMeridian
double getCentralMeridian()
Get the central meridian value as computed during initialization.- Returns:
- the central meridian in degrees
-
-