|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMaplexOverposterProperties
COM Interface 'IMaplexOverposterProperties'. 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 |
IID20664808_31ea_11a4_890f_0ca0d9ef134c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getConnectionType()
Provides the option to turn off line connection. |
IMaplexDictionaries |
getDictionaries()
Abbreviation dictionaries used by placement. |
int |
getPlacementQuality()
The placement quality for text placement. |
boolean |
isAllowBorderOverlap()
Indicates whether to allow labels to the cross the map border or not. |
boolean |
isEnableConnection()
Indicates whether to turn off line connection. |
boolean |
isLabelLargestPolygon()
Indicates whether to label only the largest polygon in a compound polygon feature. |
void |
setAllowBorderOverlap(boolean flag)
Indicates whether to allow labels to the cross the map border or not. |
void |
setConnectionType(int type)
Provides the option to turn off line connection. |
void |
setDictionaries(IMaplexDictionaries dictionaries)
Abbreviation dictionaries used by placement. |
void |
setEnableConnection(boolean flag)
Indicates whether to turn off line connection. |
void |
setLabelLargestPolygon(boolean flag)
Indicates whether to label only the largest polygon in a compound polygon feature. |
void |
setPlacementQuality(int quality)
The placement quality for text placement. |
Field Detail |
---|
static final int IID20664808_31ea_11a4_890f_0ca0d9ef134c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getPlacementQuality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPlacementQuality(int quality) throws java.io.IOException, AutomationException
quality
- A com.esri.arcgis.carto.esriMaplexPlacementQuality constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAllowBorderOverlap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllowBorderOverlap(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMaplexDictionaries getDictionaries() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDictionaries(IMaplexDictionaries dictionaries) throws java.io.IOException, AutomationException
dictionaries
- A reference to a com.esri.arcgis.carto.IMaplexDictionaries (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEnableConnection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEnableConnection(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getConnectionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConnectionType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.esriMaplexConnectionType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLabelLargestPolygon() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelLargestPolygon(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |