com.esri.arcgis.carto
Interface IIMSSubLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
IIMSSubLayerProxy, IMSSubFeatureLayer, IMSSubLayer

public interface IIMSSubLayer
extends Serializable

Provides access to members that control the IMS sub layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

isCanIdentify

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setCanIdentify

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getIMSLayer

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setSymbologyUpdated

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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