|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMaplexOverposterLayerProperties4
Provides access to members that control the placement of labels for a layer.
| Method Summary | |
|---|---|
int |
getConnectionType()
Indicates the options for connecting line features. |
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. |
String |
getTruncationMarkerCharacter()
The marker character used by the truncation strategy. |
int |
getTruncationMinimumLength()
The minimum length of a label used by the truncation strategy. |
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(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(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(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. |
| Method Detail |
|---|
boolean isCanKeyNumberLabel()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCanKeyNumberLabel(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getKeyNumberGroupName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setKeyNumberGroupName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseExactSymbolOutline()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseExactSymbolOutline(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTruncationMarkerCharacter()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTruncationMarkerCharacter(String marker)
throws IOException,
AutomationException
marker - The marker (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTruncationMinimumLength()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTruncationMinimumLength(int length)
throws IOException,
AutomationException
length - The length (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTruncationPreferredCharacters()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTruncationPreferredCharacters(String characters)
throws IOException,
AutomationException
characters - The characters (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPreferLabelNearMapBorder()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPreferLabelNearMapBorder(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getPreferLabelNearMapBorderClearance()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPreferLabelNearMapBorderClearance(double value)
throws IOException,
AutomationException
value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPreferLabelNearJunction()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPreferLabelNearJunction(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getPreferLabelNearJunctionClearance()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPreferLabelNearJunctionClearance(double value)
throws IOException,
AutomationException
value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnableConnection()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnableConnection(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getConnectionType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setConnectionType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.carto.esriMaplexConnectionType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isLabelLargestPolygon()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLabelLargestPolygon(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMultiPartOption()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMultiPartOption(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.carto.esriMaplexMultiPartOption constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAllowStraddleStacking()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAllowStraddleStacking(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRemoveExtraWhiteSpace()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRemoveExtraWhiteSpace(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRemoveExtraLineBreaks()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRemoveExtraLineBreaks(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
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 | ||||||||