|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerRenderers
COM Interface 'ILayerRenderers'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description: 'Provides access to members that expose the renderers of a 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 |
IID0aa361c1_06a2_11d5_9163_0080c7074326
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addRenderer(java.lang.Object renderer)
Add a renderer to the end of the group. |
void |
clearRenderers()
Remove all the renderers from the layer. |
java.lang.Object |
getRenderer(int index)
Gets the nth renderer. |
int |
getRendererCount()
The number of renderers. |
void |
insertRenderer(java.lang.Object renderer,
int index)
Insert a renderer at given index. |
void |
removeRenderer(java.lang.Object renderer)
Remove a renderer from the layer. |
Field Detail |
---|
static final int IID0aa361c1_06a2_11d5_9163_0080c7074326
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getRendererCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getRenderer(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addRenderer(java.lang.Object renderer) throws java.io.IOException, AutomationException
renderer
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insertRenderer(java.lang.Object renderer, int index) throws java.io.IOException, AutomationException
renderer
- A reference to another Object (IUnknown) (in)index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeRenderer(java.lang.Object renderer) throws java.io.IOException, AutomationException
renderer
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearRenderers() throws java.io.IOException, AutomationException
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 |