com.esri.arcgis.carto
Class IAnnotationClassExtensionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IAnnoClassProxy
          extended by com.esri.arcgis.carto.IAnnotationClassExtensionProxy
All Implemented Interfaces:
IAnnoClass, IAnnotationClassExtension, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control the annotation class.' 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 IAnnotationClassExtensionProxy
extends IAnnoClassProxy
implements IAnnotationClassExtension, 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.IAnnotationClassExtension
IID, IID129b8bf2_5d9d_45ae_864c_876f930a8cfb
 
Fields inherited from interface com.esri.arcgis.carto.IAnnoClass
IID4d10c41b_d7e0_11d2_9f41_00c04f6bc6a5
 
Constructor Summary
  IAnnotationClassExtensionProxy()
          Deprecated. For internal use only
  IAnnotationClassExtensionProxy(java.lang.Object obj)
          Deprecated.  
protected IAnnotationClassExtensionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IAnnotationClassExtensionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IAnnotationClassExtensionProxy(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.  
 int getAnnotationClassIDFieldIndex()
          Deprecated. The label class ID field index.
 IDisplay getDisplay()
          Deprecated. The display.
 IFeatureClass getLinkedFeatureClass()
          Deprecated. The feature class to which the annotation class is feature linked.
 IOverposterProperties getOverposterProperties()
          Deprecated. The overposter properties.
 int getStatusFieldIndex()
          Deprecated. The status field index.
 boolean isAllowSymbolOverrides()
          Deprecated. Indicates if an annotation may override a symbol property even though it references the symbol collection.
 boolean isAutoCreate()
          Deprecated. Indicates if an annotation is to be automatically created when a feature is created.
 boolean isRequireSymbolID()
          Deprecated. Indicates if an annotation must belong to a symbol in the symbol collection.
 boolean isUpdateOnShapeChange()
          Deprecated. Indicates if an annotation is to be automatically recreated when a feature's shape is changed.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void synchronizeAttributes(ITextElement pTextElement, IAnnotationFeature pAnnoFeature)
          Deprecated. Sync the attributes.
 
Methods inherited from class com.esri.arcgis.carto.IAnnoClassProxy
draw, getAnnoProperties, getElementFieldIndex, getFeatureClass, getFeatureIDFieldIndex, getReferenceScale, getReferenceScaleUnits, getSymbol, getSymbolCollection, getVersion
 
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.carto.IAnnoClass
draw, getAnnoProperties, getElementFieldIndex, getFeatureClass, getFeatureIDFieldIndex, getReferenceScale, getReferenceScaleUnits, getSymbol, getSymbolCollection, getVersion
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IAnnotationClassExtensionProxy

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

IAnnotationClassExtensionProxy

public IAnnotationClassExtensionProxy()
Deprecated. 
For internal use only


IAnnotationClassExtensionProxy

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

IAnnotationClassExtensionProxy

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

IAnnotationClassExtensionProxy

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

getDisplay

public IDisplay getDisplay()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The display.

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

synchronizeAttributes

public void synchronizeAttributes(ITextElement pTextElement,
                                  IAnnotationFeature pAnnoFeature)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Sync the attributes.

Specified by:
synchronizeAttributes in interface IAnnotationClassExtension
Parameters:
pTextElement - A reference to a com.esri.arcgis.carto.ITextElement (in)
pAnnoFeature - A reference to a com.esri.arcgis.carto.IAnnotationFeature (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAnnotationClassIDFieldIndex

public int getAnnotationClassIDFieldIndex()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The label class ID field index.

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

getStatusFieldIndex

public int getStatusFieldIndex()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The status field index.

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

isUpdateOnShapeChange

public boolean isUpdateOnShapeChange()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if an annotation is to be automatically recreated when a feature's shape is changed.

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

isAutoCreate

public boolean isAutoCreate()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if an annotation is to be automatically created when a feature is created.

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

isRequireSymbolID

public boolean isRequireSymbolID()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if an annotation must belong to a symbol in the symbol collection.

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

isAllowSymbolOverrides

public boolean isAllowSymbolOverrides()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if an annotation may override a symbol property even though it references the symbol collection.

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

getOverposterProperties

public IOverposterProperties getOverposterProperties()
                                              throws java.io.IOException,
                                                     AutomationException
Deprecated. 
The overposter properties.

Specified by:
getOverposterProperties in interface IAnnotationClassExtension
Returns:
A reference to a com.esri.arcgis.carto.IOverposterProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLinkedFeatureClass

public IFeatureClass getLinkedFeatureClass()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The feature class to which the annotation class is feature linked.

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