com.esri.arcgis.carto
Interface IStandardAnnotateMap

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IStandardAnnotateMapProxy

public interface IStandardAnnotateMap
extends java.io.Serializable

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

Description: 'Provides access to Esri-default Annotate Map properties.' 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 IID716554ed_a703_41b4_bbdd_0cbf06c9bf66
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILabelCache getLabelCache()
          The label cache used by the map.
 boolean isRecordLabelsToCache()
          Indicates if labels are recorded to the cache whenever the map needs labeling.
 void setRecordLabelsToCache(boolean flag)
          Indicates if labels are recorded to the cache whenever the map needs labeling.
 

Field Detail

IID716554ed_a703_41b4_bbdd_0cbf06c9bf66

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

isRecordLabelsToCache

boolean isRecordLabelsToCache()
                              throws java.io.IOException,
                                     AutomationException
Indicates if labels are recorded to the cache whenever the map needs labeling.

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

setRecordLabelsToCache

void setRecordLabelsToCache(boolean flag)
                            throws java.io.IOException,
                                   AutomationException
Indicates if labels are recorded to the cache whenever the map needs labeling.

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

getLabelCache

ILabelCache getLabelCache()
                          throws java.io.IOException,
                                 AutomationException
The label cache used by the map.

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