com.esri.arcgis.carto
Interface ISimpleNetworkRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISimpleNetworkRendererProxy, NetworkDirtyAreaRenderer, SimpleNetworkRenderer

public interface ISimpleNetworkRenderer
extends java.io.Serializable

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

Description: 'Provides access to members that control drawing network junctions, edges, or turns with one symbol.' 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 IIDf2574db7_7f19_4a19_b8f4_138530ff6122
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          The description for the label.
 java.lang.String getLabel()
          The descriptive symbol text.
 ISymbol getSymbol()
          The symbol used to render elements.
 void setDescription(java.lang.String text)
          The description for the label.
 void setLabel(java.lang.String label)
          The descriptive symbol text.
 void setSymbolByRef(ISymbol symbol)
          The symbol used to render elements.
 

Field Detail

IIDf2574db7_7f19_4a19_b8f4_138530ff6122

static final int IIDf2574db7_7f19_4a19_b8f4_138530ff6122
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

getSymbol

ISymbol getSymbol()
                  throws java.io.IOException,
                         AutomationException
The symbol used to render elements.

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

setSymbolByRef

void setSymbolByRef(ISymbol symbol)
                    throws java.io.IOException,
                           AutomationException
The symbol used to render elements.

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

getLabel

java.lang.String getLabel()
                          throws java.io.IOException,
                                 AutomationException
The descriptive symbol text.

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

setLabel

void setLabel(java.lang.String label)
              throws java.io.IOException,
                     AutomationException
The descriptive symbol text.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The description for the label.

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

setDescription

void setDescription(java.lang.String text)
                    throws java.io.IOException,
                           AutomationException
The description for the label.

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