Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
35
PJ_AREA *proj_area_create(void) { return new PJ_AREA(); }
36
37
/** Assign a bounding box to an area of use. */
38
void proj_area_set_bbox(PJ_AREA *area, double west_lon_degree,
Callers
2
TEST
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68