|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.cartoUI.SymbolLevelsDialog
public class SymbolLevelsDialog
A dialog for setting symbol levels.
| Constructor Summary | |
|---|---|
SymbolLevelsDialog()
Constructs a SymbolLevelsDialog using ArcGIS Engine. |
|
SymbolLevelsDialog(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SymbolLevelsDialog theSymbolLevelsDialog = (SymbolLevelsDialog) obj; |
|
| Method Summary | |
|---|---|
boolean |
doModal(int parentHWnd)
Displays the dialog. |
void |
enableApplyButton(boolean bEnable,
IMap pMap)
Enable apply button in dialog and pass map to refresh if apply is pressed. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IArray |
getSymbolArray()
Provides access to the modified symbols from the dialog. |
int |
hashCode()
the hashcode for this object |
boolean |
isUseSymbolLevels()
Indicates if symbol levels are used. |
void |
setControlLayer(ILayer rhs1)
Inform the dialog about a layer that controls the symbol levels at a more global scope. |
void |
setLayer(ILayer rhs1)
The Layer for which the symbol levels should be displayed. |
void |
setSymbols(Object vSymbols,
Object vLabelNames,
Object vLayerNames,
Object rhs4)
Add data to populate the symbol level list control. |
void |
setUseSymbolLevels(boolean pbUsesLevels)
Indicates if symbol levels are used. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public SymbolLevelsDialog()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SymbolLevelsDialog(Object obj)
throws IOException
SymbolLevelsDialog theSymbolLevelsDialog = (SymbolLevelsDialog) obj;
obj to SymbolLevelsDialog.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setLayer(ILayer rhs1)
throws IOException,
AutomationException
setLayer in interface ISymbolLevelsDialogrhs1 - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymbols(Object vSymbols,
Object vLabelNames,
Object vLayerNames,
Object rhs4)
throws IOException,
AutomationException
setSymbols in interface ISymbolLevelsDialogvSymbols - A Variant (in)vLabelNames - A Variant (in)vLayerNames - A Variant (in)rhs4 - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getSymbolArray()
throws IOException,
AutomationException
getSymbolArray in interface ISymbolLevelsDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseSymbolLevels(boolean pbUsesLevels)
throws IOException,
AutomationException
setUseSymbolLevels in interface ISymbolLevelsDialogpbUsesLevels - The pbUsesLevels (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseSymbolLevels()
throws IOException,
AutomationException
isUseSymbolLevels in interface ISymbolLevelsDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void enableApplyButton(boolean bEnable,
IMap pMap)
throws IOException,
AutomationException
enableApplyButton in interface ISymbolLevelsDialogbEnable - The bEnable (in)pMap - A reference to a com.esri.arcgis.carto.IMap (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setControlLayer(ILayer rhs1)
throws IOException,
AutomationException
setControlLayer in interface ISymbolLevelsDialogrhs1 - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean doModal(int parentHWnd)
throws IOException,
AutomationException
doModal in interface ISymbolLevelsDialogparentHWnd - The parentHWnd (A COM typedef) (in)
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 | ||||||||