com.esri.arcgis.gisclient
Class IWCSServiceDescriptionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.gisclient.IWCSServiceDescriptionProxy
All Implemented Interfaces:
IWCSServiceDescription, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IWCSServiceDescription'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to members give access to WCSServiceDescription information.' 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 =

public class IWCSServiceDescriptionProxy
extends com.esri.arcgis.interop.Dispatch
implements IWCSServiceDescription, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.gisclient.IWCSServiceDescription
IID, IIDe19a5310_486c_4d32_8d44_93696d6804d4
 
Constructor Summary
  IWCSServiceDescriptionProxy()
          Deprecated. For internal use only
  IWCSServiceDescriptionProxy(java.lang.Object obj)
          Deprecated.  
protected IWCSServiceDescriptionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IWCSServiceDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IWCSServiceDescriptionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void fireWCSException(java.lang.String requestType, java.lang.String requestURL, IWCSServiceExceptionHandler pException)
          Deprecated. Notifies listeners about a valid exception from the WCS Service.
 void fireWCSRequest(java.lang.String requestType, java.lang.String requestURL)
          Deprecated. Notifies listeners about the URL request made to this WCS Service.
 java.lang.String getAbstract()
          Deprecated. Abstract of WCS Service.
 java.lang.String getAccessConstrains()
          Deprecated. Constrains to access to this WCS Service.
 java.lang.String getBaseURL(java.lang.String capability, java.lang.String requestMethod)
          Deprecated. Base url for given capability and request method.
 IWCSCoverageDescription getCoverageDescriptionByIndex(int index)
          Deprecated. WCS coverage information at the given index.
 IWCSCoverageDescription getCoverageDescriptionByName(java.lang.String name)
          Deprecated. CoverageDescription by name.
 int getCoverageDescriptionCount()
          Deprecated. 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)
          Deprecated. The URL to download the coverage from.
 java.lang.String getExceptionFormat(int index)
          Deprecated. Supported exception at the given index.
 int getExceptionFormatCount()
          Deprecated. Supported exception format count.
 java.lang.String getKeyword(int index)
          Deprecated. Available keyword at the given index.
 int getKeywordCount()
          Deprecated. Available keyword count.
 java.lang.String getSupportedVersion(int index)
          Deprecated. Supported version at the given index.
 int getSupportedVersionsCount()
          Deprecated. Supported versions count.
 java.lang.String getTitle()
          Deprecated. Title of WCS Service.
 java.lang.String getVersion()
          Deprecated. Default version of WCS Service.
 java.lang.String getWCSName()
          Deprecated. Name of WCS Service.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IWCSServiceDescriptionProxy

public IWCSServiceDescriptionProxy(java.lang.String CLSID,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.net.UnknownHostException,
                                   java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IWCSServiceDescriptionProxy

public IWCSServiceDescriptionProxy()
Deprecated. 
For internal use only


IWCSServiceDescriptionProxy

public IWCSServiceDescriptionProxy(java.lang.Object obj)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IWCSServiceDescriptionProxy

protected IWCSServiceDescriptionProxy(java.lang.Object obj,
                                      java.lang.String iid)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IWCSServiceDescriptionProxy

protected IWCSServiceDescriptionProxy(java.lang.String CLSID,
                                      java.lang.String iid,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getWCSName

public java.lang.String getWCSName()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Name of WCS Service.

Specified by:
getWCSName in interface IWCSServiceDescription
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAbstract

public java.lang.String getAbstract()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Abstract of WCS Service.

Specified by:
getAbstract in interface IWCSServiceDescription
Returns:
The esri_abstract
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTitle

public java.lang.String getTitle()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Title of WCS Service.

Specified by:
getTitle in interface IWCSServiceDescription
Returns:
The title
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersion

public java.lang.String getVersion()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Default version of WCS Service.

Specified by:
getVersion in interface IWCSServiceDescription
Returns:
The ver
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAccessConstrains

public java.lang.String getAccessConstrains()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Constrains to access to this WCS Service.

Specified by:
getAccessConstrains in interface IWCSServiceDescription
Returns:
The constrains
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBaseURL

public java.lang.String getBaseURL(java.lang.String capability,
                                   java.lang.String requestMethod)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Base url for given capability and request method.

Specified by:
getBaseURL in interface IWCSServiceDescription
Parameters:
capability - The capability (in)
requestMethod - The requestMethod (in)
Returns:
The baseURL
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExceptionFormatCount

public int getExceptionFormatCount()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Supported exception format count.

Specified by:
getExceptionFormatCount in interface IWCSServiceDescription
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExceptionFormat

public java.lang.String getExceptionFormat(int index)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Supported exception at the given index.

Specified by:
getExceptionFormat in interface IWCSServiceDescription
Parameters:
index - The index (in)
Returns:
The exceptionFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSupportedVersionsCount

public int getSupportedVersionsCount()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Supported versions count.

Specified by:
getSupportedVersionsCount in interface IWCSServiceDescription
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSupportedVersion

public java.lang.String getSupportedVersion(int index)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Supported version at the given index.

Specified by:
getSupportedVersion in interface IWCSServiceDescription
Parameters:
index - The index (in)
Returns:
The version
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeywordCount

public int getKeywordCount()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Available keyword count.

Specified by:
getKeywordCount in interface IWCSServiceDescription
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeyword

public java.lang.String getKeyword(int index)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Available keyword at the given index.

Specified by:
getKeyword in interface IWCSServiceDescription
Parameters:
index - The index (in)
Returns:
The keyword
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCoverageDescriptionCount

public int getCoverageDescriptionCount()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
WCS coverage count.

Specified by:
getCoverageDescriptionCount in interface IWCSServiceDescription
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCoverageDescriptionByIndex

public IWCSCoverageDescription getCoverageDescriptionByIndex(int index)
                                                      throws java.io.IOException,
                                                             AutomationException
Deprecated. 
WCS coverage information at the given index.

Specified by:
getCoverageDescriptionByIndex in interface IWCSServiceDescription
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.gisclient.IWCSCoverageDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCoverageDescriptionByName

public IWCSCoverageDescription getCoverageDescriptionByName(java.lang.String name)
                                                     throws java.io.IOException,
                                                            AutomationException
Deprecated. 
CoverageDescription by name.

Specified by:
getCoverageDescriptionByName in interface IWCSServiceDescription
Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.gisclient.IWCSCoverageDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCoverageRequestUrl

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
Deprecated. 
The URL to download the coverage from.

Specified by:
getCoverageRequestUrl in interface IWCSServiceDescription
Parameters:
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)
Returns:
The uRL
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fireWCSRequest

public void fireWCSRequest(java.lang.String requestType,
                           java.lang.String requestURL)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Notifies listeners about the URL request made to this WCS Service.

Specified by:
fireWCSRequest in interface IWCSServiceDescription
Parameters:
requestType - The requestType (in)
requestURL - The requestURL (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fireWCSException

public void fireWCSException(java.lang.String requestType,
                             java.lang.String requestURL,
                             IWCSServiceExceptionHandler pException)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Notifies listeners about a valid exception from the WCS Service.

Specified by:
fireWCSException in interface IWCSServiceDescription
Parameters:
requestType - The requestType (in)
requestURL - The requestURL (in)
pException - A reference to a com.esri.arcgis.gisclient.IWCSServiceExceptionHandler (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.