ocationToPixelLine()
> function, and not by the warp logic for example.
>
> Even
>
> Le 14/03/2025 à 16:48, Ramon Antonio via gdal-dev a écrit :
> > Dear Community,
> >
> > Does SetDataAxisToSRSAxisMapping have any effect on GDALGetGeoTransform?
> > In oth
gt; there was some work to make the GDALTransformer logic aware of
> >> DataAxisToSRSAxisMapping through a new transformer option, but it is
> >> only set by the new method GDALDataset::GeolocationToPixelLine()
> >> function, and not by the warp logic for example.
> >>
> &
Dear Community,
Does SetDataAxisToSRSAxisMapping have any effect on GDALGetGeoTransform?
In other words, if the axis order is changed, should the order of
geotransform coefficients also change, automatically or manually?
More details on the question are posted here:
https://gis.stackexchange.com/
Dear Community,
The Java GDAL bindings provide the method
public int[] GetDataAxisToSRSAxisMapping(SWIGTYPE_p_int nLen,
SWIGTYPE_p_p_int pList)
The corresponding [C++ function][1] is
const std::vector< int > &
OGRSpatialReference::GetDataAxisToSRSAxisMapping ()const
The Java method