|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAddLayersOperation
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 |
---|
static final int IID1ac6f042_c7c8_464b_bb0f_6fc5a7f7c12e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void addLayer(ILayer layer) throws java.io.IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationInfo(int atIndex, IMap pDestinationMap, java.lang.Object pDestinationGroup) throws java.io.IOException, AutomationException
atIndex
- The atIndex (in)pDestinationMap
- A reference to a com.esri.arcgis.carto.IMap (in)pDestinationGroup
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setArrangeLayers(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |