com.esri.arcgis.analyst3d
Class IGraphicsSelectionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.analyst3d.IGraphicsSelectionProxy
All Implemented Interfaces:
IGraphicsSelection, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGraphicsSelection'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements IGraphicsSelection, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGraphicsSelectionProxy

public IGraphicsSelectionProxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGraphicsSelectionProxy

public IGraphicsSelectionProxy()
Deprecated. 
For internal use only


IGraphicsSelectionProxy

public IGraphicsSelectionProxy(java.lang.Object obj)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGraphicsSelectionProxy

protected IGraphicsSelectionProxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGraphicsSelectionProxy

protected IGraphicsSelectionProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

selectElement

public void selectElement(IElement pElement)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Selects the specified element.

Specified by:
selectElement in interface IGraphicsSelection
Parameters:
pElement - A reference to a com.esri.arcgis.carto.IElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectElements

public void selectElements(IEnumElement pElements)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Selects the specified elements.

Specified by:
selectElements in interface IGraphicsSelection
Parameters:
pElements - A reference to a com.esri.arcgis.carto.IEnumElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectAllElements

public void selectAllElements()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Selects all elements.

Specified by:
selectAllElements in interface IGraphicsSelection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unselectElement

public void unselectElement(IElement pElement)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Unselects the specified element.

Specified by:
unselectElement in interface IGraphicsSelection
Parameters:
pElement - A reference to a com.esri.arcgis.carto.IElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unselectElements

public void unselectElements(IEnumElement pElements)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Unselects the specified elements.

Specified by:
unselectElements in interface IGraphicsSelection
Parameters:
pElements - A reference to a com.esri.arcgis.carto.IEnumElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unselectAllElements

public void unselectAllElements()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Unselects all elements.

Specified by:
unselectAllElements in interface IGraphicsSelection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteAllSelectedElements

public void deleteAllSelectedElements()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Deletes all selected elements.

Specified by:
deleteAllSelectedElements in interface IGraphicsSelection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

switchSelection

public void switchSelection()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Switches the selection between elements.

Specified by:
switchSelection in interface IGraphicsSelection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectedElements

public IEnumElement getSelectedElements()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The selected elements.

Specified by:
getSelectedElements in interface IGraphicsSelection
Returns:
A reference to a com.esri.arcgis.carto.IEnumElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectedElementCount

public int getSelectedElementCount()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The number of selected elements.

Specified by:
getSelectedElementCount in interface IGraphicsSelection
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectedElementsExtent

public IEnvelope getSelectedElementsExtent()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The extent of selected elements.

Specified by:
getSelectedElementsExtent in interface IGraphicsSelection
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

elementSelected

public boolean elementSelected(IElement element)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the element selected.

Specified by:
elementSelected in interface IGraphicsSelection
Parameters:
element - A reference to a com.esri.arcgis.carto.IElement (in)
Returns:
The pbIsSelected
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.