Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libjni-proj4 / src / PJ_mpoly.c @ 7098

History | View | Annotate | Download (477 Bytes)

1
#ifndef lint
2
static const char SCCSID[]="@(#)PJ_mpoly.c        4.1        94/05/22        GIE        REL";
3
#endif
4
#define PROJ_PARMS__ \
5
        double        rho_0;
6
#define PJ_LIB__
7
#include        <projects.h>
8
PROJ_HEAD(mpoly, "Modified Polyconic")
9
        "\n\tPolyconic, Sph\n\tlat_1= and lat_2= lotsa";
10
FORWARD(s_forward); /* spheroid */
11
        return (xy);
12
}
13
INVERSE(s_inverse); /* ellipsoid & spheroid */
14
        return (lp);
15
}
16
FREEUP; if (P) pj_dalloc(P); }
17
ENTRY0(mpoly)
18
        P->fwd = s_forward;
19
        P->inv = s_inverse;
20
        P->es = 0;
21
ENDENTRY(P)