|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWCSServer
Provides access to the available WCS Server properties and methods.
This interface is new at ArcGIS 9.3.
Provide access to the properties and methods of WCS Server Object Extension, through which Server Object can provide OGC Web Coverage Service (WCS).
Method Summary | |
---|---|
byte[] |
getData(String sRequest,
String[] pMimeType)
Handle WCS request. |
void |
setParameters(String name,
String value)
Handle setting WCS Server parameters. |
Method Detail |
---|
byte[] getData(String sRequest, String[] pMimeType) throws IOException, AutomationException
sRequest
- The sRequest (in)pMimeType
- The pMimeType (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParameters(String name, String value) throws IOException, AutomationException
SetParameter sets the parameters of the WCS service which can be retrieved through a GetCapabilities request.
name
- The name (in)value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |