Home
last modified time | relevance | path

Searched refs:operation_factory_context (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/R-cran-rgdal/rgdal/src/
H A Dproj6.cpp319 PJ_OPERATION_FACTORY_CONTEXT* operation_factory_context = NULL; in list_coordinate_ops() local
348 operation_factory_context = proj_create_operation_factory_context(ctx, in list_coordinate_ops()
350 if (operation_factory_context == NULL) { in list_coordinate_ops()
358 ctx, operation_factory_context, in list_coordinate_ops()
367 ctx, operation_factory_context, in list_coordinate_ops()
370 ctx, operation_factory_context, in list_coordinate_ops()
374 ctx, operation_factory_context, in list_coordinate_ops()
379 source_crs, target_crs, operation_factory_context); in list_coordinate_ops()
382 proj_operation_factory_context_destroy(operation_factory_context); in list_coordinate_ops()
392 proj_operation_factory_context_destroy(operation_factory_context); in list_coordinate_ops()
[all …]
/dports/graphics/py-pyproj/pyproj-3.2.1/pyproj/
H A D_transformer.pyx138 cdef PJ_OPERATION_FACTORY_CONTEXT* operation_factory_context = NULL
146 operation_factory_context = proj_create_operation_factory_context(
162 operation_factory_context,
171 operation_factory_context,
176 operation_factory_context,
183 operation_factory_context,
218 if operation_factory_context != NULL:
219 proj_operation_factory_context_destroy(operation_factory_context)