com.esri.arcgis.carto
Interface IMapOverposter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapOverposterProxy, Map

public interface IMapOverposter
extends java.io.Serializable

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

Description: 'Provides access to members that control the Labeling (annotation) of a map.' 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 IID7cf1a834_dca5_40df_9fa0_544fa3b09eff
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IOverposterProperties getOverposterProperties()
          The overposter the map will use for labeling.
 void setOverposterPropertiesByRef(IOverposterProperties overposterProperties)
          The overposter the map will use for labeling.
 

Field Detail

IID7cf1a834_dca5_40df_9fa0_544fa3b09eff

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

getOverposterProperties

IOverposterProperties getOverposterProperties()
                                              throws java.io.IOException,
                                                     AutomationException
The overposter the map will use for labeling.

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.

setOverposterPropertiesByRef

void setOverposterPropertiesByRef(IOverposterProperties overposterProperties)
                                  throws java.io.IOException,
                                         AutomationException
The overposter the map will use for labeling.

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