|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAddLayersOperation
Provides access to members that control the Add layers operation.
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,
Object pDestinationGroup)
Information regarding where the the layer needs to be added. |
void |
setName(String rhs1)
Name of the the operation. |
Method Detail |
---|
void addLayer(ILayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationInfo(int atIndex, IMap pDestinationMap, Object pDestinationGroup) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setArrangeLayers(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
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 |