|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBarrierCollection
Provides access to members that control a collection of objects that act as barriers to label placement.
Method Summary | |
---|---|
void |
add(IGeometryCollection barriers,
int weight)
Adds the specified item to the collection. |
void |
clear()
Removes all the items in the collection. |
int |
getCount()
The number of items in the collection. |
void |
queryItem(int index,
IGeometryCollection[] barrier,
int[] weight)
Returns the item in the collection at the specified index. |
Method Detail |
---|
void add(IGeometryCollection barriers, int weight) throws IOException, AutomationException
barriers
- A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)weight
- A com.esri.arcgis.carto.esriBasicOverposterWeight constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryItem(int index, IGeometryCollection[] barrier, int[] weight) throws IOException, AutomationException
index
- The index (in)barrier
- A reference to a com.esri.arcgis.geometry.IGeometryCollection (out: use single element array)weight
- A com.esri.arcgis.carto.esriBasicOverposterWeight constant (out: use single element array, optional, pass single element of null if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() 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 |