Home
last modified time | relevance | path

Searched defs:PJconsts (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/proj/proj-7.2.1/src/
H A Dproj_internal.h350 struct PJconsts { struct
367PJconsts *parent = nullptr; /* Parent PJ of pipeline steps - nullptr if not a pipeline step */ argument
371 char *def_shape = nullptr;
459 double a_orig = 0.0;
482 PJ *axisswap = nullptr;
483 PJ *cart = nullptr;
484 PJ *cart_wgs84 = nullptr;
485 PJ *helmert = nullptr;
486 PJ *hgridshift = nullptr;
487 PJ *vgridshift = nullptr;
[all …]
H A Dmalloc.cpp199 PJconsts::PJconsts(): destructor(pj_default_destructor) {} in PJconsts() function in PJconsts
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A Dprojects.h262 typedef struct PJconsts { struct
264 XY (*fwd)(LP, struct PJconsts *); argument
271 const char *descr;
285 double lam0, phi0; /* central longitude, latitude */
286 double x0, y0; /* easting and northing */
288 double to_meter, fr_meter; /* cartesian scaling */
293 int gridlist_count;
298 double vto_meter, vfr_meter;
303 char axis[4];
306 char *catalog_name;
[all …]
H A Dpj_init.c661 void pj_prepare (PJ *P, const char *description, void (*freeup)(struct PJconsts *), size_t sizeof_s… in pj_prepare()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A Dprojects.h262 typedef struct PJconsts { struct
264 XY (*fwd)(LP, struct PJconsts *); argument
271 const char *descr;
285 double lam0, phi0; /* central longitude, latitude */
286 double x0, y0; /* easting and northing */
288 double to_meter, fr_meter; /* cartesian scaling */
293 int gridlist_count;
298 double vto_meter, vfr_meter;
303 char axis[4];
306 char *catalog_name;
[all …]
H A Dpj_init.c661 void pj_prepare (PJ *P, const char *description, void (*freeup)(struct PJconsts *), size_t sizeof_s… in pj_prepare()
/dports/graphics/R-cran-rgdal/rgdal/inst/include/
H A Dprojects.h219 typedef struct PJconsts { struct
221 XY (*fwd)(LP, struct PJconsts *); argument
225 const char *descr;
234 es, /* e ^ 2 */
236 e, /* eccentricity */
237 ra, /* 1/A */
238 one_es, /* 1 - e^2 */
240 lam0, phi0, /* central longitude, latitude */
241 x0, y0, /* easting and northing */
243 to_meter, fr_meter; /* cartesian scaling */
[all …]
/dports/math/PDL/PDL-2.019/Lib/GIS/Proj/include/
H A Dprojects.h219 typedef struct PJconsts { struct
221 XY (*fwd)(LP, struct PJconsts *); argument
225 const char *descr;
234 es, /* e ^ 2 */
236 e, /* eccentricity */
237 ra, /* 1/A */
238 one_es, /* 1 - e^2 */
240 lam0, phi0, /* central longitude, latitude */
241 x0, y0, /* easting and northing */
243 to_meter, fr_meter; /* cartesian scaling */
[all …]