com.esri.arcgis.carto
Interface INetworkRendererCollection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INetworkRendererCollectionProxy, NetworkLayer

public interface INetworkRendererCollection
extends java.io.Serializable

COM Interface 'INetworkRendererCollection'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that manage the collection of network renderers.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID30861a0e_fd25_4e33_b441_af7771cfa949
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID30861a0e_fd25_4e33_b441_af7771cfa949

static final int IID30861a0e_fd25_4e33_b441_af7771cfa949
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

add

void add(INetworkRenderer renderer)
         throws java.io.IOException,
                AutomationException
Adds a network renderer to the collection.

Parameters:
renderer - A reference to a com.esri.arcgis.carto.INetworkRenderer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(INetworkRenderer renderer)
            throws java.io.IOException,
                   AutomationException
Removes a network renderer from the collection.

Parameters:
renderer - A reference to a com.esri.arcgis.carto.INetworkRenderer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all of the network renderers from the collection.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

void insert(INetworkRenderer renderer,
            int index)
            throws java.io.IOException,
                   AutomationException
Inserts a network renderer at the specified position in the collection.

Parameters:
renderer - A reference to a com.esri.arcgis.carto.INetworkRenderer (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isVisible

boolean isVisible(int index)
                  throws java.io.IOException,
                         AutomationException
Indicates if a network renderer at the specific position is visible.

Parameters:
index - The index (in)
Returns:
The visible
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVisible

void setVisible(int index,
                boolean visible)
                throws java.io.IOException,
                       AutomationException
Indicates if a network renderer at the specific position is visible.

Parameters:
index - The index (in)
visible - The visible (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of network renderers in the collection.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

INetworkRenderer next()
                      throws java.io.IOException,
                             AutomationException
Retrieves the next network renderer in the enumeration.

Returns:
A reference to a com.esri.arcgis.carto.INetworkRenderer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.