com.esri.arcgis.carto
Class IRepresentationRendererProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IRepresentationRenderer'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the properties and methods of a RepresentationRenderer.' 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 IRepresentationRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements IRepresentationRenderer, 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.IRepresentationRenderer
IID, IIDc2e6e3ea_6057_4daf_9d54_a84b2a589307
 
Constructor Summary
  IRepresentationRendererProxy()
          Deprecated. For internal use only
  IRepresentationRendererProxy(java.lang.Object obj)
          Deprecated.  
protected IRepresentationRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRepresentationRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRepresentationRendererProxy(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.  
 IColor getInvalidRuleColor()
          Deprecated. Color used for representations with an invalid rule ID.
 IColor getInvisibleColor()
          Deprecated. Color used for invisible representations.
 IRepresentationClass getRepresentationClass()
          Deprecated. Property RepresentationClass.
 boolean isDrawInvalidRule()
          Deprecated. Indicates if representations with an invalid Rule ID will draw.
 boolean isDrawInvisible()
          Deprecated. Indicates whether or not invisible representations will be drawn.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDrawInvalidRule(boolean draw)
          Deprecated. Indicates if representations with an invalid Rule ID will draw.
 void setDrawInvisible(boolean draw)
          Deprecated. Indicates whether or not invisible representations will be drawn.
 void setInvalidRuleColor(IColor color)
          Deprecated. Color used for representations with an invalid rule ID.
 void setInvisibleColor(IColor color)
          Deprecated. Color used for invisible representations.
 void setRepresentationClassByRef(IRepresentationClass repClass)
          Deprecated. Property RepresentationClass.
 
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

IRepresentationRendererProxy

public IRepresentationRendererProxy(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

IRepresentationRendererProxy

public IRepresentationRendererProxy()
Deprecated. 
For internal use only


IRepresentationRendererProxy

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

IRepresentationRendererProxy

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

IRepresentationRendererProxy

protected IRepresentationRendererProxy(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

setRepresentationClassByRef

public void setRepresentationClassByRef(IRepresentationClass repClass)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Property RepresentationClass.

Specified by:
setRepresentationClassByRef in interface IRepresentationRenderer
Parameters:
repClass - A reference to a com.esri.arcgis.geodatabase.IRepresentationClass (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRepresentationClass

public IRepresentationClass getRepresentationClass()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
Property RepresentationClass.

Specified by:
getRepresentationClass in interface IRepresentationRenderer
Returns:
A reference to a com.esri.arcgis.geodatabase.IRepresentationClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDrawInvisible

public boolean isDrawInvisible()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether or not invisible representations will be drawn.

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

setDrawInvisible

public void setDrawInvisible(boolean draw)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether or not invisible representations will be drawn.

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

getInvisibleColor

public IColor getInvisibleColor()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Color used for invisible representations.

Specified by:
getInvisibleColor in interface IRepresentationRenderer
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInvisibleColor

public void setInvisibleColor(IColor color)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Color used for invisible representations.

Specified by:
setInvisibleColor in interface IRepresentationRenderer
Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDrawInvalidRule

public boolean isDrawInvalidRule()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if representations with an invalid Rule ID will draw.

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

setDrawInvalidRule

public void setDrawInvalidRule(boolean draw)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if representations with an invalid Rule ID will draw.

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

getInvalidRuleColor

public IColor getInvalidRuleColor()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Color used for representations with an invalid rule ID.

Specified by:
getInvalidRuleColor in interface IRepresentationRenderer
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInvalidRuleColor

public void setInvalidRuleColor(IColor color)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Color used for representations with an invalid rule ID.

Specified by:
setInvalidRuleColor in interface IRepresentationRenderer
Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.