locationtech / proj4j

Java port of the Proj.4 library for coordinate reprojection
Other
184 stars 73 forks source link

AzimuthalProjection, EquidistantAzimuthalProjection, CylindricalEqualAreaProjection #38

Closed paulushub closed 5 years ago

paulushub commented 5 years ago

EquidistantAzimuthalProjection extends AzimuthalProjection but redefines the following fields

    private int mode;
                ....
    private double sinphi0, cosphi0;

CylindricalEqualAreaProjection does not override the toString() method.