|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.gisclient.WCSConnection
public class WCSConnection
COM Class 'WCSConnection'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriGISClient.olb'
Description 'The Connection for WCS.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.gisclient.IWCSConnection |
|---|
IID, IID2bb26ed5_6774_4ff5_8252_1e973ebd5bdc, xxDummy |
| Fields inherited from interface com.esri.arcgis.gisclient.IWCSServiceDescription |
|---|
IID, IIDe19a5310_486c_4d32_8d44_93696d6804d4, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
WCSConnection()
Constructs a WCSConnection using ArcGIS Engine. |
|
WCSConnection(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. WCSConnection theWCSConnection = (WCSConnection) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
fireWCSException(java.lang.String requestType,
java.lang.String requestURL,
IWCSServiceExceptionHandler pException)
Notifies listeners about a valid exception from the WCS Service. |
void |
fireWCSRequest(java.lang.String requestType,
java.lang.String requestURL)
Notifies listeners about the URL request made to this WCS Service. |
java.lang.String |
getAbstract()
Abstract of WCS Service. |
java.lang.String |
getAccessConstrains()
Constrains to access to this WCS Service. |
java.lang.String |
getBaseURL(java.lang.String capability,
java.lang.String requestMethod)
Base url for given capability and request method. |
static java.lang.String |
getClsid()
getClsid. |
IWCSCoverageDescription |
getCoverageDescriptionByIndex(int index)
WCS coverage information at the given index. |
IWCSCoverageDescription |
getCoverageDescriptionByName(java.lang.String name)
CoverageDescription by name. |
int |
getCoverageDescriptionCount()
WCS coverage count. |
java.lang.String |
getCoverageRequestUrl(java.lang.String coverageName,
IEnvelope pBoundingBox,
java.lang.String cRS,
java.lang.String responseFormat,
int imageWidth,
int imageHeight)
The URL to download the coverage from. |
java.lang.String |
getExceptionFormat(int index)
Supported exception at the given index. |
int |
getExceptionFormatCount()
Supported exception format count. |
IName |
getFullName()
Complete information required to connect to a WCS server.. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getKeyword(int index)
Available keyword at the given index. |
int |
getKeywordCount()
Available keyword count. |
java.lang.String |
getName()
Name of the connection. |
java.lang.String |
getSupportedVersion(int index)
Supported version at the given index. |
int |
getSupportedVersionsCount()
Supported versions count. |
java.lang.String |
getTitle()
Title of WCS Service. |
java.lang.String |
getVersion()
Default version of WCS Service. |
java.lang.String |
getWCSName()
Name of WCS Service. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
release()
Release a WCSConnection. |
void |
setFullNameByRef(IName ppName)
Complete information required to connect to a WCS server.. |
void |
setName(java.lang.String name)
Name of the connection. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WCSConnection()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public WCSConnection(java.lang.Object obj)
throws java.io.IOException
WCSConnection theWCSConnection = (WCSConnection) obj;
obj to WCSConnection.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IWCSConnectionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IWCSConnectionname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getFullName()
throws java.io.IOException,
AutomationException
getFullName in interface IWCSConnectionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFullNameByRef(IName ppName)
throws java.io.IOException,
AutomationException
setFullNameByRef in interface IWCSConnectionppName - A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWCSName()
throws java.io.IOException,
AutomationException
getWCSName in interface IWCSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAbstract()
throws java.io.IOException,
AutomationException
getAbstract in interface IWCSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTitle()
throws java.io.IOException,
AutomationException
getTitle in interface IWCSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getVersion()
throws java.io.IOException,
AutomationException
getVersion in interface IWCSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAccessConstrains()
throws java.io.IOException,
AutomationException
getAccessConstrains in interface IWCSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getBaseURL(java.lang.String capability,
java.lang.String requestMethod)
throws java.io.IOException,
AutomationException
getBaseURL in interface IWCSServiceDescriptioncapability - The capability (in)requestMethod - The requestMethod (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getExceptionFormatCount()
throws java.io.IOException,
AutomationException
getExceptionFormatCount in interface IWCSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getExceptionFormat(int index)
throws java.io.IOException,
AutomationException
getExceptionFormat in interface IWCSServiceDescriptionindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSupportedVersionsCount()
throws java.io.IOException,
AutomationException
getSupportedVersionsCount in interface IWCSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getSupportedVersion(int index)
throws java.io.IOException,
AutomationException
getSupportedVersion in interface IWCSServiceDescriptionindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getKeywordCount()
throws java.io.IOException,
AutomationException
getKeywordCount in interface IWCSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getKeyword(int index)
throws java.io.IOException,
AutomationException
getKeyword in interface IWCSServiceDescriptionindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCoverageDescriptionCount()
throws java.io.IOException,
AutomationException
getCoverageDescriptionCount in interface IWCSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWCSCoverageDescription getCoverageDescriptionByIndex(int index)
throws java.io.IOException,
AutomationException
getCoverageDescriptionByIndex in interface IWCSServiceDescriptionindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWCSCoverageDescription getCoverageDescriptionByName(java.lang.String name)
throws java.io.IOException,
AutomationException
getCoverageDescriptionByName in interface IWCSServiceDescriptionname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCoverageRequestUrl(java.lang.String coverageName,
IEnvelope pBoundingBox,
java.lang.String cRS,
java.lang.String responseFormat,
int imageWidth,
int imageHeight)
throws java.io.IOException,
AutomationException
getCoverageRequestUrl in interface IWCSServiceDescriptioncoverageName - 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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void fireWCSRequest(java.lang.String requestType,
java.lang.String requestURL)
throws java.io.IOException,
AutomationException
fireWCSRequest in interface IWCSServiceDescriptionrequestType - The requestType (in)requestURL - The requestURL (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void fireWCSException(java.lang.String requestType,
java.lang.String requestURL,
IWCSServiceExceptionHandler pException)
throws java.io.IOException,
AutomationException
fireWCSException in interface IWCSServiceDescriptionrequestType - The requestType (in)requestURL - The requestURL (in)pException - A reference to a com.esri.arcgis.gisclient.IWCSServiceExceptionHandler (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.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 | ||||||||