com.esri.arcgis.carto
Interface IIMSSubLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IIMSSubLayerProxy, IMSSubFeatureLayer, IMSSubLayer

public interface IIMSSubLayer
extends java.io.Serializable

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

Description: 'Provides access to members that control the IMS sub 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 IIDd090aa89_c2f1_11d3_9fef_00c04f6bc6a5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IACLayer getIMSLayer()
          The IMS layer.
 boolean isCanIdentify()
          Indicates if this layer is included in identify.
 void setCanIdentify(boolean flag)
          Indicates if this layer is included in identify.
 void setSymbologyUpdated(boolean rhs1)
          Indicates if this layers symbology has been updated.
 

Field Detail

IIDd090aa89_c2f1_11d3_9fef_00c04f6bc6a5

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

isCanIdentify

boolean isCanIdentify()
                      throws java.io.IOException,
                             AutomationException
Indicates if this layer is included in identify.

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

setCanIdentify

void setCanIdentify(boolean flag)
                    throws java.io.IOException,
                           AutomationException
Indicates if this layer is included in identify.

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

getIMSLayer

IACLayer getIMSLayer()
                     throws java.io.IOException,
                            AutomationException
The IMS layer.

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

setSymbologyUpdated

void setSymbologyUpdated(boolean rhs1)
                         throws java.io.IOException,
                                AutomationException
Indicates if this layers symbology has been updated.

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