Process clarification question

For the following with have a java bean defined; with an annotation to fill in 
the missing information:

DescribeProcess(title = "rectangularClip", description = "Clips the features to 
the specified geometry")
public class ClipProcess implements GSProcess {
 ....
}

I ran into a bad assumption when writing a test case ...

To find the above process:

- new NameImpl("gs","ClipProcess") works
- new NameImpl("gs","rectangularClip") does not work

Does the WPS spec have the concept of a display name? I would of expected that 
"rectangularClip" is used rather than the java bean name; if only so we can 
follow normal java naming conventions for our java beans without watching 
things get out of hand.

-- 
Jody Garnett

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to