Hello,

I'm exploring the process implementation made in th unsupported package.

First :
I have a build error on this:
import 
com.sun.org.apache.bcel.internal.verifier.structurals.UninitializedObjectType;
using the -U in maven doesn't solve the problem.

Second :
this process implementation doesnt fit to what has been decided in the proposal.
cf : http://docs.codehaus.org/display/GEOTOOLS/Process+proposal

- The actual implementation I see is assuming a process is made for spatial 
operations. (and so has defined crs,metadatas and others in the parameters) 
Process is not only for spatial operation.
- there is a major difference in the ProcessFactory
this implementation use : 
public Process create();
and
public Map<String,Object> process(Map<String,Object> input, ProgressListener 
monitor);

And the proposal said :
public Process create(Map<String, Object> parameters)
and 
public Map<String,Object> process(ProgressListener monitor);


Or perhaps there is a new wiki page somewhere that explains those changes ?


johann

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to