|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.NetworkTrafficRenderer
public class NetworkTrafficRenderer
COM Class 'NetworkTrafficRenderer'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'A renderer used to display network dataset traffic.' 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 long |
serialVersionUID
|
| Fields inherited from interface com.esri.arcgis.carto.INetworkTrafficRenderer |
|---|
IID, IID9db10a1f_c9a6_473f_9ac7_475dd02baa2e, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IClassBreaksRenderer |
|---|
IID, IIDae5f7ea1_8b48_11d0_8356_080009b996cc, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.INetworkRenderer |
|---|
IID, IIDc33e3d68_ba60_4a02_856a_eec35f80d77c, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersistStream |
|---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersist |
|---|
IID0000010c_0000_0000_c000_000000000046 |
| Fields inherited from interface com.esri.arcgis.system.IPropertySupport |
|---|
IID, IID8a11ad55_2f4f_11d3_9fa0_00c04f6bc6a5, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.INetworkEdgeRenderer2 |
|---|
IID, IIDd2622cb5_e2ee_42a3_b0de_fede451f1762, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.INetworkEdgeRenderer |
|---|
IID4bd03700_90bf_4658_8b95_1351ff49027c |
| Fields inherited from interface com.esri.arcgis.carto.INetworkSourceRenderer |
|---|
IID, IIDb7d4910a_f568_4bc6_8d42_215b4f14dadc, xxDummy |
| Constructor Summary | |
|---|---|
NetworkTrafficRenderer()
Constructs a NetworkTrafficRenderer using ArcGIS Engine. |
|
NetworkTrafficRenderer(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. NetworkTrafficRenderer theNetworkTrafficRenderer = (NetworkTrafficRenderer) obj; |
|
| Method Summary | |
|---|---|
boolean |
applies(java.lang.Object pUnk)
Indicates if the receiver can apply the given object at any given time. |
java.lang.Object |
apply(java.lang.Object newObject)
Applies the given property to the receiver and returns the old object. |
void |
bindSources(INetworkDataset pNetworkDataset)
Caches the subset of network sources that can be drawn by this renderer. |
boolean |
canApply(java.lang.Object pUnk)
Indicates if the receiver can apply the given object at that particular moment. |
boolean |
canRender(INetworkLayer layer,
IDisplay display)
Indicates if the renderer can draw. |
IColor |
deriveLineCasingsColor(IColor interiorColor)
The exterior line casing color dervived from the interior color. |
void |
draw(INetworkLayer layer,
int drawPhase,
IDisplay display,
ITrackCancel trackCancel)
Draws the network dataset. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getArrowAttributeName()
The name of the restriction attribute used to display edge traversability. |
ISymbol |
getArrowSymbol(int symbolType)
The symbol for the specified arrow symbol type. |
int |
getArrowType()
The position of the arrow used to display edge traversability. |
IFillSymbol |
getBackgroundSymbol()
Background fill symbol used when graduated marker symbols are draw on polygon features. |
double |
getBreak(int index)
Break value at the specified index. |
int |
getBreakCount()
Number of class breaks (equal to the number of classes). |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
java.lang.Object |
getCurrent(java.lang.Object pUnk)
The object currently being used. |
java.lang.String |
getDescription(int index)
Description at the specified index. |
double |
getExteriorLineWidthIncrement()
The additional width of the exterior line symbol above the width of the interior line symbol. |
java.lang.String |
getField()
Classification field. |
IDoubleArray |
getInteriorLineWidthsByHierarchyLevelIndex()
The interior line widths by hierarchy level index. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getLabel(int index)
Label at the specified index. |
ILegendGroup |
getLegendGroup(int index)
Legend group at the specified index. |
int |
getLegendGroupCount()
Number of legend groups contained by the object. |
ILegendItem |
getLegendItem()
Optional. |
IColor |
getLineCasingsColor()
The line casings color. |
double |
getMinimumBreak()
Minimum break, i.e. |
java.lang.String |
getName()
The descriptive name of a renderer. |
java.lang.String |
getNormField()
Normalization field. |
int |
getRendererType()
The type of the network renderer. |
IDoubleArray |
getScaleFilters()
The maximum scale ratios for drawing hierarchy value 1 and also each hierarchy level max value. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
void |
getSourceNames(IStringArray ppSourceNames)
The cached subset of network sources that can be drawn by this renderer. |
java.lang.String |
getSourceQueryExpression(java.lang.String sourceName)
The query expression used to identify the subset of source features whose elements should be rendered. |
ISymbol |
getSymbol(int index)
Symbol at the specified index (used to draw features in the specified class). |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
boolean |
isDrawLineWidthByHierarchyLevelIndex()
Indicates whether to get interior line width by hierarchy level or instead use the interior line width of the legend symbols. |
boolean |
isRenderPhase(int drawPhase)
Indicates if renderer uses the specified draw phase. |
boolean |
isShowArrows(int symbolType)
Indicates if arrows are visible for the specified arrow symbol type. |
boolean |
isShowLiveTrafficOnly()
Indicates whether to only show live traffic or otherwise show all traffic. |
boolean |
isSortClassesAscending()
Indicates if classes are displayed in increasing order in legends/TOC. |
boolean |
isSourceVisible(java.lang.String sourceName)
Indicates if elements of the specified source should be rendered. |
boolean |
isSymbolsAreGraduated()
Indicates if symbols are graduated. |
boolean |
isTrafficElementsOnly()
Indicates if only traffic features should be included in the subset of source features whose elements should be rendered. |
boolean |
isUseDerivedLineCasingsColor()
Indicates whether to derive the line casings colors from the interior color of the legend line symbols or otherwise use the line casings color. |
boolean |
isUseLineCasings()
Indicates whether to use line casings. |
boolean |
isUseScaleFilters()
Indicates whether to use scale ratio filters by hierarchy level. |
void |
load(IStream pstm)
load |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a NetworkTrafficRenderer. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setArrowAttributeName(java.lang.String name)
The name of the restriction attribute used to display edge traversability. |
void |
setArrowSymbol(int symbolType,
ISymbol symbol)
The symbol for the specified arrow symbol type. |
void |
setArrowType(int type)
The position of the arrow used to display edge traversability. |
void |
setBackgroundSymbol(IFillSymbol sym)
Background fill symbol used when graduated marker symbols are draw on polygon features. |
void |
setBreak(int index,
double value)
Break value at the specified index. |
void |
setBreakCount(int valueCount)
Number of class breaks (equal to the number of classes). |
void |
setDescription(int index,
java.lang.String text)
Description at the specified index. |
void |
setDrawLineWidthByHierarchyLevelIndex(boolean useHierarchy)
Indicates whether to get interior line width by hierarchy level or instead use the interior line width of the legend symbols. |
void |
setField(java.lang.String field)
Classification field. |
void |
setInteriorLineWidthsByHierarchyLevelIndex(IDoubleArray widths)
The interior line widths by hierarchy level index. |
void |
setIsSourceVisible(java.lang.String sourceName,
boolean visible)
Indicates if elements of the specified source should be rendered. |
void |
setLabel(int index,
java.lang.String label)
Label at the specified index. |
void |
setLineCasingsColor(IColor exteriorColor)
The line casings color. |
void |
setMinimumBreak(double value)
Minimum break, i.e. |
void |
setName(java.lang.String name)
The descriptive name of a renderer. |
void |
setNormField(java.lang.String field)
Normalization field. |
void |
setRendererType(int type)
The type of the network renderer. |
void |
setScaleFilters(IDoubleArray scaleRatios)
The maximum scale ratios for drawing hierarchy value 1 and also each hierarchy level max value. |
void |
setShowArrows(int symbolType,
boolean show)
Indicates if arrows are visible for the specified arrow symbol type. |
void |
setShowLiveTrafficOnly(boolean liveTrafficOnly)
Indicates whether to only show live traffic or otherwise show all traffic. |
void |
setSortClassesAscending(boolean ascending)
Indicates if classes are displayed in increasing order in legends/TOC. |
void |
setSourceQueryExpression(java.lang.String sourceName,
java.lang.String expression)
The query expression used to identify the subset of source features whose elements should be rendered. |
void |
setSymbol(int index,
ISymbol sym)
Symbol at the specified index (used to draw features in the specified class). |
void |
setSymbolsAreGraduated(boolean symbolsAreGraduated)
Indicates if symbols are graduated. |
void |
setUseDerivedLineCasingsColor(boolean useDerivedLineCasingsColor)
Indicates whether to derive the line casings colors from the interior color of the legend line symbols or otherwise use the line casings color. |
void |
setUseLineCasings(boolean useLineCasings)
Indicates whether to use line casings. |
void |
setUseScaleFilters(boolean useScaleFilters)
Indicates whether to use scale ratio filters by hierarchy level. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public NetworkTrafficRenderer()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public NetworkTrafficRenderer(java.lang.Object obj)
throws java.io.IOException
NetworkTrafficRenderer theNetworkTrafficRenderer = (NetworkTrafficRenderer) obj;
obj to NetworkTrafficRenderer.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public boolean isShowLiveTrafficOnly()
throws java.io.IOException,
AutomationException
isShowLiveTrafficOnly in interface INetworkTrafficRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowLiveTrafficOnly(boolean liveTrafficOnly)
throws java.io.IOException,
AutomationException
setShowLiveTrafficOnly in interface INetworkTrafficRendererliveTrafficOnly - The liveTrafficOnly (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseScaleFilters()
throws java.io.IOException,
AutomationException
isUseScaleFilters in interface INetworkTrafficRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseScaleFilters(boolean useScaleFilters)
throws java.io.IOException,
AutomationException
setUseScaleFilters in interface INetworkTrafficRendereruseScaleFilters - The useScaleFilters (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDoubleArray getScaleFilters()
throws java.io.IOException,
AutomationException
getScaleFilters in interface INetworkTrafficRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setScaleFilters(IDoubleArray scaleRatios)
throws java.io.IOException,
AutomationException
setScaleFilters in interface INetworkTrafficRendererscaleRatios - A reference to a com.esri.arcgis.system.IDoubleArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDrawLineWidthByHierarchyLevelIndex()
throws java.io.IOException,
AutomationException
isDrawLineWidthByHierarchyLevelIndex in interface INetworkTrafficRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDrawLineWidthByHierarchyLevelIndex(boolean useHierarchy)
throws java.io.IOException,
AutomationException
setDrawLineWidthByHierarchyLevelIndex in interface INetworkTrafficRendereruseHierarchy - The useHierarchy (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDoubleArray getInteriorLineWidthsByHierarchyLevelIndex()
throws java.io.IOException,
AutomationException
getInteriorLineWidthsByHierarchyLevelIndex in interface INetworkTrafficRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInteriorLineWidthsByHierarchyLevelIndex(IDoubleArray widths)
throws java.io.IOException,
AutomationException
setInteriorLineWidthsByHierarchyLevelIndex in interface INetworkTrafficRendererwidths - A reference to a com.esri.arcgis.system.IDoubleArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getExteriorLineWidthIncrement()
throws java.io.IOException,
AutomationException
getExteriorLineWidthIncrement in interface INetworkTrafficRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseLineCasings()
throws java.io.IOException,
AutomationException
isUseLineCasings in interface INetworkTrafficRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseLineCasings(boolean useLineCasings)
throws java.io.IOException,
AutomationException
setUseLineCasings in interface INetworkTrafficRendereruseLineCasings - The useLineCasings (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseDerivedLineCasingsColor()
throws java.io.IOException,
AutomationException
isUseDerivedLineCasingsColor in interface INetworkTrafficRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseDerivedLineCasingsColor(boolean useDerivedLineCasingsColor)
throws java.io.IOException,
AutomationException
setUseDerivedLineCasingsColor in interface INetworkTrafficRendereruseDerivedLineCasingsColor - The useDerivedLineCasingsColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor deriveLineCasingsColor(IColor interiorColor)
throws java.io.IOException,
AutomationException
deriveLineCasingsColor in interface INetworkTrafficRendererinteriorColor - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getLineCasingsColor()
throws java.io.IOException,
AutomationException
getLineCasingsColor in interface INetworkTrafficRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLineCasingsColor(IColor exteriorColor)
throws java.io.IOException,
AutomationException
setLineCasingsColor in interface INetworkTrafficRendererexteriorColor - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBreakCount()
throws java.io.IOException,
AutomationException
getBreakCount in interface IClassBreaksRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBreakCount(int valueCount)
throws java.io.IOException,
AutomationException
setBreakCount in interface IClassBreaksRenderervalueCount - The valueCount (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getField()
throws java.io.IOException,
AutomationException
getField in interface IClassBreaksRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setField(java.lang.String field)
throws java.io.IOException,
AutomationException
setField in interface IClassBreaksRendererfield - The field (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getNormField()
throws java.io.IOException,
AutomationException
getNormField in interface IClassBreaksRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNormField(java.lang.String field)
throws java.io.IOException,
AutomationException
setNormField in interface IClassBreaksRendererfield - The field (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISymbol getSymbol(int index)
throws java.io.IOException,
AutomationException
getSymbol in interface IClassBreaksRendererindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymbol(int index,
ISymbol sym)
throws java.io.IOException,
AutomationException
setSymbol in interface IClassBreaksRendererindex - The index (in)sym - A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getLabel(int index)
throws java.io.IOException,
AutomationException
getLabel in interface IClassBreaksRendererindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabel(int index,
java.lang.String label)
throws java.io.IOException,
AutomationException
setLabel in interface IClassBreaksRendererindex - The index (in)label - The label (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription(int index)
throws java.io.IOException,
AutomationException
getDescription in interface IClassBreaksRendererindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(int index,
java.lang.String text)
throws java.io.IOException,
AutomationException
setDescription in interface IClassBreaksRendererindex - The index (in)text - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getBreak(int index)
throws java.io.IOException,
AutomationException
getBreak in interface IClassBreaksRendererindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBreak(int index,
double value)
throws java.io.IOException,
AutomationException
setBreak in interface IClassBreaksRendererindex - The index (in)value - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinimumBreak()
throws java.io.IOException,
AutomationException
getMinimumBreak in interface IClassBreaksRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimumBreak(double value)
throws java.io.IOException,
AutomationException
setMinimumBreak in interface IClassBreaksRenderervalue - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSortClassesAscending()
throws java.io.IOException,
AutomationException
isSortClassesAscending in interface IClassBreaksRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSortClassesAscending(boolean ascending)
throws java.io.IOException,
AutomationException
setSortClassesAscending in interface IClassBreaksRendererascending - The ascending (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFillSymbol getBackgroundSymbol()
throws java.io.IOException,
AutomationException
getBackgroundSymbol in interface IClassBreaksRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundSymbol(IFillSymbol sym)
throws java.io.IOException,
AutomationException
setBackgroundSymbol in interface IClassBreaksRenderersym - A reference to a com.esri.arcgis.display.IFillSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void draw(INetworkLayer layer,
int drawPhase,
IDisplay display,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
draw in interface INetworkRendererlayer - A reference to a com.esri.arcgis.carto.INetworkLayer (in)drawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)display - A reference to a com.esri.arcgis.display.IDisplay (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canRender(INetworkLayer layer,
IDisplay display)
throws java.io.IOException,
AutomationException
canRender in interface INetworkRendererlayer - A reference to a com.esri.arcgis.carto.INetworkLayer (in)display - A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface INetworkRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface INetworkRenderername - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRenderPhase(int drawPhase)
throws java.io.IOException,
AutomationException
isRenderPhase in interface INetworkRendererdrawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRendererType()
throws java.io.IOException,
AutomationException
getRendererType in interface INetworkRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRendererType(int type)
throws java.io.IOException,
AutomationException
setRendererType in interface INetworkRenderertype - A com.esri.arcgis.carto.esriNetworkRendererType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLegendGroupCount()
throws java.io.IOException,
AutomationException
The number of legend groups is determined by the implementation of the renderer, consequently this property is read only. For example, SimpleRenderer has one group, while a BiUniqueValueRenderer has any number of groups.
getLegendGroupCount in interface ILegendInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILegendGroup getLegendGroup(int index)
throws java.io.IOException,
AutomationException
getLegendGroup in interface ILegendInfoindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILegendItem getLegendItem()
throws java.io.IOException,
AutomationException
Layer or renderer legend information is further formatted for display in ArcMap legends. A renderer can override this formatting by returning a LegendItem for this property. ESRI renderers typically do not return anything for this property. With this configuration, legend formatting becomes a user or developer choice on the legend object.
getLegendItem in interface ILegendInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSymbolsAreGraduated()
throws java.io.IOException,
AutomationException
Indicates whether the symbols used for a layer or renderer's legend vary by size.
For example the proportional symbol renderer returns True for this property.
You can use this property to distinguish between a layer symbolized with graduated color or graduated symbol type layer symbology. Both of these symbolizations use a ClassBreaksRenderer, but only a graduated symbol symbolization will return True for this property.
isSymbolsAreGraduated in interface ILegendInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymbolsAreGraduated(boolean symbolsAreGraduated)
throws java.io.IOException,
AutomationException
setSymbolsAreGraduated in interface ILegendInfosymbolsAreGraduated - The symbolsAreGraduated (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean applies(java.lang.Object pUnk)
throws java.io.IOException,
AutomationException
applies in interface IPropertySupportpUnk - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canApply(java.lang.Object pUnk)
throws java.io.IOException,
AutomationException
canApply in interface IPropertySupportpUnk - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getCurrent(java.lang.Object pUnk)
throws java.io.IOException,
AutomationException
getCurrent in interface IPropertySupportpUnk - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object apply(java.lang.Object newObject)
throws java.io.IOException,
AutomationException
apply in interface IPropertySupportnewObject - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getArrowAttributeName()
throws java.io.IOException,
AutomationException
getArrowAttributeName in interface INetworkEdgeRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setArrowAttributeName(java.lang.String name)
throws java.io.IOException,
AutomationException
setArrowAttributeName in interface INetworkEdgeRenderername - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setArrowType(int type)
throws java.io.IOException,
AutomationException
setArrowType in interface INetworkEdgeRenderertype - A com.esri.arcgis.carto.esriNetworkArrowType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getArrowType()
throws java.io.IOException,
AutomationException
getArrowType in interface INetworkEdgeRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setArrowSymbol(int symbolType,
ISymbol symbol)
throws java.io.IOException,
AutomationException
setArrowSymbol in interface INetworkEdgeRenderersymbolType - A com.esri.arcgis.carto.esriNetworkArrowSymbolType constant (in)symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISymbol getArrowSymbol(int symbolType)
throws java.io.IOException,
AutomationException
getArrowSymbol in interface INetworkEdgeRenderersymbolType - A com.esri.arcgis.carto.esriNetworkArrowSymbolType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowArrows(int symbolType,
boolean show)
throws java.io.IOException,
AutomationException
setShowArrows in interface INetworkEdgeRenderer2symbolType - A com.esri.arcgis.carto.esriNetworkArrowSymbolType constant (in)show - The show (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowArrows(int symbolType)
throws java.io.IOException,
AutomationException
isShowArrows in interface INetworkEdgeRenderer2symbolType - A com.esri.arcgis.carto.esriNetworkArrowSymbolType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void bindSources(INetworkDataset pNetworkDataset)
throws java.io.IOException,
AutomationException
bindSources in interface INetworkSourceRendererpNetworkDataset - A reference to a com.esri.arcgis.geodatabase.INetworkDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSourceNames(IStringArray ppSourceNames)
throws java.io.IOException,
AutomationException
getSourceNames in interface INetworkSourceRendererppSourceNames - A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSourceVisible(java.lang.String sourceName)
throws java.io.IOException,
AutomationException
isSourceVisible in interface INetworkSourceRenderersourceName - The sourceName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsSourceVisible(java.lang.String sourceName,
boolean visible)
throws java.io.IOException,
AutomationException
setIsSourceVisible in interface INetworkSourceRenderersourceName - The sourceName (in)visible - The visible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getSourceQueryExpression(java.lang.String sourceName)
throws java.io.IOException,
AutomationException
getSourceQueryExpression in interface INetworkSourceRenderersourceName - The sourceName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSourceQueryExpression(java.lang.String sourceName,
java.lang.String expression)
throws java.io.IOException,
AutomationException
setSourceQueryExpression in interface INetworkSourceRenderersourceName - The sourceName (in)expression - The expression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isTrafficElementsOnly()
throws java.io.IOException,
AutomationException
isTrafficElementsOnly in interface INetworkSourceRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||