com.esri.arcgis.carto
Interface IMaplexOverposterProperties2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMaplexOverposterProperties2Proxy, MaplexOverposterProperties

public interface IMaplexOverposterProperties2
extends java.io.Serializable

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

Description: 'Provides access to members that are common to all layers being labeled.' 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 IIDf4ab3308_76a3_106e_f66e_05de41f3aa20
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMaplexKeyNumberGroups getKeyNumberGroups()
          Key numbering groups used by placement.
 void setKeyNumberGroupsByRef(IMaplexKeyNumberGroups groups)
          Key numbering groups used by placement.
 

Field Detail

IIDf4ab3308_76a3_106e_f66e_05de41f3aa20

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

getKeyNumberGroups

IMaplexKeyNumberGroups getKeyNumberGroups()
                                          throws java.io.IOException,
                                                 AutomationException
Key numbering groups used by placement.

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

setKeyNumberGroupsByRef

void setKeyNumberGroupsByRef(IMaplexKeyNumberGroups groups)
                             throws java.io.IOException,
                                    AutomationException
Key numbering groups used by placement.

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