|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBarrierProperties
Provides access to members that control how objects (text, features, graphics) act as barriers for labelling.
Method Summary | |
---|---|
void |
getBarriers(IDisplay display,
IGeometryCollection pBarriers,
IEnvelope extent)
List of barriers within the specified extent, or all barriers if no extent given. |
int |
getWeight()
Weight of the barriers in this layer. |
void |
setWeight(int weight)
Weight of the barriers in this layer. |
Method Detail |
---|
int getWeight() throws IOException, AutomationException
A Long value corresponding to a weight in esriBasicOverposterWeight.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWeight(int weight) throws IOException, AutomationException
weight
- The weight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getBarriers(IDisplay display, IGeometryCollection pBarriers, IEnvelope extent) throws IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)pBarriers
- A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in, optional, pass 0 if not required)
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 |