com.esri.arcgis.carto
Interface IAnnoClassAdmin

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotationFeatureClassExtension, IAnnoClassAdminProxy

public interface IAnnoClassAdmin
extends java.io.Serializable

COM Interface 'IAnnoClassAdmin'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the annotation class admin interface.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8edd534e_c14c_4c6a_a9c9_ed2b83289b04
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isAutoCreate()
          Indicates if an annotation is to be automatically created when a feature is created.
 void setAnnoProperties(IAnnotateLayerPropertiesCollection rhs1)
          The labeling properties annotation class.
 void setAutoCreate(boolean flag)
          Indicates if an annotation is to be automatically created when a feature is created.
 void setReferenceScale(double rhs1)
          The reference scale.
 void setReferenceScaleUnits(int rhs1)
          The units of the reference scale.
 void setSymbolCollectionByRef(ISymbolCollection rhs1)
          The symbol collection.
 void updateProperties()
          Updates the property set.
 

Field Detail

IID8edd534e_c14c_4c6a_a9c9_ed2b83289b04

static final int IID8edd534e_c14c_4c6a_a9c9_ed2b83289b04
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isAutoCreate

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

Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAutoCreate

void setAutoCreate(boolean flag)
                   throws java.io.IOException,
                          AutomationException
Indicates if an annotation is to be automatically created when a feature is created.

Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnnoProperties

void setAnnoProperties(IAnnotateLayerPropertiesCollection rhs1)
                       throws java.io.IOException,
                              AutomationException
The labeling properties annotation class.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IAnnotateLayerPropertiesCollection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReferenceScale

void setReferenceScale(double rhs1)
                       throws java.io.IOException,
                              AutomationException
The reference scale.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReferenceScaleUnits

void setReferenceScaleUnits(int rhs1)
                            throws java.io.IOException,
                                   AutomationException
The units of the reference scale.

Parameters:
rhs1 - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbolCollectionByRef

void setSymbolCollectionByRef(ISymbolCollection rhs1)
                              throws java.io.IOException,
                                     AutomationException
The symbol collection.

Parameters:
rhs1 - A reference to a com.esri.arcgis.display.ISymbolCollection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateProperties

void updateProperties()
                      throws java.io.IOException,
                             AutomationException
Updates the property set.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.