com.esri.arcgis.geodatabase
Class IRepresentationRulesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRepresentationRulesProxy
All Implemented Interfaces:
IRepresentationRules, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that supply information about the representation rules of a feature class representation.' 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 IRepresentationRulesProxy
extends com.esri.arcgis.interop.Dispatch
implements IRepresentationRules, 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.geodatabase.IRepresentationRules
IID, IID84e3b47a_b26d_41f3_8d1b_f4d9e300d454
 
Constructor Summary
  IRepresentationRulesProxy()
          Deprecated. For internal use only
  IRepresentationRulesProxy(java.lang.Object obj)
          Deprecated.  
protected IRepresentationRulesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRepresentationRulesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRepresentationRulesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 int add(IRepresentationRule repRule)
          Deprecated. Adds a new representation rule to the collection.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 boolean exists(int iD)
          Deprecated. Checks whether the given representation rule exists in the collection.
 int getIndex(int iD)
          Deprecated. Index of a representation rule indicated by its ID.
 java.lang.String getName(int iD)
          Deprecated. Name of a representation rule indicated by its ID.
 IRepresentationRule getRule(int iD)
          Deprecated. The representation rule indicated by its ID.
 void next(int[] iD, IRepresentationRule[] repRule)
          Deprecated. Returns the next representation rule in the enumeration.
 void remove(int iD)
          Deprecated. Removes the representation rule identified by its ID.
 void removeAll()
          Deprecated. Removes all the representation rules from the collection.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void reset()
          Deprecated. Resets the representation rule enumeration to the beginning.
 void setIndex(int iD, int index)
          Deprecated. Index of a representation rule indicated by its ID.
 void setName(int iD, java.lang.String name)
          Deprecated. Name of a representation rule indicated by its ID.
 void setRule(int iD, IRepresentationRule repRule)
          Deprecated. The representation rule indicated by its ID.
 
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

IRepresentationRulesProxy

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

IRepresentationRulesProxy

public IRepresentationRulesProxy()
Deprecated. 
For internal use only


IRepresentationRulesProxy

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

IRepresentationRulesProxy

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

IRepresentationRulesProxy

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

getName

public java.lang.String getName(int iD)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Name of a representation rule indicated by its ID.

Specified by:
getName in interface IRepresentationRules
Parameters:
iD - The iD (in)
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(int iD,
                    java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Name of a representation rule indicated by its ID.

Specified by:
setName in interface IRepresentationRules
Parameters:
iD - The iD (in)
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIndex

public int getIndex(int iD)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Index of a representation rule indicated by its ID.

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

setIndex

public void setIndex(int iD,
                     int index)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Index of a representation rule indicated by its ID.

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

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Resets the representation rule enumeration to the beginning.

Specified by:
reset in interface IRepresentationRules
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

public void next(int[] iD,
                 IRepresentationRule[] repRule)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Returns the next representation rule in the enumeration.

Specified by:
next in interface IRepresentationRules
Parameters:
iD - The iD (out: use single element array)
repRule - A reference to a com.esri.arcgis.display.IRepresentationRule (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRule

public IRepresentationRule getRule(int iD)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The representation rule indicated by its ID.

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

setRule

public void setRule(int iD,
                    IRepresentationRule repRule)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The representation rule indicated by its ID.

Specified by:
setRule in interface IRepresentationRules
Parameters:
iD - The iD (in)
repRule - A reference to a com.esri.arcgis.display.IRepresentationRule (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

public int add(IRepresentationRule repRule)
        throws java.io.IOException,
               AutomationException
Deprecated. 
Adds a new representation rule to the collection.

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

remove

public void remove(int iD)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Removes the representation rule identified by its ID.

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

removeAll

public void removeAll()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Removes all the representation rules from the collection.

Specified by:
removeAll in interface IRepresentationRules
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exists

public boolean exists(int iD)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Checks whether the given representation rule exists in the collection.

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