com.esri.arcgis.geodatabase
Class IDERepresentationClassProxy

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

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

Description: 'Provides access to members that return information about representation class data elements.' 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 IDERepresentationClassProxy
extends com.esri.arcgis.interop.Dispatch
implements IDERepresentationClass, 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.IDERepresentationClass
IID, IID4494c7c5_4f45_4970_a4fd_8e611508b8ac
 
Constructor Summary
  IDERepresentationClassProxy()
          Deprecated. For internal use only
  IDERepresentationClassProxy(java.lang.Object obj)
          Deprecated.  
protected IDERepresentationClassProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDERepresentationClassProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDERepresentationClassProxy(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 getAttributes()
          Deprecated. General attributes defined at the representation class level.
 java.lang.String getFeatureClassName()
          Deprecated. The name of the attached feature class.
 java.lang.String getOverrideFieldName()
          Deprecated. The name of the Override field.
 IRepresentationRules getRepresentationRules()
          Deprecated. RepresentationRules Property.
 java.lang.String getRuleIDFieldName()
          Deprecated. The name of the RuleID field.
 boolean isRequireShapeOverride()
          Deprecated. Indicates if a shape override is required for feature representations.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAttributesByRef(IGraphicAttributes attributes)
          Deprecated. General attributes defined at the representation class level.
 void setFeatureClassName(java.lang.String name)
          Deprecated. The name of the attached feature class.
 void setOverrideFieldName(java.lang.String name)
          Deprecated. The name of the Override field.
 void setRepresentationRulesByRef(IRepresentationRules repRules)
          Deprecated. RepresentationRules Property.
 void setRequireShapeOverride(boolean requireShapeOverride)
          Deprecated. Indicates if a shape override is required for feature representations.
 void setRuleIDFieldName(java.lang.String name)
          Deprecated. The name of the RuleID field.
 
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

IDERepresentationClassProxy

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

IDERepresentationClassProxy

public IDERepresentationClassProxy()
Deprecated. 
For internal use only


IDERepresentationClassProxy

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

IDERepresentationClassProxy

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

IDERepresentationClassProxy

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

getFeatureClassName

public java.lang.String getFeatureClassName()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The name of the attached feature class.

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

setFeatureClassName

public void setFeatureClassName(java.lang.String name)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The name of the attached feature class.

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

getRuleIDFieldName

public java.lang.String getRuleIDFieldName()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The name of the RuleID field.

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

setRuleIDFieldName

public void setRuleIDFieldName(java.lang.String name)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The name of the RuleID field.

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

getOverrideFieldName

public java.lang.String getOverrideFieldName()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The name of the Override field.

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

setOverrideFieldName

public void setOverrideFieldName(java.lang.String name)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The name of the Override field.

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

getRepresentationRules

public IRepresentationRules getRepresentationRules()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
RepresentationRules Property.

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

setRepresentationRulesByRef

public void setRepresentationRulesByRef(IRepresentationRules repRules)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
RepresentationRules Property.

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

getAttributes

public IGraphicAttributes getAttributes()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
General attributes defined at the representation class level.

Specified by:
getAttributes in interface IDERepresentationClass
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.

setAttributesByRef

public void setAttributesByRef(IGraphicAttributes attributes)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
General attributes defined at the representation class level.

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

isRequireShapeOverride

public boolean isRequireShapeOverride()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if a shape override is required for feature representations.

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

setRequireShapeOverride

public void setRequireShapeOverride(boolean requireShapeOverride)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if a shape override is required for feature representations.

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