pj_mpoly.cpp
来自「projapi是一个关于GIS行业投影转换的程序库」· C++ 代码 · 共 26 行
CPP
26 行
#include "stdafx.h"
#ifndef lintstatic const char SCCSID[]="@(#)PJ_mpoly.c 4.1 94/05/22 GIE REL";#endif#define PROJ_PARMS__ \ double rho_0;#define PJ_LIB__#include "projects.h"
PROJ_HEAD(mpoly, "Modified Polyconic") "\n\tPolyconic, Sph\n\tlat_1= and lat_2= lotsa";FORWARD(s_forward); /* spheroid */ return (xy);}INVERSE(s_inverse); /* ellipsoid & spheroid */ return (lp);}FREEUP; if (P) pj_dalloc(P); }ENTRY0(mpoly) P->fwd = s_forward; P->inv = s_inverse; P->es = 0;ENDENTRY(P)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?