Re: [gdal-dev] Java API: how to find dimensions of MDArray

2023-06-05 Thread Laurențiu Nicola via gdal-dev
Hi Barry, I haven't used Java in a while, but those are type signatures as used in JNI. If I recall correctly, (DLjava/lang/Long;Ljava/lang/Boolean;)V is void f(double p1, double p2, double p3, double p4, double p5, long p6, boolean p6). They're used to disambiguate overloaded methods.

Re: [gdal-dev] Java API: how to find dimensions of MDArray

2023-06-05 Thread Barry DeZonia
Even, Does this look okay as part of my typemap declaration? It is the only part I am confused about. I am very unfamiliar with this "(DL" stuff And the L and V after each parameter. Where can I learn what this stuff means? %typemap(argout) (int *nDimensions, GDALDimenion const

Re: [gdal-dev] Creation of a new driver from scratch

2023-06-05 Thread Abel Pau
Thanks you both for your time and expertise. I'll consider all your advices :) See you soon (or perhaps will not be necessary). Thanks! -Mensaje original- De: Even Rouault Enviado el: divendres, 2 de juny de 2023 20:34 Para: Abel Pau CC: gdal-dev@lists.osgeo.org; Howard Butler Asunto: