| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IACScaleDependentRenderer
Provides access to members that control ArcIMS scale dependent renderers.
| 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. | 
| Method Detail | 
|---|
double getMinScale()
                   throws IOException,
                          AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinScale(double scale)
                 throws IOException,
                        AutomationException
scale - The scale  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMaxScale()
                   throws IOException,
                          AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxScale(double scale)
                 throws IOException,
                        AutomationException
scale - The scale  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IACRenderer getRenderer()
                        throws IOException,
                               AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRendererByRef(IACRenderer renderer)
                      throws IOException,
                             AutomationException
renderer - A reference to a com.esri.arcgis.carto.IACRenderer  (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 | ||||||||