|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOverposterLayerProperties
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 |
isPlaceLabels()
Indicates if labels are placed for the layer. |
boolean |
isPlaceSymbols()
Indicates if symbols are placed for the layer. |
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. |
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |