|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMaplexOverposterProperties
Provides access to members that are common to all layers being labeled.
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. |
Method Detail |
---|
int getPlacementQuality() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPlacementQuality(int quality) throws IOException, AutomationException
quality
- A com.esri.arcgis.carto.esriMaplexPlacementQuality constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAllowBorderOverlap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllowBorderOverlap(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMaplexDictionaries getDictionaries() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDictionaries(IMaplexDictionaries dictionaries) throws IOException, AutomationException
dictionaries
- A reference to a com.esri.arcgis.carto.IMaplexDictionaries (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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |