com.esri.arcgis.carto
Class IScaleDependentRendererProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IScaleDependentRendererProxy
All Implemented Interfaces:
IScaleDependentRenderer, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IScaleDependentRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements IScaleDependentRenderer, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.IScaleDependentRenderer
IID, IIDc86b3d95_ed80_11d0_8bba_080009ee4e41
 
Constructor Summary
  IScaleDependentRendererProxy()
          Deprecated. For internal use only
  IScaleDependentRendererProxy(java.lang.Object obj)
          Deprecated.  
protected IScaleDependentRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IScaleDependentRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IScaleDependentRendererProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void addRenderer(IFeatureRenderer renderer)
          Deprecated. Adds a renderer to the end of the list.
 double getBreak(int index)
          Deprecated. Scale value at which to break for the specified index.
 java.lang.Object getRenderer(int index)
          Deprecated. The renderer at the specified index.
 int getRendererCount()
          Deprecated. Number of renderers.
 void moveRenderer(IFeatureRenderer renderer, int toIndex)
          Deprecated. Moves renderer to the specified location in the list.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void removeRenderer(IFeatureRenderer renderer)
          Deprecated. Removes the specified renderer from the list.
 void setBreak(int index, double breakValue)
          Deprecated. Scale value at which to break for the specified index.
 void setRendererByRef(int index, java.lang.Object renderer)
          Deprecated. The renderer at the specified index.
 void setRendererCount(int rendererCount)
          Deprecated. Number of renderers.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IScaleDependentRendererProxy

public IScaleDependentRendererProxy(java.lang.String CLSID,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.net.UnknownHostException,
                                    java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IScaleDependentRendererProxy

public IScaleDependentRendererProxy()
Deprecated. 
For internal use only


IScaleDependentRendererProxy

public IScaleDependentRendererProxy(java.lang.Object obj)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IScaleDependentRendererProxy

protected IScaleDependentRendererProxy(java.lang.Object obj,
                                       java.lang.String iid)
                                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IScaleDependentRendererProxy

protected IScaleDependentRendererProxy(java.lang.String CLSID,
                                       java.lang.String iid,
                                       java.lang.String host,
                                       com.esri.arcgis.interop.AuthInfo authInfo)
                                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getRendererCount

public int getRendererCount()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Number of renderers.

Specified by:
getRendererCount in interface IScaleDependentRenderer
Returns:
The rendererCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRendererCount

public void setRendererCount(int rendererCount)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Number of renderers.

Specified by:
setRendererCount in interface IScaleDependentRenderer
Parameters:
rendererCount - The rendererCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRenderer

public java.lang.Object getRenderer(int index)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The renderer at the specified index.

Specified by:
getRenderer in interface IScaleDependentRenderer
Parameters:
index - The index (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRendererByRef

public void setRendererByRef(int index,
                             java.lang.Object renderer)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The renderer at the specified index.

Specified by:
setRendererByRef in interface IScaleDependentRenderer
Parameters:
index - The index (in)
renderer - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBreak

public double getBreak(int index)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Scale value at which to break for the specified index.

Specified by:
getBreak in interface IScaleDependentRenderer
Parameters:
index - The index (in)
Returns:
The breakValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBreak

public void setBreak(int index,
                     double breakValue)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Scale value at which to break for the specified index.

Specified by:
setBreak in interface IScaleDependentRenderer
Parameters:
index - The index (in)
breakValue - The breakValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addRenderer

public void addRenderer(IFeatureRenderer renderer)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Adds a renderer to the end of the list.

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

removeRenderer

public void removeRenderer(IFeatureRenderer renderer)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Removes the specified renderer from the list.

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

moveRenderer

public void moveRenderer(IFeatureRenderer renderer,
                         int toIndex)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Moves renderer to the specified location in the list.

Specified by:
moveRenderer in interface IScaleDependentRenderer
Parameters:
renderer - A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
toIndex - The toIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.