|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.gisclient.IWCSServiceDescriptionProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IWCSServiceDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IWCSServiceDescriptionProxy()
public IWCSServiceDescriptionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IWCSServiceDescriptionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IWCSServiceDescriptionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getWCSName() throws java.io.IOException, AutomationException
getWCSName
in interface IWCSServiceDescription
java.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 IWCSServiceDescription
java.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 IWCSServiceDescription
java.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 IWCSServiceDescription
java.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 IWCSServiceDescription
java.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 IWCSServiceDescription
capability
- 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 IWCSServiceDescription
java.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 IWCSServiceDescription
index
- 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 IWCSServiceDescription
java.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 IWCSServiceDescription
index
- 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 IWCSServiceDescription
java.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 IWCSServiceDescription
index
- 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 IWCSServiceDescription
java.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 IWCSServiceDescription
index
- 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 IWCSServiceDescription
name
- 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 IWCSServiceDescription
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)
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 IWCSServiceDescription
requestType
- 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 IWCSServiceDescription
requestType
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |