com.esri.arcgis.carto
Interface IWMSMapLayer2

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

public interface IWMSMapLayer2
extends java.io.Serializable

COM Interface 'IWMSMapLayer2'. 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 IIDb03878f5_8792_4dbd_9264_c95646139bf0
           
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.
 IPropertySet getDimensionValues()
          Dimensions 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 setDimensionValuesByRef(IPropertySet dimensionValues)
          Dimensions 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

IIDb03878f5_8792_4dbd_9264_c95646139bf0

static final int IIDb03878f5_8792_4dbd_9264_c95646139bf0
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

getDimensionValues

IPropertySet getDimensionValues()
                                throws java.io.IOException,
                                       AutomationException
Dimensions for the WMS Map Layer image.

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

setDimensionValuesByRef

void setDimensionValuesByRef(IPropertySet dimensionValues)
                             throws java.io.IOException,
                                    AutomationException
Dimensions for the WMS Map Layer image.

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

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.