com.esri.arcgis.catalog
Interface IGxWMSLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxWMSLayer, IGxWMSLayerProxy

public interface IGxWMSLayer
extends java.io.Serializable

COM Interface 'IGxWMSLayer'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members GxWMSLayer object.' 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 IIDa257840d_7628_498c_b3ca_cc9584b3b47a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWMSLayerDescription getWMSLayerDescription()
          The description of WMS layer.
 IWMSServiceDescription getWMSServiceDescription()
          The description of WMS service.
 void setWMSLayerDescriptionByRef(IWMSLayerDescription ppWMSLayerDescription)
          The description of WMS layer.
 void setWMSServiceDescriptionByRef(IWMSServiceDescription ppWMSServiceDescription)
          The description of WMS service.
 

Field Detail

IIDa257840d_7628_498c_b3ca_cc9584b3b47a

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

setWMSServiceDescriptionByRef

void setWMSServiceDescriptionByRef(IWMSServiceDescription ppWMSServiceDescription)
                                   throws java.io.IOException,
                                          AutomationException
The description of WMS service.

Parameters:
ppWMSServiceDescription - 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.

getWMSServiceDescription

IWMSServiceDescription getWMSServiceDescription()
                                                throws java.io.IOException,
                                                       AutomationException
The description of WMS service.

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

setWMSLayerDescriptionByRef

void setWMSLayerDescriptionByRef(IWMSLayerDescription ppWMSLayerDescription)
                                 throws java.io.IOException,
                                        AutomationException
The description of WMS layer.

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

getWMSLayerDescription

IWMSLayerDescription getWMSLayerDescription()
                                            throws java.io.IOException,
                                                   AutomationException
The description of WMS layer.

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