|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.analyst3d.IGraphicsSelectionProxy
Description: 'Provides access to members that select 3D graphics.' 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 =
public class IGraphicsSelectionProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.analyst3d.IGraphicsSelection |
---|
IID, IID79103a54_1e53_11d4_a109_00c04f8ece27 |
Constructor Summary | |
---|---|
|
IGraphicsSelectionProxy()
Deprecated. For internal use only |
|
IGraphicsSelectionProxy(java.lang.Object obj)
Deprecated. |
protected |
IGraphicsSelectionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGraphicsSelectionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGraphicsSelectionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
deleteAllSelectedElements()
Deprecated. Deletes all selected elements. |
boolean |
elementSelected(IElement element)
Deprecated. Indicates if the element selected. |
int |
getSelectedElementCount()
Deprecated. The number of selected elements. |
IEnumElement |
getSelectedElements()
Deprecated. The selected elements. |
IEnvelope |
getSelectedElementsExtent()
Deprecated. The extent of selected elements. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
selectAllElements()
Deprecated. Selects all elements. |
void |
selectElement(IElement pElement)
Deprecated. Selects the specified element. |
void |
selectElements(IEnumElement pElements)
Deprecated. Selects the specified elements. |
void |
switchSelection()
Deprecated. Switches the selection between elements. |
void |
unselectAllElements()
Deprecated. Unselects all elements. |
void |
unselectElement(IElement pElement)
Deprecated. Unselects the specified element. |
void |
unselectElements(IEnumElement pElements)
Deprecated. Unselects the specified elements. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGraphicsSelectionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGraphicsSelectionProxy()
public IGraphicsSelectionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGraphicsSelectionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGraphicsSelectionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void selectElement(IElement pElement) throws java.io.IOException, AutomationException
selectElement
in interface IGraphicsSelection
pElement
- A reference to a com.esri.arcgis.carto.IElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectElements(IEnumElement pElements) throws java.io.IOException, AutomationException
selectElements
in interface IGraphicsSelection
pElements
- A reference to a com.esri.arcgis.carto.IEnumElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectAllElements() throws java.io.IOException, AutomationException
selectAllElements
in interface IGraphicsSelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unselectElement(IElement pElement) throws java.io.IOException, AutomationException
unselectElement
in interface IGraphicsSelection
pElement
- A reference to a com.esri.arcgis.carto.IElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unselectElements(IEnumElement pElements) throws java.io.IOException, AutomationException
unselectElements
in interface IGraphicsSelection
pElements
- A reference to a com.esri.arcgis.carto.IEnumElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unselectAllElements() throws java.io.IOException, AutomationException
unselectAllElements
in interface IGraphicsSelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteAllSelectedElements() throws java.io.IOException, AutomationException
deleteAllSelectedElements
in interface IGraphicsSelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void switchSelection() throws java.io.IOException, AutomationException
switchSelection
in interface IGraphicsSelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumElement getSelectedElements() throws java.io.IOException, AutomationException
getSelectedElements
in interface IGraphicsSelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSelectedElementCount() throws java.io.IOException, AutomationException
getSelectedElementCount
in interface IGraphicsSelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getSelectedElementsExtent() throws java.io.IOException, AutomationException
getSelectedElementsExtent
in interface IGraphicsSelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean elementSelected(IElement element) throws java.io.IOException, AutomationException
elementSelected
in interface IGraphicsSelection
element
- A reference to a com.esri.arcgis.carto.IElement (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 |