|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IOverposterOptions
Provides access to overposter options.
| Method Summary | |
|---|---|
double |
getInvertedLabelTolerance()
The angle at which the label orientation is switched. |
IColor |
getUnplacedLabelColor()
The color with which unplaced labels are drawn. |
boolean |
isEnableDrawUnplaced()
Indicates whether the unplaced labels are drawn. |
boolean |
isEnableLabelCache()
Indicates whether labels are returned from cache or placement run. |
boolean |
isRotateLabelWithDataFrame()
Indicates if labels are rotated if the data frame is rotated. |
void |
setEnableDrawUnplaced(boolean flag)
Indicates whether the unplaced labels are drawn. |
void |
setEnableLabelCache(boolean flag)
Indicates whether labels are returned from cache or placement run. |
void |
setInvertedLabelTolerance(double angle)
The angle at which the label orientation is switched. |
void |
setRotateLabelWithDataFrame(boolean flag)
Indicates if labels are rotated if the data frame is rotated. |
void |
setUnplacedLabelColorByRef(IColor color)
The color with which unplaced labels are drawn. |
void |
stackLabel(ILabelEngineLayerProperties layerprops,
boolean forceStack,
String labelIn,
boolean[] stacked,
String[] labelOut)
Provides the option to stack a label based on the current overposter properties. |
void |
translateLabel(ILabelEngineLayerProperties layerprops,
String labelIn,
boolean[] translated,
String[] labelOut)
Provides the option to translate a label based on the current overposter properties. |
| Method Detail |
|---|
void translateLabel(ILabelEngineLayerProperties layerprops,
String labelIn,
boolean[] translated,
String[] labelOut)
throws IOException,
AutomationException
layerprops - A reference to a com.esri.arcgis.carto.ILabelEngineLayerProperties (in)labelIn - The labelIn (in)translated - The translated (out: use single element array)labelOut - The labelOut (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stackLabel(ILabelEngineLayerProperties layerprops,
boolean forceStack,
String labelIn,
boolean[] stacked,
String[] labelOut)
throws IOException,
AutomationException
layerprops - A reference to a com.esri.arcgis.carto.ILabelEngineLayerProperties (in)forceStack - The forceStack (in)labelIn - The labelIn (in)stacked - The stacked (out: use single element array)labelOut - The labelOut (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnableLabelCache()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnableLabelCache(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnableDrawUnplaced()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnableDrawUnplaced(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUnplacedLabelColorByRef(IColor color)
throws IOException,
AutomationException
color - A reference to a com.esri.arcgis.display.IColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getUnplacedLabelColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInvertedLabelTolerance(double angle)
throws IOException,
AutomationException
angle - The angle (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getInvertedLabelTolerance()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRotateLabelWithDataFrame(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRotateLabelWithDataFrame()
throws IOException,
AutomationException
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 | ||||||||