gdal.i include band.i (band.i contains &quot;our&quot; getBlockSize method)<br><br>furthermore, gdal.i contains this code:<br><br>#if defined(SWIGPYTHON)<br>%include &quot;gdal_python.i&quot;<br>#elif defined(SWIGRUBY)<br>
%include &quot;gdal_ruby.i&quot;<br>#elif defined(SWIGPHP4)<br>%include &quot;gdal_php.i&quot;<br>#elif defined(SWIGCSHARP)<br>%include &quot;gdal_csharp.i&quot;<br>#elif defined(SWIGPERL)<br>%include &quot;gdal_perl.i&quot;
<br><span style="font-weight: bold;">#elif defined(SWIGJAVA)</span><br style="font-weight: bold;"><span style="font-weight: bold;">%include &quot;gdal_java.i&quot;</span><br>#else<br>%include &quot;gdal_typemaps.i&quot;<br>
#endif<br><br><br>and gdal_java.i contains this code:<br><br><span style="font-weight: bold;">%include typemaps_java.i<br></span>(while other languages include the proper typemaps_language.i)<br><br>This &quot;include&quot; mechanism should work?
<br>Or I explicitly need to include something else somewhere?<br><br>Thanks again.<br><br>Cheers<br>Daniele<br><br><br><div><span class="gmail_quote">On 8/5/06, <b class="gmail_sendername">Charlie Savage</b> &lt;<a href="mailto:cfis@savagexi.com">
cfis@savagexi.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Sorry, typemaps.i is what I meant.&nbsp;&nbsp;I don't see it included anywhere
<br>except in the csharp.i file.<br><br>Try putting it in gdal.i instead - that will cause all languages to use<br>it.&nbsp;&nbsp;If that works, it probably should be removed from csharp.i. And<br>added to ogr.i (not sure if there is one central .i file it go into,
<br>doesn't look like it).<br><br>Charlie<br><br>Daniele Romagnoli wrote:<br>&gt; I'm sorry Charlie...<br>&gt; Please, throw away my previous email (which contains a typo)...<br>&gt;<br>&gt; This one is corrected:<br>&gt; ----
<br>&gt; There is no sign of templates.i in my code (neither in the gdal and swig<br>&gt; subfolders).<br>&gt; Furthermore, there is no trace of templates.i in the suggested http link :(<br>&gt;<br>&gt; Maybe are you talking about 
typemaps.i?<br>&gt; I'm sure that typemaps.i is included.<br>&gt;<br>&gt; --<br>&gt; Best Regards,<br>&gt; Daniele<br>&gt;<br>&gt; ---------- Forwarded message ----------<br>&gt; From: *Daniele Romagnoli* &lt;<a href="mailto:dany.geotools@gmail.com">
dany.geotools@gmail.com</a><br>&gt; &lt;mailto:<a href="mailto:dany.geotools@gmail.com">dany.geotools@gmail.com</a>&gt;&gt;<br>&gt; Date: Aug 5, 2006 8:03 PM<br>&gt; Subject: Re: gdal swig interface Band.i Updated<br>&gt; To: Charlie Savage &lt;
<a href="mailto:cfis@savagexi.com">cfis@savagexi.com</a> &lt;mailto:<a href="mailto:cfis@savagexi.com">cfis@savagexi.com</a>&gt;&gt;<br>&gt;<br>&gt; On 8/5/06, *Charlie Savage* &lt;<a href="mailto:cfis@savagexi.com">cfis@savagexi.com
</a><br>&gt; &lt;mailto:<a href="mailto:cfis@savagexi.com">cfis@savagexi.com</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Check to see if templates.i is included.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; See:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.swig.org/Doc1.3/Arguments.html#Arguments_nn5">
http://www.swig.org/Doc1.3/Arguments.html#Arguments_nn5</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<a href="http://www.swig.org/Doc1.3/Arguments.html#Arguments_nn5">http://www.swig.org/Doc1.3/Arguments.html#Arguments_nn5</a>&gt;<br>&gt;<br>&gt;
<br>&gt;<br>&gt; There is no sign of templates.i in my code (neither in the gdal and swig<br>&gt; subfolders).<br>&gt; Furthermore, there is no trace of typemaps.i in the suggested http link :(<br>&gt;<br>&gt; Maybe are you talking about 
typemaps.i?<br>&gt; I'm sure that typemaps.i is included.<br>&gt;<br>&gt; --<br>&gt; Best Regards,<br>&gt; Daniele<br>&gt;<br>&gt;<br>&gt;<br><br><br></blockquote></div>