com.esri.arcgis.carto
Interface IAnnotationSublayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FDOGraphicsSublayer, IAnnotationSublayerProxy

public interface IAnnotationSublayer
extends java.io.Serializable

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

Description: 'Provides access to the properties of an annotation sublayer.' 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 IIDdbca59ac_6771_4408_8f48_c7d53389440c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getAnnotationClassID()
          The annotation class ID which is represented by this sublayer.
 IAnnotationLayer getParent()
          The parent annotation layer of this sublayer.
 void setAnnotationClassID(int classID)
          The annotation class ID which is represented by this sublayer.
 

Field Detail

IIDdbca59ac_6771_4408_8f48_c7d53389440c

static final int IIDdbca59ac_6771_4408_8f48_c7d53389440c
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

getAnnotationClassID

int getAnnotationClassID()
                         throws java.io.IOException,
                                AutomationException
The annotation class ID which is represented by this sublayer.

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

setAnnotationClassID

void setAnnotationClassID(int classID)
                          throws java.io.IOException,
                                 AutomationException
The annotation class ID which is represented by this sublayer.

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

getParent

IAnnotationLayer getParent()
                           throws java.io.IOException,
                                  AutomationException
The parent annotation layer of this sublayer.

Returns:
A reference to a com.esri.arcgis.carto.IAnnotationLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.