|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IAnnoClassProxy com.esri.arcgis.carto.IAnnotationClassExtensionProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IAnnotationClassExtensionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IAnnotationClassExtensionProxy()
public IAnnotationClassExtensionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAnnotationClassExtensionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IAnnotationClassExtensionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IAnnoClassProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IAnnoClassProxy
java.io.IOException
public IDisplay getDisplay() throws java.io.IOException, AutomationException
getDisplay
in interface IAnnotationClassExtension
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void synchronizeAttributes(ITextElement pTextElement, IAnnotationFeature pAnnoFeature) throws java.io.IOException, AutomationException
synchronizeAttributes
in interface IAnnotationClassExtension
pTextElement
- A reference to a com.esri.arcgis.carto.ITextElement (in)pAnnoFeature
- A reference to a com.esri.arcgis.carto.IAnnotationFeature (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAnnotationClassIDFieldIndex() throws java.io.IOException, AutomationException
getAnnotationClassIDFieldIndex
in interface IAnnotationClassExtension
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStatusFieldIndex() throws java.io.IOException, AutomationException
getStatusFieldIndex
in interface IAnnotationClassExtension
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUpdateOnShapeChange() throws java.io.IOException, AutomationException
isUpdateOnShapeChange
in interface IAnnotationClassExtension
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoCreate() throws java.io.IOException, AutomationException
isAutoCreate
in interface IAnnotationClassExtension
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRequireSymbolID() throws java.io.IOException, AutomationException
isRequireSymbolID
in interface IAnnotationClassExtension
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAllowSymbolOverrides() throws java.io.IOException, AutomationException
isAllowSymbolOverrides
in interface IAnnotationClassExtension
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IOverposterProperties getOverposterProperties() throws java.io.IOException, AutomationException
getOverposterProperties
in interface IAnnotationClassExtension
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureClass getLinkedFeatureClass() throws java.io.IOException, AutomationException
getLinkedFeatureClass
in interface IAnnotationClassExtension
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |