com.esri.arcgis.display
Class IRepresentationRule2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.IRepresentationRuleProxy
          extended by com.esri.arcgis.display.IRepresentationRule2Proxy
All Implemented Interfaces:
IRepresentationRule, IRepresentationRule2, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control a representation rule.' 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 IRepresentationRule2Proxy
extends IRepresentationRuleProxy
implements IRepresentationRule2, 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.display.IRepresentationRule2
IID, IIDbc4b25e7_e952_4b66_8606_0b5a315ab42b
 
Fields inherited from interface com.esri.arcgis.display.IRepresentationRule
IID2b7be3ab_bb72_49d0_a6ee_63acd1f9068c
 
Constructor Summary
  IRepresentationRule2Proxy()
          Deprecated. For internal use only
  IRepresentationRule2Proxy(java.lang.Object obj)
          Deprecated.  
protected IRepresentationRule2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRepresentationRule2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRepresentationRule2Proxy(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.  
 IGraphicAttributes getAttributesFromID(int attrListID)
          Deprecated. Retrieves the attribute list from an identifier.
 int getFeatureSeed()
          Deprecated. Seed value to ensure stability of random effects.
 int getIDFromAttributes(IGraphicAttributes attrList)
          Deprecated. Retrieves the identifier of an attribute list.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFeatureSeed(int featureOID)
          Deprecated. Seed value to ensure stability of random effects.
 
Methods inherited from class com.esri.arcgis.display.IRepresentationRuleProxy
draw, getLayer, getLayerCount, insertLayer, removeLayer
 
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
 
Methods inherited from interface com.esri.arcgis.display.IRepresentationRule
draw, getLayer, getLayerCount, insertLayer, removeLayer
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRepresentationRule2Proxy

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

IRepresentationRule2Proxy

public IRepresentationRule2Proxy()
Deprecated. 
For internal use only


IRepresentationRule2Proxy

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

IRepresentationRule2Proxy

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

IRepresentationRule2Proxy

protected IRepresentationRule2Proxy(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 IRepresentationRuleProxy
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 IRepresentationRuleProxy
Throws:
java.io.IOException

getIDFromAttributes

public int getIDFromAttributes(IGraphicAttributes attrList)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Retrieves the identifier of an attribute list.

Specified by:
getIDFromAttributes in interface IRepresentationRule2
Parameters:
attrList - A reference to a com.esri.arcgis.display.IGraphicAttributes (in)
Returns:
The attrListID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttributesFromID

public IGraphicAttributes getAttributesFromID(int attrListID)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Retrieves the attribute list from an identifier.

Specified by:
getAttributesFromID in interface IRepresentationRule2
Parameters:
attrListID - The attrListID (in)
Returns:
A reference to a com.esri.arcgis.display.IGraphicAttributes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureSeed

public void setFeatureSeed(int featureOID)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Seed value to ensure stability of random effects. When drawing features, the object ID is used.

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

getFeatureSeed

public int getFeatureSeed()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Seed value to ensure stability of random effects. When drawing features, the object ID is used.

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