Hello everybody!
I have developed new geoalgorithm according to Programming Guide.
GIS application in which I incorporate sextante is gvSIG.
In my plugin class I have added this code:
     AlgorithmAndResources.addAlgorithm("...");
     Sextante.initialize();
but there isn't my algorithm in sextante toolbox.
In debug time, at the moment of adding my algorithm to HashMap (m_Algorithm in 
Sextante.java) that map is empty. Other sextante algorithms were before that 
loaded and I don't understand how is that map now empty. It seems like there 
are two differnt classes Sextente.java loaded.
Is there some problem with Class.forName() method?

Any help will be valuable!
Thanks!

Regrads,
Milos





      
_______________________________________________
Sextante-devel mailing list
[email protected]
https://lists.forge.osor.eu/listinfo/sextante-devel

Reply via email to