com.esri.arcgis.carto
Interface IWMSMapLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMSMapLayerProxy, WMSMapLayer

public interface IWMSMapLayer
extends java.io.Serializable

COM Interface 'IWMSMapLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the WMS map layer.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID8c19b114_1168_41a3_9e14_fc30ca5a4e9d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void clearDrawCache()
          Clears the cache of images downloaded from the WMS server for drawing.
 IColor getBackgroundColor()
          Background color for the WMS Map Layer image.
 boolean isServerSupportsTransparency()
          Indicates whether transparency is suppported by the server.
 boolean isTransparentBackground()
          Indicates whether to make the background of the WMS Map Layer image transparent.
 void setBackgroundColor(IColor ppColor)
          Background color for the WMS Map Layer image.
 void setTransparentBackground(boolean transparent)
          Indicates whether to make the background of the WMS Map Layer image transparent.
 void setWMSServiceDescriptionByRef(IWMSServiceDescription rhs1)
          Associated WMSServiceDescription.
 

Field Detail

IID8c19b114_1168_41a3_9e14_fc30ca5a4e9d

static final int IID8c19b114_1168_41a3_9e14_fc30ca5a4e9d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

clearDrawCache

void clearDrawCache()
                    throws java.io.IOException,
                           AutomationException
Clears the cache of images downloaded from the WMS server for drawing.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBackgroundColor

IColor getBackgroundColor()
                          throws java.io.IOException,
                                 AutomationException
Background color for the WMS Map Layer image.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundColor

void setBackgroundColor(IColor ppColor)
                        throws java.io.IOException,
                               AutomationException
Background color for the WMS Map Layer image.

Parameters:
ppColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTransparentBackground

boolean isTransparentBackground()
                                throws java.io.IOException,
                                       AutomationException
Indicates whether to make the background of the WMS Map Layer image transparent.

Returns:
The transparent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTransparentBackground

void setTransparentBackground(boolean transparent)
                              throws java.io.IOException,
                                     AutomationException
Indicates whether to make the background of the WMS Map Layer image transparent.

Parameters:
transparent - The transparent (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isServerSupportsTransparency

boolean isServerSupportsTransparency()
                                     throws java.io.IOException,
                                            AutomationException
Indicates whether transparency is suppported by the server.

Returns:
The transparent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWMSServiceDescriptionByRef

void setWMSServiceDescriptionByRef(IWMSServiceDescription rhs1)
                                   throws java.io.IOException,
                                          AutomationException
Associated WMSServiceDescription.

Parameters:
rhs1 - A reference to a com.esri.arcgis.gisclient.IWMSServiceDescription (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.