|
||||||||||
| 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.IWMSServiceDescriptionProxy
Provides access to members give access to WMSServiceDescription information.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
IWMSServiceDescriptionProxy()
For internal use only |
|
IWMSServiceDescriptionProxy(java.lang.Object obj)
|
protected |
IWMSServiceDescriptionProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IWMSServiceDescriptionProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
IWMSServiceDescriptionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
void |
fireWMSException(java.lang.String requestType,
java.lang.String requestURL,
IWMSServiceExceptionHandler pException)
Notifies listeners about a valid exception from the WMS Service. |
void |
fireWMSRequest(java.lang.String requestType,
java.lang.String requestURL)
Notifies listeners about the URL request made to this WMS Service. |
java.lang.String |
getBaseURL(java.lang.String capability,
java.lang.String requestMethod)
Base url for given capability and request method. |
java.lang.String |
getExceptionFormat(int index)
Supported exception at the given index. |
int |
getExceptionFormatCount()
Supported exception format count. |
java.lang.String |
getFeatureInfoFormat(int index)
Supported FeatureInfoFormat at the given index. |
int |
getFeatureInfoFormatCount()
Supported FeatureInfoFormat count. |
java.lang.String |
getFeatureInfoRequestURL(IArray pLayers,
IEnvelope pBoundingBox,
int imageWidth,
int imageHeight,
int positionX,
int positionY,
int featureCount,
java.lang.String responseFormat)
The url to download the feature info from. |
java.lang.String |
getImageFormat(int index)
Supported GetMap's ImageFormat at the given index. |
int |
getImageFormatCount()
Supported GetMap's ImageFormat count. |
java.lang.String |
getImageRequestUrl(IArray pLayers,
IEnvelope pBoundingBox,
int imageWidth,
int imageHeight,
int bgColor,
java.lang.String responseFormat,
boolean drawTransparent)
The URL to download the map image from. |
IWMSLayerDescription |
getLayerDescription(int index)
WMS layer information at the given index. |
int |
getLayerDescriptionCount()
WMS layer count. |
java.lang.String |
getSRS(int index)
Supported SRS at the given index. |
int |
getSRSCount()
Supported SRS count. |
java.lang.String |
getWMSAbstract()
Abstract of WMS Service. |
java.lang.String |
getWMSName()
Name of WMS Service. |
java.lang.String |
getWMSTitle()
Title of WMS Service. |
java.lang.String |
getWMSVersion()
Version of WMS Service. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public IWMSServiceDescriptionProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public IWMSServiceDescriptionProxy()
public IWMSServiceDescriptionProxy(java.lang.Object obj)
throws java.io.IOException
protected IWMSServiceDescriptionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected IWMSServiceDescriptionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the events
java.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the events
java.io.IOException
public java.lang.String getWMSName()
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getWMSName in interface IWMSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWMSAbstract()
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getWMSAbstract in interface IWMSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWMSTitle()
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getWMSTitle in interface IWMSServiceDescriptionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getWMSVersion()
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getWMSVersion in interface IWMSServiceDescriptionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getLayerDescriptionCount()
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getLayerDescriptionCount in interface IWMSServiceDescriptionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IWMSLayerDescription getLayerDescription(int index)
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getLayerDescription in interface IWMSServiceDescriptionindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getSRSCount()
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getSRSCount in interface IWMSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getSRS(int index)
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getSRS in interface IWMSServiceDescriptionindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getImageRequestUrl(IArray pLayers,
IEnvelope pBoundingBox,
int imageWidth,
int imageHeight,
int bgColor,
java.lang.String responseFormat,
boolean drawTransparent)
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getImageRequestUrl in interface IWMSServiceDescriptionpLayers - A reference to a com.esri.arcgis.system.IArray (in)pBoundingBox - A reference to a com.esri.arcgis.geometry.IEnvelope (in)imageWidth - The imageWidth (in)imageHeight - The imageHeight (in)bgColor - The bgColor (A COM typedef) (in)responseFormat - The responseFormat (in)drawTransparent - The drawTransparent (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFeatureInfoRequestURL(IArray pLayers,
IEnvelope pBoundingBox,
int imageWidth,
int imageHeight,
int positionX,
int positionY,
int featureCount,
java.lang.String responseFormat)
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getFeatureInfoRequestURL in interface IWMSServiceDescriptionpLayers - A reference to a com.esri.arcgis.system.IArray (in)pBoundingBox - A reference to a com.esri.arcgis.geometry.IEnvelope (in)imageWidth - The imageWidth (in)imageHeight - The imageHeight (in)positionX - The positionX (in)positionY - The positionY (in)featureCount - The featureCount (in)responseFormat - The responseFormat (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getImageFormatCount()
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getImageFormatCount in interface IWMSServiceDescriptionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getImageFormat(int index)
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getImageFormat in interface IWMSServiceDescriptionindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFeatureInfoFormatCount()
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getFeatureInfoFormatCount in interface IWMSServiceDescriptionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getFeatureInfoFormat(int index)
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getFeatureInfoFormat in interface IWMSServiceDescriptionindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getExceptionFormatCount()
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getExceptionFormatCount in interface IWMSServiceDescriptionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getExceptionFormat(int index)
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getExceptionFormat in interface IWMSServiceDescriptionindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getBaseURL(java.lang.String capability,
java.lang.String requestMethod)
throws java.io.IOException,
AutomationException
IWMSServiceDescription
getBaseURL in interface IWMSServiceDescriptioncapability - The capability (in)requestMethod - The requestMethod (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void fireWMSRequest(java.lang.String requestType,
java.lang.String requestURL)
throws java.io.IOException,
AutomationException
IWMSServiceDescription
fireWMSRequest in interface IWMSServiceDescriptionrequestType - The requestType (in)requestURL - The requestURL (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void fireWMSException(java.lang.String requestType,
java.lang.String requestURL,
IWMSServiceExceptionHandler pException)
throws java.io.IOException,
AutomationException
IWMSServiceDescription
fireWMSException in interface IWMSServiceDescriptionrequestType - The requestType (in)requestURL - The requestURL (in)pException - A reference to a com.esri.arcgis.gisclient.IWMSServiceExceptionHandler (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||