Hi,<br><br>I just updated the wiki with the weekly report. You can find all the info here: <br><a href="http://trac3.xp-dev.com/ggl2/wiki/gvSIG_Integration#week6" target="_blank">http://trac3.xp-dev.com/ggl2/wiki/gvSIG_Integration#week7</a><br>


<br><ul><li><strong>What have I done?</strong> 
<ul><li><i>Wrap gvSIG readers/writers</i>: I have wrapped the SHP reader/writer from gvSIG. I haven&#39;t developed tests yet, but this code:
</li></ul></li></ul><pre style="margin-left: 80px;" class="wiki"><font style="font-family: courier new,monospace;" size="2">reader SHP maps to org.gearscape.ggl.readers.gvsig.SHPReader;
writer SHP maps to org.gearscape.ggl.readers.gvsig.SHPWriter;

read SHP &#39;/tmp/mySHP.shp&#39; to shp;
write SHP shp to &#39;/tmp/mySHP2.shp&#39;;</font>
</pre><p>
copies the shapefile succesfully. The design allows the creation of new wrappers by extending the abstract class (AbstractGvsigReader or AbstractGvsigFileWriter) and developing a single method <span style="font-family: courier new,monospace;">getFeatureStore </span>for readers and <span style="font-family: courier new,monospace;">createFeatureStore </span>for writers. 
</p>
<ul><li><strong>What am I going to do now?</strong>
<ul><li><i>Test developed readers/writers</i>: Before developing more 
wrappers, I find it necessary to test the developed code to ensure its 
correction. Once we hace tests for the first wrappers, create new ones 
would be easier. 
</li></ul></li><li><strong>Any blocking issue?</strong> I had a problem 
this week that blocked me for a couple of days. The error was detected 
while initializing the fmap library from gvSIG and I had to ask for a 
solution in the mailing list. Fortunately, people were very helpful and I
 managed to solve it fast.
</li></ul>Regards,<br><font color="#888888"><font color="#888888">Víctor.</font>
</font>