|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.cartoUI.SymbolLevelsDialog
public class SymbolLevelsDialog
COM Class 'SymbolLevelsDialog'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'
Description 'A dialog for setting symbol levels.' 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 |
---|
Fields inherited from interface com.esri.arcgis.cartoUI.ISymbolLevelsDialog |
---|
IID, IID0f7205e2_7f9e_402e_9e2e_e8265d83fbf5, xxDummy |
Constructor Summary | |
---|---|
SymbolLevelsDialog()
Constructs a SymbolLevelsDialog using ArcGIS Engine. |
|
SymbolLevelsDialog(java.lang.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(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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 |
release()
Release a SymbolLevelsDialog. |
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(java.lang.Object vSymbols,
java.lang.Object vLabelNames,
java.lang.Object vLayerNames,
java.lang.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 |
Constructor Detail |
---|
public SymbolLevelsDialog() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic SymbolLevelsDialog(java.lang.Object obj) throws java.io.IOException
SymbolLevelsDialog theSymbolLevelsDialog = (SymbolLevelsDialog) obj;
obj
to SymbolLevelsDialog
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setLayer(ILayer rhs1) throws java.io.IOException, AutomationException
setLayer
in interface ISymbolLevelsDialog
rhs1
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSymbols(java.lang.Object vSymbols, java.lang.Object vLabelNames, java.lang.Object vLayerNames, java.lang.Object rhs4) throws java.io.IOException, AutomationException
setSymbols
in interface ISymbolLevelsDialog
vSymbols
- A Variant (in)vLabelNames
- A Variant (in)vLayerNames
- A Variant (in)rhs4
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getSymbolArray() throws java.io.IOException, AutomationException
getSymbolArray
in interface ISymbolLevelsDialog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseSymbolLevels(boolean pbUsesLevels) throws java.io.IOException, AutomationException
setUseSymbolLevels
in interface ISymbolLevelsDialog
pbUsesLevels
- The pbUsesLevels (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseSymbolLevels() throws java.io.IOException, AutomationException
isUseSymbolLevels
in interface ISymbolLevelsDialog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enableApplyButton(boolean bEnable, IMap pMap) throws java.io.IOException, AutomationException
enableApplyButton
in interface ISymbolLevelsDialog
bEnable
- The bEnable (in)pMap
- A reference to a com.esri.arcgis.carto.IMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setControlLayer(ILayer rhs1) throws java.io.IOException, AutomationException
setControlLayer
in interface ISymbolLevelsDialog
rhs1
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean doModal(int parentHWnd) throws java.io.IOException, AutomationException
doModal
in interface ISymbolLevelsDialog
parentHWnd
- The parentHWnd (A COM typedef) (in)
java.io.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 |