com.esri.arcgis.arcmapui
Interface IAddLayersOperation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AddLayersOperation, IAddLayersOperationProxy

public interface IAddLayersOperation
extends java.io.Serializable

COM Interface 'IAddLayersOperation'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the Add layers operation.' 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 IID1ac6f042_c7c8_464b_bb0f_6fc5a7f7c12e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addLayer(ILayer layer)
          Layer to be added.
 void setArrangeLayers(boolean rhs1)
          A Boolean expression that represents whether the layers need to arranged as per their shape.
 void setDestinationInfo(int atIndex, IMap pDestinationMap, java.lang.Object pDestinationGroup)
          Information regarding where the the layer needs to be added.
 void setName(java.lang.String rhs1)
          Name of the the operation.
 

Field Detail

IID1ac6f042_c7c8_464b_bb0f_6fc5a7f7c12e

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

addLayer

void addLayer(ILayer layer)
              throws java.io.IOException,
                     AutomationException
Layer to be added.

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

setDestinationInfo

void setDestinationInfo(int atIndex,
                        IMap pDestinationMap,
                        java.lang.Object pDestinationGroup)
                        throws java.io.IOException,
                               AutomationException
Information regarding where the the layer needs to be added. pDestination can be a Map or a GroupLayer.

Parameters:
atIndex - The atIndex (in)
pDestinationMap - A reference to a com.esri.arcgis.carto.IMap (in)
pDestinationGroup - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setArrangeLayers

void setArrangeLayers(boolean rhs1)
                      throws java.io.IOException,
                             AutomationException
A Boolean expression that represents whether the layers need to arranged as per their shape.

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

setName

void setName(java.lang.String rhs1)
             throws java.io.IOException,
                    AutomationException
Name of the the operation.

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