com.esri.arcgis.carto
Interface IACScaleDependentRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACScaleDependentRenderer, IACScaleDependentRendererProxy

public interface IACScaleDependentRenderer
extends java.io.Serializable

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

IID209ec66d_9469_4afc_93af_944bbf886694

static final int IID209ec66d_9469_4afc_93af_944bbf886694
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getMinScale

double getMinScale()
                   throws java.io.IOException,
                          AutomationException
Minimum scale at which the renderer will display.

Returns:
The scale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinScale

void setMinScale(double scale)
                 throws java.io.IOException,
                        AutomationException
Minimum scale at which the renderer will display.

Parameters:
scale - The scale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxScale

double getMaxScale()
                   throws java.io.IOException,
                          AutomationException
Maximum scale at which the renderer will display.

Returns:
The scale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxScale

void setMaxScale(double scale)
                 throws java.io.IOException,
                        AutomationException
Maximum scale at which the renderer will display.

Parameters:
scale - The scale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRenderer

IACRenderer getRenderer()
                        throws java.io.IOException,
                               AutomationException
Renderer used to draw the layer.

Returns:
A reference to a com.esri.arcgis.carto.IACRenderer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRendererByRef

void setRendererByRef(IACRenderer renderer)
                      throws java.io.IOException,
                             AutomationException
Renderer used to draw the layer.

Parameters:
renderer - A reference to a com.esri.arcgis.carto.IACRenderer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.