|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMaplexOverposterLayerProperties4
COM Interface 'IMaplexOverposterLayerProperties4'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the placement of labels for a layer.' 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 |
IIDff4540e2_05b1_a27f_7fb2_88f2cecf1b93
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
getConnectionType()
Indicates the options for connecting line features. |
java.lang.String |
getKeyNumberGroupName()
The name of the key number group to use for key numbering the labels. |
int |
getMultiPartOption()
Indicates the option for labeling multi-part shapes. |
double |
getPreferLabelNearJunctionClearance()
Indicates the preferred clearance for placing a line label near a junction. |
double |
getPreferLabelNearMapBorderClearance()
Indicates the preferred clearance for placing a line label near the map border. |
java.lang.String |
getTruncationMarkerCharacter()
The marker character used by the truncation strategy. |
int |
getTruncationMinimumLength()
The minimum length of a label used by the truncation strategy. |
java.lang.String |
getTruncationPreferredCharacters()
The preferred characters used by the truncation strategy. |
boolean |
isAllowStraddleStacking()
Indicates whether a stacked label may straddle the line feature. |
boolean |
isCanKeyNumberLabel()
Indicates whether to key number the label and feature. |
boolean |
isEnableConnection()
Indicates whether to turn off line connection. |
boolean |
isLabelLargestPolygon()
Indicates whether to label only the largest polygon in a compound polygon feature. |
boolean |
isPreferLabelNearJunction()
Indicates a preference for placing a line label near a junction. |
boolean |
isPreferLabelNearMapBorder()
Indicates a preference for placing a line label near the map border. |
boolean |
isRemoveExtraLineBreaks()
Indicates whether extra line breaks are removed from the label text. |
boolean |
isRemoveExtraWhiteSpace()
Indicates whether extra white space characters are removed from the label text. |
boolean |
isUseExactSymbolOutline()
Use the exact polygon outline of a symbol when measuring the label offset. |
void |
setAllowStraddleStacking(boolean flag)
Indicates whether a stacked label may straddle the line feature. |
void |
setCanKeyNumberLabel(boolean flag)
Indicates whether to key number the label and feature. |
void |
setConnectionType(int type)
Indicates the options for connecting line features. |
void |
setEnableConnection(boolean flag)
Indicates whether to turn off line connection. |
void |
setKeyNumberGroupName(java.lang.String name)
The name of the key number group to use for key numbering the labels. |
void |
setLabelLargestPolygon(boolean flag)
Indicates whether to label only the largest polygon in a compound polygon feature. |
void |
setMultiPartOption(int type)
Indicates the option for labeling multi-part shapes. |
void |
setPreferLabelNearJunction(boolean flag)
Indicates a preference for placing a line label near a junction. |
void |
setPreferLabelNearJunctionClearance(double value)
Indicates the preferred clearance for placing a line label near a junction. |
void |
setPreferLabelNearMapBorder(boolean flag)
Indicates a preference for placing a line label near the map border. |
void |
setPreferLabelNearMapBorderClearance(double value)
Indicates the preferred clearance for placing a line label near the map border. |
void |
setRemoveExtraLineBreaks(boolean flag)
Indicates whether extra line breaks are removed from the label text. |
void |
setRemoveExtraWhiteSpace(boolean flag)
Indicates whether extra white space characters are removed from the label text. |
void |
setTruncationMarkerCharacter(java.lang.String marker)
The marker character used by the truncation strategy. |
void |
setTruncationMinimumLength(int length)
The minimum length of a label used by the truncation strategy. |
void |
setTruncationPreferredCharacters(java.lang.String characters)
The preferred characters used by the truncation strategy. |
void |
setUseExactSymbolOutline(boolean flag)
Use the exact polygon outline of a symbol when measuring the label offset. |
| Field Detail |
|---|
static final int IIDff4540e2_05b1_a27f_7fb2_88f2cecf1b93
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isCanKeyNumberLabel()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCanKeyNumberLabel(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.
java.lang.String getKeyNumberGroupName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setKeyNumberGroupName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseExactSymbolOutline()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseExactSymbolOutline(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.
java.lang.String getTruncationMarkerCharacter()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTruncationMarkerCharacter(java.lang.String marker)
throws java.io.IOException,
AutomationException
marker - The marker (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTruncationMinimumLength()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTruncationMinimumLength(int length)
throws java.io.IOException,
AutomationException
length - The length (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getTruncationPreferredCharacters()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTruncationPreferredCharacters(java.lang.String characters)
throws java.io.IOException,
AutomationException
characters - The characters (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPreferLabelNearMapBorder()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPreferLabelNearMapBorder(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.
double getPreferLabelNearMapBorderClearance()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPreferLabelNearMapBorderClearance(double value)
throws java.io.IOException,
AutomationException
value - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPreferLabelNearJunction()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPreferLabelNearJunction(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.
double getPreferLabelNearJunctionClearance()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPreferLabelNearJunctionClearance(double value)
throws java.io.IOException,
AutomationException
value - The value (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.
int getMultiPartOption()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMultiPartOption(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.carto.esriMaplexMultiPartOption constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAllowStraddleStacking()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAllowStraddleStacking(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.
boolean isRemoveExtraWhiteSpace()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRemoveExtraWhiteSpace(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.
boolean isRemoveExtraLineBreaks()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRemoveExtraLineBreaks(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 | ||||||||