| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INetworkSourceRenderer
Provides access to members that control the display properties of the sources consumed by the renderer.
| Method Summary | |
|---|---|
 void | 
bindSources(INetworkDataset pNetworkDataset)
Caches the subset of network sources that can be drawn by this renderer.  | 
 void | 
getSourceNames(IStringArray ppSourceNames)
The cached subset of network sources that can be drawn by this renderer.  | 
 String | 
getSourceQueryExpression(String sourceName)
The query expression used to identify the subset of source features whose elements should be rendered.  | 
 boolean | 
isSourceVisible(String sourceName)
Indicates if elements of the specified source should be rendered.  | 
 boolean | 
isTrafficElementsOnly()
Indicates if only traffic features should be included in the subset of source features whose elements should be rendered.  | 
 void | 
setIsSourceVisible(String sourceName,
                   boolean visible)
Indicates if elements of the specified source should be rendered.  | 
 void | 
setSourceQueryExpression(String sourceName,
                         String expression)
The query expression used to identify the subset of source features whose elements should be rendered.  | 
| Method Detail | 
|---|
void bindSources(INetworkDataset pNetworkDataset)
                 throws IOException,
                        AutomationException
pNetworkDataset - A reference to a com.esri.arcgis.geodatabase.INetworkDataset  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.void getSourceNames(IStringArray ppSourceNames)
                    throws IOException,
                           AutomationException
ppSourceNames - A reference to a com.esri.arcgis.system.IStringArray  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.boolean isSourceVisible(String sourceName)
                        throws IOException,
                               AutomationException
sourceName - The sourceName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.void setIsSourceVisible(String sourceName,
                        boolean visible)
                        throws IOException,
                               AutomationException
sourceName - The sourceName  (in)visible - The visible  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.String getSourceQueryExpression(String sourceName)
                                throws IOException,
                                       AutomationException
sourceName - The sourceName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.void setSourceQueryExpression(String sourceName,
                              String expression)
                              throws IOException,
                                     AutomationException
sourceName - The sourceName  (in)expression - The expression  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.boolean isTrafficElementsOnly()
                              throws IOException,
                                     AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||