org.geotools.data.wps.request
Interface DescribeProcessRequest
- All Superinterfaces:
- Request
- All Known Implementing Classes:
- AbstractDescribeProcessRequest, WPS1_0_0.InternalDescribeProcessRequest
public interface DescribeProcessRequest
- extends Request
Retrieves information about the given process on
the WPS Server.
The only parameter it takes is a process which it uses to
return the information about.
- Author:
- gdavis
Field Summary |
static java.lang.String |
IDENTIFIER
Represents the PROCESS parameter |
Method Summary |
void |
setIdentifier(java.lang.String processnames)
Sets the name of the process to look up |
IDENTIFIER
static final java.lang.String IDENTIFIER
- Represents the PROCESS parameter
- See Also:
- Constant Field Values
setIdentifier
void setIdentifier(java.lang.String processnames)
- Sets the name of the process to look up
- Parameters:
processname
- A comma-delimited list of unique process names
Copyright © 1996-2010 Geotools. All Rights Reserved.