|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOverposterLayerProperties2
Provides access to members that control the placement of labels or symbols on top of features (barriers).
Method Summary | |
---|---|
boolean |
isBarrier()
Indicates if features are treated as barriers to label/symbol placement. |
boolean |
isHasFeatureWeight()
Indicates if the layer has a feature weight. |
boolean |
isPlaceLabels()
Indicates if labels are placed for the layer. |
boolean |
isPlaceSymbols()
Indicates if symbols are placed for the layer. |
boolean |
isTagUnplaced()
Indicates if overflow labels are put into a graphics container tagged placed or unplaced. |
void |
setIsBarrier(boolean isBarrier)
Indicates if features are treated as barriers to label/symbol placement. |
void |
setPlaceLabels(boolean place)
Indicates if labels are placed for the layer. |
void |
setPlaceSymbols(boolean place)
Indicates if symbols are placed for the layer. |
void |
setTagUnplaced(boolean value)
Indicates if overflow labels are put into a graphics container tagged placed or unplaced. |
Method Detail |
---|
void setPlaceLabels(boolean place) throws IOException, AutomationException
place
- The place (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPlaceLabels() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPlaceSymbols(boolean place) throws IOException, AutomationException
place
- The place (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPlaceSymbols() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsBarrier(boolean isBarrier) throws IOException, AutomationException
isBarrier
- The isBarrier (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBarrier() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTagUnplaced() throws IOException, AutomationException
This property specifies whether or not unplaced labels are drawn for this label class. Setting TagUnplaced to True specifies that unplaced labels will not be drawn. Setting it to False specifies that they will be drawn.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTagUnplaced(boolean value) throws IOException, AutomationException
This property specifies whether or not unplaced labels are drawn for this label class. Setting TagUnplaced to True specifies that unplaced labels will not be drawn. Setting it to False specifies that they will be drawn.
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasFeatureWeight() 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 |