MCPcopy Create free account
hub / github.com/OSGeo/gdal / OSRGetAxisMappingStrategy

Function OSRGetAxisMappingStrategy

ogr/ogrspatialreference.cpp:12679–12684  ·  view source on GitHub ↗

\brief Return the data axis to CRS axis mapping strategy. * * See OGRSpatialReference::GetAxisMappingStrategy() * @since GDAL 3.0 */

Source from the content-addressed store, hash-verified

12677 * @since GDAL 3.0
12678 */
12679OSRAxisMappingStrategy OSRGetAxisMappingStrategy(OGRSpatialReferenceH hSRS)
12680{
12681 VALIDATE_POINTER1(hSRS, "OSRGetAxisMappingStrategy", OAMS_CUSTOM);
12682
12683 return OGRSpatialReference::FromHandle(hSRS)->GetAxisMappingStrategy();
12684}
12685
12686/************************************************************************/
12687/* SetAxisMappingStrategy() */

Callers

nothing calls this directly

Calls 2

FromHandleFunction · 0.70

Tested by

no test coverage detected