|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkRendererCollection
Provides access to members that manage the collection of network renderers.
Method Summary | |
---|---|
void |
add(INetworkRenderer renderer)
Adds a network renderer to the collection. |
int |
getCount()
Number of network renderers in the collection. |
void |
insert(INetworkRenderer renderer,
int index)
Inserts a network renderer at the specified position in the collection. |
boolean |
isVisible(int index)
Indicates if a network renderer at the specific position is visible. |
INetworkRenderer |
next()
Retrieves the next network renderer in the enumeration. |
void |
remove(INetworkRenderer renderer)
Removes a network renderer from the collection. |
void |
removeAll()
Removes all of the network renderers from the collection. |
void |
reset()
Resets the enumeration sequence to the beginning. |
void |
setVisible(int index,
boolean visible)
Indicates if a network renderer at the specific position is visible. |
Method Detail |
---|
void add(INetworkRenderer renderer) throws IOException, AutomationException
renderer
- A reference to a com.esri.arcgis.carto.INetworkRenderer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(INetworkRenderer renderer) throws IOException, AutomationException
renderer
- A reference to a com.esri.arcgis.carto.INetworkRenderer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(INetworkRenderer renderer, int index) throws IOException, AutomationException
renderer
- A reference to a com.esri.arcgis.carto.INetworkRenderer (in)index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVisible(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisible(int index, boolean visible) throws IOException, AutomationException
index
- The index (in)visible
- The visible (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 reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INetworkRenderer next() 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 |