|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScaleDependentRenderer
COM Interface 'IScaleDependentRenderer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control a renderer which is composed of mulitple renderers, of which only one is enabled within a particular scale range.' 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 |
IIDc86b3d95_ed80_11d0_8bba_080009ee4e41
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addRenderer(IFeatureRenderer renderer)
Adds a renderer to the end of the list. |
double |
getBreak(int index)
Scale value at which to break for the specified index. |
java.lang.Object |
getRenderer(int index)
The renderer at the specified index. |
int |
getRendererCount()
Number of renderers. |
void |
moveRenderer(IFeatureRenderer renderer,
int toIndex)
Moves renderer to the specified location in the list. |
void |
removeRenderer(IFeatureRenderer renderer)
Removes the specified renderer from the list. |
void |
setBreak(int index,
double breakValue)
Scale value at which to break for the specified index. |
void |
setRendererByRef(int index,
java.lang.Object renderer)
The renderer at the specified index. |
void |
setRendererCount(int rendererCount)
Number of renderers. |
Field Detail |
---|
static final int IIDc86b3d95_ed80_11d0_8bba_080009ee4e41
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.void setRendererCount(int rendererCount) throws java.io.IOException, AutomationException
rendererCount
- The rendererCount (in)
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 setRendererByRef(int index, java.lang.Object renderer) throws java.io.IOException, AutomationException
index
- The index (in)renderer
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getBreak(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 setBreak(int index, double breakValue) throws java.io.IOException, AutomationException
index
- The index (in)breakValue
- The breakValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addRenderer(IFeatureRenderer renderer) throws java.io.IOException, AutomationException
renderer
- A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeRenderer(IFeatureRenderer renderer) throws java.io.IOException, AutomationException
renderer
- A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveRenderer(IFeatureRenderer renderer, int toIndex) throws java.io.IOException, AutomationException
renderer
- A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)toIndex
- The toIndex (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 |