|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACScaleDependentRenderer
COM Interface 'IACScaleDependentRenderer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control ArcIMS scale dependent renderers.' 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 |
IID209ec66d_9469_4afc_93af_944bbf886694
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
getMaxScale()
Maximum scale at which the renderer will display. |
double |
getMinScale()
Minimum scale at which the renderer will display. |
IACRenderer |
getRenderer()
Renderer used to draw the layer. |
void |
setMaxScale(double scale)
Maximum scale at which the renderer will display. |
void |
setMinScale(double scale)
Minimum scale at which the renderer will display. |
void |
setRendererByRef(IACRenderer renderer)
Renderer used to draw the layer. |
Field Detail |
---|
static final int IID209ec66d_9469_4afc_93af_944bbf886694
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getMinScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinScale(double scale) throws java.io.IOException, AutomationException
scale
- The scale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaxScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxScale(double scale) throws java.io.IOException, AutomationException
scale
- The scale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IACRenderer getRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRendererByRef(IACRenderer renderer) throws java.io.IOException, AutomationException
renderer
- A reference to a com.esri.arcgis.carto.IACRenderer (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 |