MCPcopy Create free account
hub / github.com/OSGeo/PROJ / proj_area_create

Function proj_area_create

src/area.cpp:35–35  ·  view source on GitHub ↗

Create an area of use */

Source from the content-addressed store, hash-verified

33
34/** Create an area of use */
35PJ_AREA *proj_area_create(void) { return new PJ_AREA(); }
36
37/** Assign a bounding box to an area of use. */
38void proj_area_set_bbox(PJ_AREA *area, double west_lon_degree,

Callers 2

TESTFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68