|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWCSServiceDescription
Provides access to members give access to WCSServiceDescription information.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
void |
fireWCSException(String requestType,
String requestURL,
IWCSServiceExceptionHandler pException)
Notifies listeners about a valid exception from the WCS Service. |
void |
fireWCSRequest(String requestType,
String requestURL)
Notifies listeners about the URL request made to this WCS Service. |
String |
getAbstract()
Abstract of WCS Service. |
String |
getAccessConstrains()
Constrains to access to this WCS Service. |
String |
getBaseURL(String capability,
String requestMethod)
Base url for given capability and request method. |
IWCSCoverageDescription |
getCoverageDescriptionByIndex(int index)
WCS coverage information at the given index. |
IWCSCoverageDescription |
getCoverageDescriptionByName(String name)
CoverageDescription by name. |
int |
getCoverageDescriptionCount()
WCS coverage count. |
String |
getCoverageRequestUrl(String coverageName,
IEnvelope pBoundingBox,
String cRS,
String responseFormat,
int imageWidth,
int imageHeight)
The URL to download the coverage from. |
String |
getExceptionFormat(int index)
Supported exception at the given index. |
int |
getExceptionFormatCount()
Supported exception format count. |
String |
getKeyword(int index)
Available keyword at the given index. |
int |
getKeywordCount()
Available keyword count. |
String |
getSupportedVersion(int index)
Supported version at the given index. |
int |
getSupportedVersionsCount()
Supported versions count. |
String |
getTitle()
Title of WCS Service. |
String |
getVersion()
Default version of WCS Service. |
String |
getWCSName()
Name of WCS Service. |
| Method Detail |
|---|
String getWCSName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getAbstract()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTitle()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getVersion()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getAccessConstrains()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getBaseURL(String capability,
String requestMethod)
throws IOException,
AutomationException
capability - The capability (in)requestMethod - The requestMethod (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getExceptionFormatCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getExceptionFormat(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSupportedVersionsCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getSupportedVersion(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getKeywordCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getKeyword(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCoverageDescriptionCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IWCSCoverageDescription getCoverageDescriptionByIndex(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IWCSCoverageDescription getCoverageDescriptionByName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getCoverageRequestUrl(String coverageName,
IEnvelope pBoundingBox,
String cRS,
String responseFormat,
int imageWidth,
int imageHeight)
throws IOException,
AutomationException
coverageName - The coverageName (in)pBoundingBox - A reference to a com.esri.arcgis.geometry.IEnvelope (in)cRS - The cRS (in)responseFormat - The responseFormat (in)imageWidth - The imageWidth (in)imageHeight - The imageHeight (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void fireWCSRequest(String requestType,
String requestURL)
throws IOException,
AutomationException
requestType - The requestType (in)requestURL - The requestURL (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void fireWCSException(String requestType,
String requestURL,
IWCSServiceExceptionHandler pException)
throws IOException,
AutomationException
requestType - The requestType (in)requestURL - The requestURL (in)pException - A reference to a com.esri.arcgis.gisclient.IWCSServiceExceptionHandler (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 | ||||||||